ImageRectangleSolid
image-rectangle-solid
npm install @mynaui/icons-react
import { ImageRectangleSolid } from "@mynaui/icons-react";
const App = () => {
return <ImageRectangleSolid />;
}; <svg width="24" height="24" fill="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<path d='M6.75 9a1.25 1.25 0 1 1 2.5 0 1.25 1.25 0 0 1-2.5 0'/><path d='M7.125 3.75h9.75c.813 0 1.468 0 2 .043.546.045 1.026.14 1.47.366a3.75 3.75 0 0 1 1.64 1.639c.226.444.32.924.364 1.47.044.531.044 1.187.044 2v5.464c0 .813 0 1.469-.044 2-.044.546-.139 1.026-.365 1.47a3.75 3.75 0 0 1-1.639 1.64c-.444.226-.924.32-1.47.365-.532.043-1.187.043-2 .043h-9.75c-.813 0-1.468 0-2-.043-.546-.045-1.026-.14-1.47-.366a3.75 3.75 0 0 1-1.64-1.639c-.225-.444-.32-.924-.364-1.47-.044-.531-.044-1.187-.044-2V9.268c0-.813 0-1.469.044-2 .044-.546.139-1.026.365-1.47a3.75 3.75 0 0 1 1.639-1.64c.444-.226.924-.32 1.47-.365.532-.043 1.187-.043 2-.043m3.603 15h6.115c.852 0 1.447 0 1.91-.038.453-.038.714-.107.911-.207.424-.216.768-.56.984-.983.1-.198.17-.459.207-.913.037-.462.038-1.057.038-1.909V9.74l-.068-.007c-3.09-.424-5.68.51-7.458 2.264-1.194 1.178-2.043 2.749-2.42 4.577a1 1 0 0 1-.03.143q-.186.974-.189 2.033m-1.324-2.09c-.601-.845-1.523-1.616-2.602-2.153-1.177-.586-2.486-.865-3.695-.7v.893c0 .853 0 1.447.039 1.91.037.453.106.714.206.912.216.423.56.767.984.983.197.1.458.17.912.207.462.037 1.057.038 1.91.038h2.07q.001-1.078.176-2.09M5.25 9a2.75 2.75 0 1 0 5.5 0 2.75 2.75 0 0 0-5.5 0m1.5 0a1.25 1.25 0 1 1 2.5 0 1.25 1.25 0 0 1-2.5 0'/>
</svg> <img loading="lazy" decoding="async" src="https://unpkg.com/@mynaui/icons/icons-solid/image-rectangle.svg" /> npm install @mynaui/icons
<svg width="24" height="24" fill="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><use xlink:href="/path/to/mynaui-solid.symbol.svg#mynaui-image-rectangle"></use>
</svg>