Pie Alt Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Pie Alt icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/306237.svg" alt="Pie Alt icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306237.svg" alt="Pie Alt icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306237.svg" alt="Pie Alt icon" :width="24" :height="24" />
CSS background
.icon-pie-alt {
background-image: url('https://proicons.com/icon/306237.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="64" height="64" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M454 190v319c0 20 16 37 36 37h320c20 0 36 16 34 36-18 199-186 356-390 356-216 0-391-176-391-392s174-391 389-392h1s1 16 1 36zm483 258c2 20-14 37-34 37H553c-20 0-36-16-36-36 0-102-1-386 0-386 221 0 402 170 420 385z"/></svg>
Copied!