Pizza Slice Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Pizza Slice 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/306252.svg" alt="Pizza Slice icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306252.svg" alt="Pizza Slice icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306252.svg" alt="Pizza Slice icon" :width="24" :height="24" />
CSS background
.icon-pizza-slice {
background-image: url('https://proicons.com/icon/306252.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="M803 212c-57 266-242 475-479 573l48 128c281-114 500-362 566-678l-135-23zm-38-6L63 87l246 663c225-93 401-291 456-544zm-107 46c8-44 43 3 39 31-8 44-43-3-39-31zm-402 26c-24 0-44-20-44-44s20-44 44-44 44 20 44 44-20 44-44 44zm87 127c-8 44-44-2-40-31 8-44 44 2 40 31zm115 105c-5 29-32 48-60 43s-47-32-42-60 32-47 60-42 47 31 42 59zm47-222c-10 26-20 52-40 73-12 12-28 4-35-9-8-14-8-35 4-47 12-13 18-31 24-47 5-14 19-25 33-15 14 9 20 30 14 45zm24 79c4-28 31-47 59-42 28 4 47 31 42 59-4 28-31 47-59 43-28-5-47-32-42-60z"/></svg>
Copied!