pizza 03 icon
pizza-03 from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- pizza-03
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
Related icons in Huge Icons
Use the pizza 03 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M12 12L4.636 7.75c-.717-.415-1.646-.172-1.948.599A10 10 0 0 0 2 12c0 1.289.244 2.52.688 3.652c.302.77 1.231 1.013 1.948.6zm0 0l7.364 4.252c.717.414 1.646.172 1.948-.599A10 10 0 0 0 22 12.001a10 10 0 0 0-.688-3.652c-.302-.771-1.231-1.014-1.948-.6z"/><path d="M12 12V3.5c0-.828-.675-1.512-1.495-1.39a10 10 0 0 0-6.32 3.65c-.518.648-.264 1.575.454 1.99zm0 0v8.5c0 .828.675 1.512 1.495 1.389a10 10 0 0 0 6.32-3.65c.518-.647.264-1.574-.454-1.989zm0 0V3.5c0-.828.675-1.512 1.495-1.39a10 10 0 0 1 6.32 3.65c.518.648.264 1.575-.454 1.99zm0 0v8.5c0 .828-.675 1.512-1.495 1.389a10 10 0 0 1-6.32-3.65c-.518-.647-.264-1.574.454-1.989zm3-7v.1M9.5 16v.1M6 12v.1m13-.1v.1M14.5 8l1-.5M8 6.502l1-.5M8.5 19l1-.5m5.5-1l1 .5"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsPizza03(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5"><path d="M12 12L4.636 7.75c-.717-.415-1.646-.172-1.948.599A10 10 0 0 0 2 12c0 1.289.244 2.52.688 3.652c.302.77 1.231 1.013 1.948.6zm0 0l7.364 4.252c.717.414 1.646.172 1.948-.599A10 10 0 0 0 22 12.001a10 10 0 0 0-.688-3.652c-.302-.771-1.231-1.014-1.948-.6z"/><path d="M12 12V3.5c0-.828-.675-1.512-1.495-1.39a10 10 0 0 0-6.32 3.65c-.518.648-.264 1.575.454 1.99zm0 0v8.5c0 .828.675 1.512 1.495 1.389a10 10 0 0 0 6.32-3.65c.518-.647.264-1.574-.454-1.989zm0 0V3.5c0-.828.675-1.512 1.495-1.39a10 10 0 0 1 6.32 3.65c.518.648.264 1.575-.454 1.99zm0 0v8.5c0 .828-.675 1.512-1.495 1.389a10 10 0 0 1-6.32-3.65c-.518-.647-.264-1.574.454-1.989zm3-7v.1M9.5 16v.1M6 12v.1m13-.1v.1M14.5 8l1-.5M8 6.502l1-.5M8.5 19l1-.5m5.5-1l1 .5"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M12 12L4.636 7.75c-.717-.415-1.646-.172-1.948.599A10 10 0 0 0 2 12c0 1.289.244 2.52.688 3.652c.302.77 1.231 1.013 1.948.6zm0 0l7.364 4.252c.717.414 1.646.172 1.948-.599A10 10 0 0 0 22 12.001a10 10 0 0 0-.688-3.652c-.302-.771-1.231-1.014-1.948-.6z"/><path d="M12 12V3.5c0-.828-.675-1.512-1.495-1.39a10 10 0 0 0-6.32 3.65c-.518.648-.264 1.575.454 1.99zm0 0v8.5c0 .828.675 1.512 1.495 1.389a10 10 0 0 0 6.32-3.65c.518-.647.264-1.574-.454-1.989zm0 0V3.5c0-.828.675-1.512 1.495-1.39a10 10 0 0 1 6.32 3.65c.518.648.264 1.575-.454 1.99zm0 0v8.5c0 .828-.675 1.512-1.495 1.389a10 10 0 0 1-6.32-3.65c-.518-.647-.264-1.574.454-1.989zm3-7v.1M9.5 16v.1M6 12v.1m13-.1v.1M14.5 8l1-.5M8 6.502l1-.5M8.5 19l1-.5m5.5-1l1 .5"/></g></svg> </template>
CSS
.icon-pizza-03 {
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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M12%2012L4.636%207.75c-.717-.415-1.646-.172-1.948.599A10%2010%200%200%200%202%2012c0%201.289.244%202.52.688%203.652c.302.77%201.231%201.013%201.948.6zm0%200l7.364%204.252c.717.414%201.646.172%201.948-.599A10%2010%200%200%200%2022%2012.001a10%2010%200%200%200-.688-3.652c-.302-.771-1.231-1.014-1.948-.6z%22%2F%3E%3Cpath%20d%3D%22M12%2012V3.5c0-.828-.675-1.512-1.495-1.39a10%2010%200%200%200-6.32%203.65c-.518.648-.264%201.575.454%201.99zm0%200v8.5c0%20.828.675%201.512%201.495%201.389a10%2010%200%200%200%206.32-3.65c.518-.647.264-1.574-.454-1.989zm0%200V3.5c0-.828.675-1.512%201.495-1.39a10%2010%200%200%201%206.32%203.65c.518.648.264%201.575-.454%201.99zm0%200v8.5c0%20.828-.675%201.512-1.495%201.389a10%2010%200%200%201-6.32-3.65c-.518-.647-.264-1.574.454-1.989zm3-7v.1M9.5%2016v.1M6%2012v.1m13-.1v.1M14.5%208l1-.5M8%206.502l1-.5M8.5%2019l1-.5m5.5-1l1%20.5%22%2F%3E%3C%2Fg%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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M12%2012L4.636%207.75c-.717-.415-1.646-.172-1.948.599A10%2010%200%200%200%202%2012c0%201.289.244%202.52.688%203.652c.302.77%201.231%201.013%201.948.6zm0%200l7.364%204.252c.717.414%201.646.172%201.948-.599A10%2010%200%200%200%2022%2012.001a10%2010%200%200%200-.688-3.652c-.302-.771-1.231-1.014-1.948-.6z%22%2F%3E%3Cpath%20d%3D%22M12%2012V3.5c0-.828-.675-1.512-1.495-1.39a10%2010%200%200%200-6.32%203.65c-.518.648-.264%201.575.454%201.99zm0%200v8.5c0%20.828.675%201.512%201.495%201.389a10%2010%200%200%200%206.32-3.65c.518-.647.264-1.574-.454-1.989zm0%200V3.5c0-.828.675-1.512%201.495-1.39a10%2010%200%200%201%206.32%203.65c.518.648.264%201.575-.454%201.99zm0%200v8.5c0%20.828-.675%201.512-1.495%201.389a10%2010%200%200%201-6.32-3.65c-.518-.647-.264-1.574.454-1.989zm3-7v.1M9.5%2016v.1M6%2012v.1m13-.1v.1M14.5%208l1-.5M8%206.502l1-.5M8.5%2019l1-.5m5.5-1l1%20.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/pizza-03.svg?color=%231a73e8&size=48