polygon icon
polygon-24px from Health Icons by Resolve to Save Lives · Filled 24px · Symbols · MIT Free for personal and commercial use.
- Name
- polygon-24px
- Set
- Health Icons
- Style
- Filled 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="M14.986 5.289Q15.001 5.146 15 5a3 3 0 1 0-5.986.289L6.55 6.93a3 3 0 1 0-2.5 5.415l.893 4.47A3 3 0 1 0 9.598 20.5h4.803a3 3 0 1 0 4.655-3.684l.894-4.47a3.001 3.001 0 1 0-2.5-5.415zm2.193 10.716l.741-3.705a3 3 0 0 1-1.744-3.814l-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.74 3.706Q6.91 16 7 16a3 3 0 0 1 2.958 2.5h4.083a3 3 0 0 1 3.138-2.495" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function HealthiconsPolygon24px(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="M14.986 5.289Q15.001 5.146 15 5a3 3 0 1 0-5.986.289L6.55 6.93a3 3 0 1 0-2.5 5.415l.893 4.47A3 3 0 1 0 9.598 20.5h4.803a3 3 0 1 0 4.655-3.684l.894-4.47a3.001 3.001 0 1 0-2.5-5.415zm2.193 10.716l.741-3.705a3 3 0 0 1-1.744-3.814l-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.74 3.706Q6.91 16 7 16a3 3 0 0 1 2.958 2.5h4.083a3 3 0 0 1 3.138-2.495" 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="M14.986 5.289Q15.001 5.146 15 5a3 3 0 1 0-5.986.289L6.55 6.93a3 3 0 1 0-2.5 5.415l.893 4.47A3 3 0 1 0 9.598 20.5h4.803a3 3 0 1 0 4.655-3.684l.894-4.47a3.001 3.001 0 1 0-2.5-5.415zm2.193 10.716l.741-3.705a3 3 0 0 1-1.744-3.814l-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.74 3.706Q6.91 16 7 16a3 3 0 0 1 2.958 2.5h4.083a3 3 0 0 1 3.138-2.495" clip-rule="evenodd"/></svg> </template>
CSS
.icon-polygon-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%22M14.986%205.289Q15.001%205.146%2015%205a3%203%200%201%200-5.986.289L6.55%206.93a3%203%200%201%200-2.5%205.415l.893%204.47A3%203%200%201%200%209.598%2020.5h4.803a3%203%200%201%200%204.655-3.684l.894-4.47a3.001%203.001%200%201%200-2.5-5.415zm2.193%2010.716l.741-3.705a3%203%200%200%201-1.744-3.814l-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.74%203.706Q6.91%2016%207%2016a3%203%200%200%201%202.958%202.5h4.083a3%203%200%200%201%203.138-2.495%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%22M14.986%205.289Q15.001%205.146%2015%205a3%203%200%201%200-5.986.289L6.55%206.93a3%203%200%201%200-2.5%205.415l.893%204.47A3%203%200%201%200%209.598%2020.5h4.803a3%203%200%201%200%204.655-3.684l.894-4.47a3.001%203.001%200%201%200-2.5-5.415zm2.193%2010.716l.741-3.705a3%203%200%200%201-1.744-3.814l-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.74%203.706Q6.91%2016%207%2016a3%203%200%200%201%202.958%202.5h4.083a3%203%200%200%201%203.138-2.495%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-24px.svg?color=%231a73e8&size=48