pentagon icon
pentagon-thin from Phosphor by Phosphor Icons · Thin · MIT Free for personal and commercial use.
- Name
- pentagon-thin
- Set
- Phosphor
- Style
- Thin
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
The same icon in other sets
pentagonAkar IconspentagonBootstrap IconspentagonFont Awesome Solidpentagon-20-filledFluent UI System IconspentagonHuge IconspentagonIconoirpentagonLucidepentagonMaterial SymbolspentagonMaterial Symbols LightpentagonMaterial Design Iconspentagon-fillMingCute Iconpentagon-fillRemix IconpentagonTabler IconspentagonUniconspentagonUnicons MonochromepentagonUnicons Solid
Use the pentagon icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M223.14 90.74L135.19 22.4l-.09-.07a12 12 0 0 0-14.19 0l-.09.07l-87.95 68.34a12 12 0 0 0-4.3 13.26l32 107.7A12 12 0 0 0 72 220h112a12 12 0 0 0 11.44-8.41l32-107.53a12 12 0 0 0-4.3-13.32m-3.36 11l-32 107.54A4 4 0 0 1 184 212H72a4 4 0 0 1-3.79-2.69l-32-107.7a4 4 0 0 1 1.44-4.45l.09-.07l87.94-68.33a4 4 0 0 1 4.65 0l87.94 68.33l.09.07a4 4 0 0 1 1.42 4.53Z"/></svg>
React
import type { SVGProps } from "react";
export function PhPentagonThin(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="M223.14 90.74L135.19 22.4l-.09-.07a12 12 0 0 0-14.19 0l-.09.07l-87.95 68.34a12 12 0 0 0-4.3 13.26l32 107.7A12 12 0 0 0 72 220h112a12 12 0 0 0 11.44-8.41l32-107.53a12 12 0 0 0-4.3-13.32m-3.36 11l-32 107.54A4 4 0 0 1 184 212H72a4 4 0 0 1-3.79-2.69l-32-107.7a4 4 0 0 1 1.44-4.45l.09-.07l87.94-68.33a4 4 0 0 1 4.65 0l87.94 68.33l.09.07a4 4 0 0 1 1.42 4.53Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M223.14 90.74L135.19 22.4l-.09-.07a12 12 0 0 0-14.19 0l-.09.07l-87.95 68.34a12 12 0 0 0-4.3 13.26l32 107.7A12 12 0 0 0 72 220h112a12 12 0 0 0 11.44-8.41l32-107.53a12 12 0 0 0-4.3-13.32m-3.36 11l-32 107.54A4 4 0 0 1 184 212H72a4 4 0 0 1-3.79-2.69l-32-107.7a4 4 0 0 1 1.44-4.45l.09-.07l87.94-68.33a4 4 0 0 1 4.65 0l87.94 68.33l.09.07a4 4 0 0 1 1.42 4.53Z"/></svg> </template>
CSS
.icon-pentagon-thin {
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%22M223.14%2090.74L135.19%2022.4l-.09-.07a12%2012%200%200%200-14.19%200l-.09.07l-87.95%2068.34a12%2012%200%200%200-4.3%2013.26l32%20107.7A12%2012%200%200%200%2072%20220h112a12%2012%200%200%200%2011.44-8.41l32-107.53a12%2012%200%200%200-4.3-13.32m-3.36%2011l-32%20107.54A4%204%200%200%201%20184%20212H72a4%204%200%200%201-3.79-2.69l-32-107.7a4%204%200%200%201%201.44-4.45l.09-.07l87.94-68.33a4%204%200%200%201%204.65%200l87.94%2068.33l.09.07a4%204%200%200%201%201.42%204.53Z%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%22M223.14%2090.74L135.19%2022.4l-.09-.07a12%2012%200%200%200-14.19%200l-.09.07l-87.95%2068.34a12%2012%200%200%200-4.3%2013.26l32%20107.7A12%2012%200%200%200%2072%20220h112a12%2012%200%200%200%2011.44-8.41l32-107.53a12%2012%200%200%200-4.3-13.32m-3.36%2011l-32%20107.54A4%204%200%200%201%20184%20212H72a4%204%200%200%201-3.79-2.69l-32-107.7a4%204%200%200%201%201.44-4.45l.09-.07l87.94-68.33a4%204%200%200%201%204.65%200l87.94%2068.33l.09.07a4%204%200%200%201%201.42%204.53Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/pentagon-thin.svg?color=%231a73e8&size=48