image 03 icon
image-03 from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- image-03
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
Related icons in Huge Icons
image-01image-02image-actual-sizeimage-add-01image-add-02image-compositionimage-composition-ovalimage-counter-clockwiseimage-cropimage-delete-01image-delete-02image-done-01image-done-02image-downimage-downloadimage-download-02image-flip-horizontalimage-flip-verticalimage-minusimage-not-found-01image-not-found-02image-offimage-playimage-plus
Use the image 03 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M14 3h-4C6.229 3 4.343 3 3.172 4.172S2 7.229 2 11v2c0 3.771 0 5.657 1.172 6.828S6.229 21 10 21h4c3.771 0 5.657 0 6.828-1.172S22 16.771 22 13v-2c0-3.771 0-5.657-1.172-6.828S17.771 3 14 3"/><circle cx="8.5" cy="8.5" r="1.5"/><path d="m21.5 17l-5.152-5.62a1.17 1.17 0 0 0-1.69-.037L10 16l-2.16-2.16a1.16 1.16 0 0 0-1.686.049L2.5 18"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsImage03(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5"><path d="M14 3h-4C6.229 3 4.343 3 3.172 4.172S2 7.229 2 11v2c0 3.771 0 5.657 1.172 6.828S6.229 21 10 21h4c3.771 0 5.657 0 6.828-1.172S22 16.771 22 13v-2c0-3.771 0-5.657-1.172-6.828S17.771 3 14 3"/><circle cx="8.5" cy="8.5" r="1.5"/><path d="m21.5 17l-5.152-5.62a1.17 1.17 0 0 0-1.69-.037L10 16l-2.16-2.16a1.16 1.16 0 0 0-1.686.049L2.5 18"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M14 3h-4C6.229 3 4.343 3 3.172 4.172S2 7.229 2 11v2c0 3.771 0 5.657 1.172 6.828S6.229 21 10 21h4c3.771 0 5.657 0 6.828-1.172S22 16.771 22 13v-2c0-3.771 0-5.657-1.172-6.828S17.771 3 14 3"/><circle cx="8.5" cy="8.5" r="1.5"/><path d="m21.5 17l-5.152-5.62a1.17 1.17 0 0 0-1.69-.037L10 16l-2.16-2.16a1.16 1.16 0 0 0-1.686.049L2.5 18"/></g></svg> </template>
CSS
.icon-image-03 {
width: 24px;
height: 24px;
background-color: currentColor;
-webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M14%203h-4C6.229%203%204.343%203%203.172%204.172S2%207.229%202%2011v2c0%203.771%200%205.657%201.172%206.828S6.229%2021%2010%2021h4c3.771%200%205.657%200%206.828-1.172S22%2016.771%2022%2013v-2c0-3.771%200-5.657-1.172-6.828S17.771%203%2014%203%22%2F%3E%3Ccircle%20cx%3D%228.5%22%20cy%3D%228.5%22%20r%3D%221.5%22%2F%3E%3Cpath%20d%3D%22m21.5%2017l-5.152-5.62a1.17%201.17%200%200%200-1.69-.037L10%2016l-2.16-2.16a1.16%201.16%200%200%200-1.686.049L2.5%2018%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M14%203h-4C6.229%203%204.343%203%203.172%204.172S2%207.229%202%2011v2c0%203.771%200%205.657%201.172%206.828S6.229%2021%2010%2021h4c3.771%200%205.657%200%206.828-1.172S22%2016.771%2022%2013v-2c0-3.771%200-5.657-1.172-6.828S17.771%203%2014%203%22%2F%3E%3Ccircle%20cx%3D%228.5%22%20cy%3D%228.5%22%20r%3D%221.5%22%2F%3E%3Cpath%20d%3D%22m21.5%2017l-5.152-5.62a1.17%201.17%200%200%200-1.69-.037L10%2016l-2.16-2.16a1.16%201.16%200%200%200-1.686.049L2.5%2018%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/image-03.svg?color=%231a73e8&size=48