polygon icon
polygon-bold from Phosphor by Phosphor Icons · Bold · MIT Free for personal and commercial use.
- Name
- polygon-bold
- Set
- Phosphor
- Style
- Bold
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
The same icon in other sets
Use the polygon icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M233.47 97.45a36 36 0 0 0-50.92-50.92a36 36 0 0 0-4.12 4.95l-22.55-6.15a36 36 0 0 0-61.34-22.8a36.05 36.05 0 0 0-7.8 39.24l-29.55 26.6a36.08 36.08 0 0 0-42.66 6.17a36 36 0 0 0 45.73 55.21l65.28 47.87A36 36 0 1 0 182.62 180L208 108a35.9 35.9 0 0 0 25.47-10.55m-93.74 80.81l-65.28-47.87a36.2 36.2 0 0 0-1.21-24.17l29.56-26.61a36 36 0 0 0 42.66-6.16a35.5 35.5 0 0 0 4.12-5l22.55 6.15a35.86 35.86 0 0 0 10.42 22.8a38 38 0 0 0 2.85 2.6L160 172a36 36 0 0 0-20.27 6.26M216.5 63.5a12 12 0 1 1-17 0a12 12 0 0 1 17 0m-105-24a12 12 0 1 1 0 17a12 12 0 0 1 .01-17Zm-80 89a12 12 0 1 1 17 0a12 12 0 0 1-17-.01Zm137 88a12 12 0 1 1 0-17a12 12 0 0 1-.01 17Z"/></svg>
React
import type { SVGProps } from "react";
export function PhPolygonBold(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M233.47 97.45a36 36 0 0 0-50.92-50.92a36 36 0 0 0-4.12 4.95l-22.55-6.15a36 36 0 0 0-61.34-22.8a36.05 36.05 0 0 0-7.8 39.24l-29.55 26.6a36.08 36.08 0 0 0-42.66 6.17a36 36 0 0 0 45.73 55.21l65.28 47.87A36 36 0 1 0 182.62 180L208 108a35.9 35.9 0 0 0 25.47-10.55m-93.74 80.81l-65.28-47.87a36.2 36.2 0 0 0-1.21-24.17l29.56-26.61a36 36 0 0 0 42.66-6.16a35.5 35.5 0 0 0 4.12-5l22.55 6.15a35.86 35.86 0 0 0 10.42 22.8a38 38 0 0 0 2.85 2.6L160 172a36 36 0 0 0-20.27 6.26M216.5 63.5a12 12 0 1 1-17 0a12 12 0 0 1 17 0m-105-24a12 12 0 1 1 0 17a12 12 0 0 1 .01-17Zm-80 89a12 12 0 1 1 17 0a12 12 0 0 1-17-.01Zm137 88a12 12 0 1 1 0-17a12 12 0 0 1-.01 17Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M233.47 97.45a36 36 0 0 0-50.92-50.92a36 36 0 0 0-4.12 4.95l-22.55-6.15a36 36 0 0 0-61.34-22.8a36.05 36.05 0 0 0-7.8 39.24l-29.55 26.6a36.08 36.08 0 0 0-42.66 6.17a36 36 0 0 0 45.73 55.21l65.28 47.87A36 36 0 1 0 182.62 180L208 108a35.9 35.9 0 0 0 25.47-10.55m-93.74 80.81l-65.28-47.87a36.2 36.2 0 0 0-1.21-24.17l29.56-26.61a36 36 0 0 0 42.66-6.16a35.5 35.5 0 0 0 4.12-5l22.55 6.15a35.86 35.86 0 0 0 10.42 22.8a38 38 0 0 0 2.85 2.6L160 172a36 36 0 0 0-20.27 6.26M216.5 63.5a12 12 0 1 1-17 0a12 12 0 0 1 17 0m-105-24a12 12 0 1 1 0 17a12 12 0 0 1 .01-17Zm-80 89a12 12 0 1 1 17 0a12 12 0 0 1-17-.01Zm137 88a12 12 0 1 1 0-17a12 12 0 0 1-.01 17Z"/></svg> </template>
CSS
.icon-polygon-bold {
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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M233.47%2097.45a36%2036%200%200%200-50.92-50.92a36%2036%200%200%200-4.12%204.95l-22.55-6.15a36%2036%200%200%200-61.34-22.8a36.05%2036.05%200%200%200-7.8%2039.24l-29.55%2026.6a36.08%2036.08%200%200%200-42.66%206.17a36%2036%200%200%200%2045.73%2055.21l65.28%2047.87A36%2036%200%201%200%20182.62%20180L208%20108a35.9%2035.9%200%200%200%2025.47-10.55m-93.74%2080.81l-65.28-47.87a36.2%2036.2%200%200%200-1.21-24.17l29.56-26.61a36%2036%200%200%200%2042.66-6.16a35.5%2035.5%200%200%200%204.12-5l22.55%206.15a35.86%2035.86%200%200%200%2010.42%2022.8a38%2038%200%200%200%202.85%202.6L160%20172a36%2036%200%200%200-20.27%206.26M216.5%2063.5a12%2012%200%201%201-17%200a12%2012%200%200%201%2017%200m-105-24a12%2012%200%201%201%200%2017a12%2012%200%200%201%20.01-17Zm-80%2089a12%2012%200%201%201%2017%200a12%2012%200%200%201-17-.01Zm137%2088a12%2012%200%201%201%200-17a12%2012%200%200%201-.01%2017Z%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M233.47%2097.45a36%2036%200%200%200-50.92-50.92a36%2036%200%200%200-4.12%204.95l-22.55-6.15a36%2036%200%200%200-61.34-22.8a36.05%2036.05%200%200%200-7.8%2039.24l-29.55%2026.6a36.08%2036.08%200%200%200-42.66%206.17a36%2036%200%200%200%2045.73%2055.21l65.28%2047.87A36%2036%200%201%200%20182.62%20180L208%20108a35.9%2035.9%200%200%200%2025.47-10.55m-93.74%2080.81l-65.28-47.87a36.2%2036.2%200%200%200-1.21-24.17l29.56-26.61a36%2036%200%200%200%2042.66-6.16a35.5%2035.5%200%200%200%204.12-5l22.55%206.15a35.86%2035.86%200%200%200%2010.42%2022.8a38%2038%200%200%200%202.85%202.6L160%20172a36%2036%200%200%200-20.27%206.26M216.5%2063.5a12%2012%200%201%201-17%200a12%2012%200%200%201%2017%200m-105-24a12%2012%200%201%201%200%2017a12%2012%200%200%201%20.01-17Zm-80%2089a12%2012%200%201%201%2017%200a12%2012%200%200%201-17-.01Zm137%2088a12%2012%200%201%201%200-17a12%2012%200%200%201-.01%2017Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/polygon-bold.svg?color=%231a73e8&size=48