vector polygon icon
vector-polygon from Font Awesome Solid by Dave Gandy · Solid · CC-BY-4.0 Attribution required.
- Name
- vector-polygon
- Set
- Font Awesome Solid
- Style
- Solid
- Viewbox
- 640×640
- License
- CC BY 4.0
The same icon in other sets
Use the vector polygon icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M128 64c23.7 0 44.4 12.9 55.4 32h273.1c11.1-19.1 31.7-32 55.4-32c35.3 0 64 28.7 64 64c0 34-26.5 61.8-60 63.9l-2.1 2.9l-71.5 99.1c3.6 8 5.6 16.9 5.6 26.2s-2 18.2-5.6 26.2l2.2 3.1l69.3 96l2.1 2.9c33.5 2.1 60 29.9 60 63.9c0 35.3-28.7 64-64 64c-23.7 0-44.4-12.9-55.4-32H183.4c-11.1 19.1-31.7 32-55.4 32c-35.3 0-64-28.7-64-64c0-23.7 12.9-44.4 32-55.4V183.7c-19.1-11.3-32-32-32-55.7c0-35.3 28.7-64 64-64m330.2 413.4l-65.5-90.6l-2.2-3.1c-2.1.2-4.3.3-6.5.3c-35.3 0-64-28.7-64-64s28.7-64 64-64c2.2 0 4.4.1 6.5.3l67.7-93.7c-.6-.9-1.1-1.7-1.6-2.6H183.4c-5.6 9.7-13.7 17.8-23.4 23.4v273.1c9.7 5.6 17.8 13.7 23.4 23.4h273.1c.5-.9 1.1-1.8 1.6-2.6z"/></svg>
React
import type { SVGProps } from "react";
export function Fa7SolidVectorPolygon(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M128 64c23.7 0 44.4 12.9 55.4 32h273.1c11.1-19.1 31.7-32 55.4-32c35.3 0 64 28.7 64 64c0 34-26.5 61.8-60 63.9l-2.1 2.9l-71.5 99.1c3.6 8 5.6 16.9 5.6 26.2s-2 18.2-5.6 26.2l2.2 3.1l69.3 96l2.1 2.9c33.5 2.1 60 29.9 60 63.9c0 35.3-28.7 64-64 64c-23.7 0-44.4-12.9-55.4-32H183.4c-11.1 19.1-31.7 32-55.4 32c-35.3 0-64-28.7-64-64c0-23.7 12.9-44.4 32-55.4V183.7c-19.1-11.3-32-32-32-55.7c0-35.3 28.7-64 64-64m330.2 413.4l-65.5-90.6l-2.2-3.1c-2.1.2-4.3.3-6.5.3c-35.3 0-64-28.7-64-64s28.7-64 64-64c2.2 0 4.4.1 6.5.3l67.7-93.7c-.6-.9-1.1-1.7-1.6-2.6H183.4c-5.6 9.7-13.7 17.8-23.4 23.4v273.1c9.7 5.6 17.8 13.7 23.4 23.4h273.1c.5-.9 1.1-1.8 1.6-2.6z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M128 64c23.7 0 44.4 12.9 55.4 32h273.1c11.1-19.1 31.7-32 55.4-32c35.3 0 64 28.7 64 64c0 34-26.5 61.8-60 63.9l-2.1 2.9l-71.5 99.1c3.6 8 5.6 16.9 5.6 26.2s-2 18.2-5.6 26.2l2.2 3.1l69.3 96l2.1 2.9c33.5 2.1 60 29.9 60 63.9c0 35.3-28.7 64-64 64c-23.7 0-44.4-12.9-55.4-32H183.4c-11.1 19.1-31.7 32-55.4 32c-35.3 0-64-28.7-64-64c0-23.7 12.9-44.4 32-55.4V183.7c-19.1-11.3-32-32-32-55.7c0-35.3 28.7-64 64-64m330.2 413.4l-65.5-90.6l-2.2-3.1c-2.1.2-4.3.3-6.5.3c-35.3 0-64-28.7-64-64s28.7-64 64-64c2.2 0 4.4.1 6.5.3l67.7-93.7c-.6-.9-1.1-1.7-1.6-2.6H183.4c-5.6 9.7-13.7 17.8-23.4 23.4v273.1c9.7 5.6 17.8 13.7 23.4 23.4h273.1c.5-.9 1.1-1.8 1.6-2.6z"/></svg> </template>
CSS
.icon-vector-polygon {
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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M128%2064c23.7%200%2044.4%2012.9%2055.4%2032h273.1c11.1-19.1%2031.7-32%2055.4-32c35.3%200%2064%2028.7%2064%2064c0%2034-26.5%2061.8-60%2063.9l-2.1%202.9l-71.5%2099.1c3.6%208%205.6%2016.9%205.6%2026.2s-2%2018.2-5.6%2026.2l2.2%203.1l69.3%2096l2.1%202.9c33.5%202.1%2060%2029.9%2060%2063.9c0%2035.3-28.7%2064-64%2064c-23.7%200-44.4-12.9-55.4-32H183.4c-11.1%2019.1-31.7%2032-55.4%2032c-35.3%200-64-28.7-64-64c0-23.7%2012.9-44.4%2032-55.4V183.7c-19.1-11.3-32-32-32-55.7c0-35.3%2028.7-64%2064-64m330.2%20413.4l-65.5-90.6l-2.2-3.1c-2.1.2-4.3.3-6.5.3c-35.3%200-64-28.7-64-64s28.7-64%2064-64c2.2%200%204.4.1%206.5.3l67.7-93.7c-.6-.9-1.1-1.7-1.6-2.6H183.4c-5.6%209.7-13.7%2017.8-23.4%2023.4v273.1c9.7%205.6%2017.8%2013.7%2023.4%2023.4h273.1c.5-.9%201.1-1.8%201.6-2.6z%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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M128%2064c23.7%200%2044.4%2012.9%2055.4%2032h273.1c11.1-19.1%2031.7-32%2055.4-32c35.3%200%2064%2028.7%2064%2064c0%2034-26.5%2061.8-60%2063.9l-2.1%202.9l-71.5%2099.1c3.6%208%205.6%2016.9%205.6%2026.2s-2%2018.2-5.6%2026.2l2.2%203.1l69.3%2096l2.1%202.9c33.5%202.1%2060%2029.9%2060%2063.9c0%2035.3-28.7%2064-64%2064c-23.7%200-44.4-12.9-55.4-32H183.4c-11.1%2019.1-31.7%2032-55.4%2032c-35.3%200-64-28.7-64-64c0-23.7%2012.9-44.4%2032-55.4V183.7c-19.1-11.3-32-32-32-55.7c0-35.3%2028.7-64%2064-64m330.2%20413.4l-65.5-90.6l-2.2-3.1c-2.1.2-4.3.3-6.5.3c-35.3%200-64-28.7-64-64s28.7-64%2064-64c2.2%200%204.4.1%206.5.3l67.7-93.7c-.6-.9-1.1-1.7-1.6-2.6H183.4c-5.6%209.7-13.7%2017.8-23.4%2023.4v273.1c9.7%205.6%2017.8%2013.7%2023.4%2023.4h273.1c.5-.9%201.1-1.8%201.6-2.6z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa7-solid/vector-polygon.svg?color=%231a73e8&size=48