md pizza icon
md-pizza from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.
- Name
- md-pizza
- Set
- IonIcons
- Style
- Regular
- Viewbox
- 512×512
- License
- MIT
Related icons in IonIcons
md-addmd-add-circlemd-airplanemd-alarmmd-albumsmd-alertmd-american-footballmd-analyticsmd-aperturemd-appsmd-appstoremd-archivemd-arrow-backmd-arrow-downmd-arrow-dropdownmd-arrow-dropdown-circlemd-arrow-dropleftmd-arrow-dropleft-circlemd-arrow-droprightmd-arrow-dropright-circlemd-arrow-dropupmd-arrow-dropup-circlemd-arrow-forwardmd-arrow-round-back
Use the md pizza icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M407.2 130.4C360.7 111.5 309.8 102 256 102c-53.9 0-108.3 10.3-151.2 28-8.1 3.3-15.3 9-10.1 19.5S255.9 480 255.9 480l161-329.9c3.2-6.9.9-15.4-9.7-19.7zm-221 73.6c-18.7 0-32-14.3-32-32s13.3-32 32-32 32 14.3 32 32-13.3 32-32 32zM256 347c-18.7 0-32-14.3-32-32s13.3-32 32-32 32 14.3 32 32-13.3 32-32 32zm69.8-123c-18.7 0-32-14.3-32-32s13.3-32 32-32 32 14.3 32 32-13.3 32-32 32z" fill="currentColor"/><path d="M436.9 66C384.7 45.4 320.3 32 256 32c-64.3 0-127.6 12.1-180.9 33.4C70.4 67.3 64 71 64 79.2l9.7 24.1c2.8 4.9 8.7 8.2 15.1 8.2 1.8 0 4.3-.3 7.3-1.5 49-18.9 103.1-29.6 160-29.6 56.9 0 115.2 11.6 160 29.6 3.6 1.4 5.6 1.5 7.3 1.5 6.6 0 12.2-3.3 15-8.1l9.8-24.1c-.2-7.3-5-10.8-11.3-13.3z" fill="currentColor"/></svg>
React
import type { SVGProps } from "react";
export function IonMdPizza(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M407.2 130.4C360.7 111.5 309.8 102 256 102c-53.9 0-108.3 10.3-151.2 28-8.1 3.3-15.3 9-10.1 19.5S255.9 480 255.9 480l161-329.9c3.2-6.9.9-15.4-9.7-19.7zm-221 73.6c-18.7 0-32-14.3-32-32s13.3-32 32-32 32 14.3 32 32-13.3 32-32 32zM256 347c-18.7 0-32-14.3-32-32s13.3-32 32-32 32 14.3 32 32-13.3 32-32 32zm69.8-123c-18.7 0-32-14.3-32-32s13.3-32 32-32 32 14.3 32 32-13.3 32-32 32z" fill="currentColor"/><path d="M436.9 66C384.7 45.4 320.3 32 256 32c-64.3 0-127.6 12.1-180.9 33.4C70.4 67.3 64 71 64 79.2l9.7 24.1c2.8 4.9 8.7 8.2 15.1 8.2 1.8 0 4.3-.3 7.3-1.5 49-18.9 103.1-29.6 160-29.6 56.9 0 115.2 11.6 160 29.6 3.6 1.4 5.6 1.5 7.3 1.5 6.6 0 12.2-3.3 15-8.1l9.8-24.1c-.2-7.3-5-10.8-11.3-13.3z" fill="currentColor"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M407.2 130.4C360.7 111.5 309.8 102 256 102c-53.9 0-108.3 10.3-151.2 28-8.1 3.3-15.3 9-10.1 19.5S255.9 480 255.9 480l161-329.9c3.2-6.9.9-15.4-9.7-19.7zm-221 73.6c-18.7 0-32-14.3-32-32s13.3-32 32-32 32 14.3 32 32-13.3 32-32 32zM256 347c-18.7 0-32-14.3-32-32s13.3-32 32-32 32 14.3 32 32-13.3 32-32 32zm69.8-123c-18.7 0-32-14.3-32-32s13.3-32 32-32 32 14.3 32 32-13.3 32-32 32z" fill="currentColor"/><path d="M436.9 66C384.7 45.4 320.3 32 256 32c-64.3 0-127.6 12.1-180.9 33.4C70.4 67.3 64 71 64 79.2l9.7 24.1c2.8 4.9 8.7 8.2 15.1 8.2 1.8 0 4.3-.3 7.3-1.5 49-18.9 103.1-29.6 160-29.6 56.9 0 115.2 11.6 160 29.6 3.6 1.4 5.6 1.5 7.3 1.5 6.6 0 12.2-3.3 15-8.1l9.8-24.1c-.2-7.3-5-10.8-11.3-13.3z" fill="currentColor"/></svg> </template>
CSS
.icon-md-pizza {
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%20d%3D%22M407.2%20130.4C360.7%20111.5%20309.8%20102%20256%20102c-53.9%200-108.3%2010.3-151.2%2028-8.1%203.3-15.3%209-10.1%2019.5S255.9%20480%20255.9%20480l161-329.9c3.2-6.9.9-15.4-9.7-19.7zm-221%2073.6c-18.7%200-32-14.3-32-32s13.3-32%2032-32%2032%2014.3%2032%2032-13.3%2032-32%2032zM256%20347c-18.7%200-32-14.3-32-32s13.3-32%2032-32%2032%2014.3%2032%2032-13.3%2032-32%2032zm69.8-123c-18.7%200-32-14.3-32-32s13.3-32%2032-32%2032%2014.3%2032%2032-13.3%2032-32%2032z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M436.9%2066C384.7%2045.4%20320.3%2032%20256%2032c-64.3%200-127.6%2012.1-180.9%2033.4C70.4%2067.3%2064%2071%2064%2079.2l9.7%2024.1c2.8%204.9%208.7%208.2%2015.1%208.2%201.8%200%204.3-.3%207.3-1.5%2049-18.9%20103.1-29.6%20160-29.6%2056.9%200%20115.2%2011.6%20160%2029.6%203.6%201.4%205.6%201.5%207.3%201.5%206.6%200%2012.2-3.3%2015-8.1l9.8-24.1c-.2-7.3-5-10.8-11.3-13.3z%22%20fill%3D%22currentColor%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%20d%3D%22M407.2%20130.4C360.7%20111.5%20309.8%20102%20256%20102c-53.9%200-108.3%2010.3-151.2%2028-8.1%203.3-15.3%209-10.1%2019.5S255.9%20480%20255.9%20480l161-329.9c3.2-6.9.9-15.4-9.7-19.7zm-221%2073.6c-18.7%200-32-14.3-32-32s13.3-32%2032-32%2032%2014.3%2032%2032-13.3%2032-32%2032zM256%20347c-18.7%200-32-14.3-32-32s13.3-32%2032-32%2032%2014.3%2032%2032-13.3%2032-32%2032zm69.8-123c-18.7%200-32-14.3-32-32s13.3-32%2032-32%2032%2014.3%2032%2032-13.3%2032-32%2032z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M436.9%2066C384.7%2045.4%20320.3%2032%20256%2032c-64.3%200-127.6%2012.1-180.9%2033.4C70.4%2067.3%2064%2071%2064%2079.2l9.7%2024.1c2.8%204.9%208.7%208.2%2015.1%208.2%201.8%200%204.3-.3%207.3-1.5%2049-18.9%20103.1-29.6%20160-29.6%2056.9%200%20115.2%2011.6%20160%2029.6%203.6%201.4%205.6%201.5%207.3%201.5%206.6%200%2012.2-3.3%2015-8.1l9.8-24.1c-.2-7.3-5-10.8-11.3-13.3z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ion/md-pizza.svg?color=%231a73e8&size=48