polygon icon
polygon-outline-24px from Health Icons by Resolve to Save Lives · Outline 24px · Symbols · MIT Free for personal and commercial use.
- Name
- polygon-outline-24px
- Set
- Health Icons
- Style
- Outline 24px
- Category
- Symbols
- Viewbox
- 24×24
- License
- MIT
3 other variants in Health Icons
The same icon in other sets
More symbols icons from Health Icons
Use the polygon icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M12 2a3 3 0 0 0-2.986 3.289L6.55 6.93a3 3 0 1 0-2.5 5.415l.857 4.287A3 3 0 1 0 9.349 20.5h5.302a3 3 0 1 0 4.442-3.867l.857-4.287a3.001 3.001 0 1 0-2.5-5.415L14.986 5.29q.015-.144.014-.29a3 3 0 0 0-3-3m-1 3a1 1 0 1 1 2 0a1 1 0 0 1-2 0m5.176 3.486l-2.051-1.368A3 3 0 0 1 12 8a3 3 0 0 1-2.125-.882l-2.05 1.367A3 3 0 0 1 6.08 12.3l.739 3.702A3 3 0 0 1 9.708 18.5h4.583A3 3 0 0 1 17.18 16l.74-3.7a3 3 0 0 1-1.744-3.814M5 8.5a1 1 0 1 0 0 2a1 1 0 0 0 0-2M5.75 19a1 1 0 1 1 2 0a1 1 0 0 1-2 0m11.5-1a1 1 0 1 0 0 2a1 1 0 0 0 0-2M18 9.5a1 1 0 1 1 2 0a1 1 0 0 1-2 0" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function HealthiconsPolygonOutline24px(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fillRule="evenodd" d="M12 2a3 3 0 0 0-2.986 3.289L6.55 6.93a3 3 0 1 0-2.5 5.415l.857 4.287A3 3 0 1 0 9.349 20.5h5.302a3 3 0 1 0 4.442-3.867l.857-4.287a3.001 3.001 0 1 0-2.5-5.415L14.986 5.29q.015-.144.014-.29a3 3 0 0 0-3-3m-1 3a1 1 0 1 1 2 0a1 1 0 0 1-2 0m5.176 3.486l-2.051-1.368A3 3 0 0 1 12 8a3 3 0 0 1-2.125-.882l-2.05 1.367A3 3 0 0 1 6.08 12.3l.739 3.702A3 3 0 0 1 9.708 18.5h4.583A3 3 0 0 1 17.18 16l.74-3.7a3 3 0 0 1-1.744-3.814M5 8.5a1 1 0 1 0 0 2a1 1 0 0 0 0-2M5.75 19a1 1 0 1 1 2 0a1 1 0 0 1-2 0m11.5-1a1 1 0 1 0 0 2a1 1 0 0 0 0-2M18 9.5a1 1 0 1 1 2 0a1 1 0 0 1-2 0" clipRule="evenodd"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M12 2a3 3 0 0 0-2.986 3.289L6.55 6.93a3 3 0 1 0-2.5 5.415l.857 4.287A3 3 0 1 0 9.349 20.5h5.302a3 3 0 1 0 4.442-3.867l.857-4.287a3.001 3.001 0 1 0-2.5-5.415L14.986 5.29q.015-.144.014-.29a3 3 0 0 0-3-3m-1 3a1 1 0 1 1 2 0a1 1 0 0 1-2 0m5.176 3.486l-2.051-1.368A3 3 0 0 1 12 8a3 3 0 0 1-2.125-.882l-2.05 1.367A3 3 0 0 1 6.08 12.3l.739 3.702A3 3 0 0 1 9.708 18.5h4.583A3 3 0 0 1 17.18 16l.74-3.7a3 3 0 0 1-1.744-3.814M5 8.5a1 1 0 1 0 0 2a1 1 0 0 0 0-2M5.75 19a1 1 0 1 1 2 0a1 1 0 0 1-2 0m11.5-1a1 1 0 1 0 0 2a1 1 0 0 0 0-2M18 9.5a1 1 0 1 1 2 0a1 1 0 0 1-2 0" clip-rule="evenodd"/></svg> </template>
CSS
.icon-polygon-outline-24px {
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%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M12%202a3%203%200%200%200-2.986%203.289L6.55%206.93a3%203%200%201%200-2.5%205.415l.857%204.287A3%203%200%201%200%209.349%2020.5h5.302a3%203%200%201%200%204.442-3.867l.857-4.287a3.001%203.001%200%201%200-2.5-5.415L14.986%205.29q.015-.144.014-.29a3%203%200%200%200-3-3m-1%203a1%201%200%201%201%202%200a1%201%200%200%201-2%200m5.176%203.486l-2.051-1.368A3%203%200%200%201%2012%208a3%203%200%200%201-2.125-.882l-2.05%201.367A3%203%200%200%201%206.08%2012.3l.739%203.702A3%203%200%200%201%209.708%2018.5h4.583A3%203%200%200%201%2017.18%2016l.74-3.7a3%203%200%200%201-1.744-3.814M5%208.5a1%201%200%201%200%200%202a1%201%200%200%200%200-2M5.75%2019a1%201%200%201%201%202%200a1%201%200%200%201-2%200m11.5-1a1%201%200%201%200%200%202a1%201%200%200%200%200-2M18%209.5a1%201%200%201%201%202%200a1%201%200%200%201-2%200%22%20clip-rule%3D%22evenodd%22%2F%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%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M12%202a3%203%200%200%200-2.986%203.289L6.55%206.93a3%203%200%201%200-2.5%205.415l.857%204.287A3%203%200%201%200%209.349%2020.5h5.302a3%203%200%201%200%204.442-3.867l.857-4.287a3.001%203.001%200%201%200-2.5-5.415L14.986%205.29q.015-.144.014-.29a3%203%200%200%200-3-3m-1%203a1%201%200%201%201%202%200a1%201%200%200%201-2%200m5.176%203.486l-2.051-1.368A3%203%200%200%201%2012%208a3%203%200%200%201-2.125-.882l-2.05%201.367A3%203%200%200%201%206.08%2012.3l.739%203.702A3%203%200%200%201%209.708%2018.5h4.583A3%203%200%200%201%2017.18%2016l.74-3.7a3%203%200%200%201-1.744-3.814M5%208.5a1%201%200%201%200%200%202a1%201%200%200%200%200-2M5.75%2019a1%201%200%201%201%202%200a1%201%200%200%201-2%200m11.5-1a1%201%200%201%200%200%202a1%201%200%200%200%200-2M18%209.5a1%201%200%201%201%202%200a1%201%200%200%201-2%200%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/healthicons/polygon-outline-24px.svg?color=%231a73e8&size=48