images icon
images from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- images
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
Use the images 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-width="1.5"><path stroke-linecap="round" d="m4 17.043l4.756-4.349c1.677-1.533 2.515-2.3 3.554-2.375s1.978.561 3.86 1.835l1.33.902"/><path stroke-linecap="round" stroke-linejoin="round" d="M7.375 7.25H7.25m.25 0a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0"/><path d="M6 17.975c.129 1.308.42 2.189 1.077 2.846C8.256 22 10.154 22 13.949 22s5.693 0 6.872-1.18C22 19.643 22 17.745 22 13.95s0-5.693-1.18-6.872c-.656-.657-1.537-.948-2.846-1.077"/><path d="M2 10c0-3.771 0-5.657 1.172-6.828S6.229 2 10 2s5.657 0 6.828 1.172S18 6.229 18 10s0 5.657-1.172 6.828S13.771 18 10 18s-5.657 0-6.828-1.172S2 13.771 2 10Z"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsImages(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" strokeWidth="1.5"><path strokeLinecap="round" d="m4 17.043l4.756-4.349c1.677-1.533 2.515-2.3 3.554-2.375s1.978.561 3.86 1.835l1.33.902"/><path strokeLinecap="round" strokeLinejoin="round" d="M7.375 7.25H7.25m.25 0a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0"/><path d="M6 17.975c.129 1.308.42 2.189 1.077 2.846C8.256 22 10.154 22 13.949 22s5.693 0 6.872-1.18C22 19.643 22 17.745 22 13.95s0-5.693-1.18-6.872c-.656-.657-1.537-.948-2.846-1.077"/><path d="M2 10c0-3.771 0-5.657 1.172-6.828S6.229 2 10 2s5.657 0 6.828 1.172S18 6.229 18 10s0 5.657-1.172 6.828S13.771 18 10 18s-5.657 0-6.828-1.172S2 13.771 2 10Z"/></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-width="1.5"><path stroke-linecap="round" d="m4 17.043l4.756-4.349c1.677-1.533 2.515-2.3 3.554-2.375s1.978.561 3.86 1.835l1.33.902"/><path stroke-linecap="round" stroke-linejoin="round" d="M7.375 7.25H7.25m.25 0a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0"/><path d="M6 17.975c.129 1.308.42 2.189 1.077 2.846C8.256 22 10.154 22 13.949 22s5.693 0 6.872-1.18C22 19.643 22 17.745 22 13.95s0-5.693-1.18-6.872c-.656-.657-1.537-.948-2.846-1.077"/><path d="M2 10c0-3.771 0-5.657 1.172-6.828S6.229 2 10 2s5.657 0 6.828 1.172S18 6.229 18 10s0 5.657-1.172 6.828S13.771 18 10 18s-5.657 0-6.828-1.172S2 13.771 2 10Z"/></g></svg> </template>
CSS
.icon-images {
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-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22m4%2017.043l4.756-4.349c1.677-1.533%202.515-2.3%203.554-2.375s1.978.561%203.86%201.835l1.33.902%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M7.375%207.25H7.25m.25%200a.25.25%200%201%201-.5%200a.25.25%200%200%201%20.5%200%22%2F%3E%3Cpath%20d%3D%22M6%2017.975c.129%201.308.42%202.189%201.077%202.846C8.256%2022%2010.154%2022%2013.949%2022s5.693%200%206.872-1.18C22%2019.643%2022%2017.745%2022%2013.95s0-5.693-1.18-6.872c-.656-.657-1.537-.948-2.846-1.077%22%2F%3E%3Cpath%20d%3D%22M2%2010c0-3.771%200-5.657%201.172-6.828S6.229%202%2010%202s5.657%200%206.828%201.172S18%206.229%2018%2010s0%205.657-1.172%206.828S13.771%2018%2010%2018s-5.657%200-6.828-1.172S2%2013.771%202%2010Z%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-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22m4%2017.043l4.756-4.349c1.677-1.533%202.515-2.3%203.554-2.375s1.978.561%203.86%201.835l1.33.902%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M7.375%207.25H7.25m.25%200a.25.25%200%201%201-.5%200a.25.25%200%200%201%20.5%200%22%2F%3E%3Cpath%20d%3D%22M6%2017.975c.129%201.308.42%202.189%201.077%202.846C8.256%2022%2010.154%2022%2013.949%2022s5.693%200%206.872-1.18C22%2019.643%2022%2017.745%2022%2013.95s0-5.693-1.18-6.872c-.656-.657-1.537-.948-2.846-1.077%22%2F%3E%3Cpath%20d%3D%22M2%2010c0-3.771%200-5.657%201.172-6.828S6.229%202%2010%202s5.657%200%206.828%201.172S18%206.229%2018%2010s0%205.657-1.172%206.828S13.771%2018%2010%2018s-5.657%200-6.828-1.172S2%2013.771%202%2010Z%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/images.svg?color=%231a73e8&size=48