shape collection icon
shape-collection from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- shape-collection
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
Use the shape collection 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="M3.889 9.663C4.393 10 5.096 10 6.5 10s2.107 0 2.611-.337a2 2 0 0 0 .552-.552C10 8.607 10 7.904 10 6.5s0-2.107-.337-2.611a2 2 0 0 0-.552-.552C8.607 3 7.904 3 6.5 3s-2.107 0-2.611.337a2 2 0 0 0-.552.552C3 4.393 3 5.096 3 6.5s0 2.107.337 2.611a2 2 0 0 0 .552.552m10.92.337h5.382a.81.81 0 0 0 .724-1.17l-2.691-5.383a.809.809 0 0 0-1.448 0l-2.69 5.382A.81.81 0 0 0 14.808 10"/><circle cx="6.5" cy="17.5" r="3.5"/><path d="M20.5 15v2.5c0 1.414 0 2.121-.44 2.56c-.439.44-1.146.44-2.56.44H15m-.5-6l5 5"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsShapeCollection(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="M3.889 9.663C4.393 10 5.096 10 6.5 10s2.107 0 2.611-.337a2 2 0 0 0 .552-.552C10 8.607 10 7.904 10 6.5s0-2.107-.337-2.611a2 2 0 0 0-.552-.552C8.607 3 7.904 3 6.5 3s-2.107 0-2.611.337a2 2 0 0 0-.552.552C3 4.393 3 5.096 3 6.5s0 2.107.337 2.611a2 2 0 0 0 .552.552m10.92.337h5.382a.81.81 0 0 0 .724-1.17l-2.691-5.383a.809.809 0 0 0-1.448 0l-2.69 5.382A.81.81 0 0 0 14.808 10"/><circle cx="6.5" cy="17.5" r="3.5"/><path d="M20.5 15v2.5c0 1.414 0 2.121-.44 2.56c-.439.44-1.146.44-2.56.44H15m-.5-6l5 5"/></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="M3.889 9.663C4.393 10 5.096 10 6.5 10s2.107 0 2.611-.337a2 2 0 0 0 .552-.552C10 8.607 10 7.904 10 6.5s0-2.107-.337-2.611a2 2 0 0 0-.552-.552C8.607 3 7.904 3 6.5 3s-2.107 0-2.611.337a2 2 0 0 0-.552.552C3 4.393 3 5.096 3 6.5s0 2.107.337 2.611a2 2 0 0 0 .552.552m10.92.337h5.382a.81.81 0 0 0 .724-1.17l-2.691-5.383a.809.809 0 0 0-1.448 0l-2.69 5.382A.81.81 0 0 0 14.808 10"/><circle cx="6.5" cy="17.5" r="3.5"/><path d="M20.5 15v2.5c0 1.414 0 2.121-.44 2.56c-.439.44-1.146.44-2.56.44H15m-.5-6l5 5"/></g></svg> </template>
CSS
.icon-shape-collection {
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%22M3.889%209.663C4.393%2010%205.096%2010%206.5%2010s2.107%200%202.611-.337a2%202%200%200%200%20.552-.552C10%208.607%2010%207.904%2010%206.5s0-2.107-.337-2.611a2%202%200%200%200-.552-.552C8.607%203%207.904%203%206.5%203s-2.107%200-2.611.337a2%202%200%200%200-.552.552C3%204.393%203%205.096%203%206.5s0%202.107.337%202.611a2%202%200%200%200%20.552.552m10.92.337h5.382a.81.81%200%200%200%20.724-1.17l-2.691-5.383a.809.809%200%200%200-1.448%200l-2.69%205.382A.81.81%200%200%200%2014.808%2010%22%2F%3E%3Ccircle%20cx%3D%226.5%22%20cy%3D%2217.5%22%20r%3D%223.5%22%2F%3E%3Cpath%20d%3D%22M20.5%2015v2.5c0%201.414%200%202.121-.44%202.56c-.439.44-1.146.44-2.56.44H15m-.5-6l5%205%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%22M3.889%209.663C4.393%2010%205.096%2010%206.5%2010s2.107%200%202.611-.337a2%202%200%200%200%20.552-.552C10%208.607%2010%207.904%2010%206.5s0-2.107-.337-2.611a2%202%200%200%200-.552-.552C8.607%203%207.904%203%206.5%203s-2.107%200-2.611.337a2%202%200%200%200-.552.552C3%204.393%203%205.096%203%206.5s0%202.107.337%202.611a2%202%200%200%200%20.552.552m10.92.337h5.382a.81.81%200%200%200%20.724-1.17l-2.691-5.383a.809.809%200%200%200-1.448%200l-2.69%205.382A.81.81%200%200%200%2014.808%2010%22%2F%3E%3Ccircle%20cx%3D%226.5%22%20cy%3D%2217.5%22%20r%3D%223.5%22%2F%3E%3Cpath%20d%3D%22M20.5%2015v2.5c0%201.414%200%202.121-.44%202.56c-.439.44-1.146.44-2.56.44H15m-.5-6l5%205%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/shape-collection.svg?color=%231a73e8&size=48