shapes icon
shapes-sharp from IonIcons by Ben Sperry · Sharp · MIT Free for personal and commercial use.
- Name
- shapes-sharp
- Set
- IonIcons
- Style
- Sharp
- Viewbox
- 512×512
- License
- MIT
2 other variants in IonIcons
The same icon in other sets
Use the shapes icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M363.27 336H4.73L184 16Z"/><path fill="currentColor" d="M336 160a160.5 160.5 0 0 0-32.55 3.36l87.75 157L417.81 368H183.36C203.8 432.85 264.49 480 336 480c88.22 0 160-71.78 160-160s-71.78-160-160-160"/></svg>
React
import type { SVGProps } from "react";
export function IonShapesSharp(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M363.27 336H4.73L184 16Z"/><path fill="currentColor" d="M336 160a160.5 160.5 0 0 0-32.55 3.36l87.75 157L417.81 368H183.36C203.8 432.85 264.49 480 336 480c88.22 0 160-71.78 160-160s-71.78-160-160-160"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M363.27 336H4.73L184 16Z"/><path fill="currentColor" d="M336 160a160.5 160.5 0 0 0-32.55 3.36l87.75 157L417.81 368H183.36C203.8 432.85 264.49 480 336 480c88.22 0 160-71.78 160-160s-71.78-160-160-160"/></svg> </template>
CSS
.icon-shapes-sharp {
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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M363.27%20336H4.73L184%2016Z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M336%20160a160.5%20160.5%200%200%200-32.55%203.36l87.75%20157L417.81%20368H183.36C203.8%20432.85%20264.49%20480%20336%20480c88.22%200%20160-71.78%20160-160s-71.78-160-160-160%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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M363.27%20336H4.73L184%2016Z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M336%20160a160.5%20160.5%200%200%200-32.55%203.36l87.75%20157L417.81%20368H183.36C203.8%20432.85%20264.49%20480%20336%20480c88.22%200%20160-71.78%20160-160s-71.78-160-160-160%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ion/shapes-sharp.svg?color=%231a73e8&size=48