pizza icon
pizza-solid from Myna UI Icons by Praveen Juge · Solid · MIT Free for personal and commercial use.
- Name
- pizza-solid
- Set
- Myna UI Icons
- Style
- Solid
- Viewbox
- 24×24
- License
- MIT
1 other variant in Myna UI Icons
The same icon in other sets
Use the pizza icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m16.895 3.514l4.778 15.928c.41 1.367-.864 2.641-2.231 2.231L3.514 16.895c-.921-.277-1.496-1.258-1.175-2.222A19.5 19.5 0 0 1 14.673 2.34c.964-.322 1.945.254 2.222 1.175m-1.747.248A18 18 0 0 0 3.762 15.148c-.037.11.02.261.183.31l1.802.54A16.73 16.73 0 0 1 16 5.749l-.541-1.803c-.049-.163-.2-.22-.31-.183m.382 6.708a.75.75 0 1 0-1.06 1.06l.353.354a.75.75 0 0 0 1.06-1.06zm-4 4a.75.75 0 1 0-1.06 1.06l.353.354a.75.75 0 0 0 1.06-1.06zm5 1a.75.75 0 1 0-1.06 1.06l.353.354a.75.75 0 0 0 1.06-1.06z"/></svg>
React
import type { SVGProps } from "react";
export function MynauiPizzaSolid(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m16.895 3.514l4.778 15.928c.41 1.367-.864 2.641-2.231 2.231L3.514 16.895c-.921-.277-1.496-1.258-1.175-2.222A19.5 19.5 0 0 1 14.673 2.34c.964-.322 1.945.254 2.222 1.175m-1.747.248A18 18 0 0 0 3.762 15.148c-.037.11.02.261.183.31l1.802.54A16.73 16.73 0 0 1 16 5.749l-.541-1.803c-.049-.163-.2-.22-.31-.183m.382 6.708a.75.75 0 1 0-1.06 1.06l.353.354a.75.75 0 0 0 1.06-1.06zm-4 4a.75.75 0 1 0-1.06 1.06l.353.354a.75.75 0 0 0 1.06-1.06zm5 1a.75.75 0 1 0-1.06 1.06l.353.354a.75.75 0 0 0 1.06-1.06z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m16.895 3.514l4.778 15.928c.41 1.367-.864 2.641-2.231 2.231L3.514 16.895c-.921-.277-1.496-1.258-1.175-2.222A19.5 19.5 0 0 1 14.673 2.34c.964-.322 1.945.254 2.222 1.175m-1.747.248A18 18 0 0 0 3.762 15.148c-.037.11.02.261.183.31l1.802.54A16.73 16.73 0 0 1 16 5.749l-.541-1.803c-.049-.163-.2-.22-.31-.183m.382 6.708a.75.75 0 1 0-1.06 1.06l.353.354a.75.75 0 0 0 1.06-1.06zm-4 4a.75.75 0 1 0-1.06 1.06l.353.354a.75.75 0 0 0 1.06-1.06zm5 1a.75.75 0 1 0-1.06 1.06l.353.354a.75.75 0 0 0 1.06-1.06z"/></svg> </template>
CSS
.icon-pizza-solid {
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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m16.895%203.514l4.778%2015.928c.41%201.367-.864%202.641-2.231%202.231L3.514%2016.895c-.921-.277-1.496-1.258-1.175-2.222A19.5%2019.5%200%200%201%2014.673%202.34c.964-.322%201.945.254%202.222%201.175m-1.747.248A18%2018%200%200%200%203.762%2015.148c-.037.11.02.261.183.31l1.802.54A16.73%2016.73%200%200%201%2016%205.749l-.541-1.803c-.049-.163-.2-.22-.31-.183m.382%206.708a.75.75%200%201%200-1.06%201.06l.353.354a.75.75%200%200%200%201.06-1.06zm-4%204a.75.75%200%201%200-1.06%201.06l.353.354a.75.75%200%200%200%201.06-1.06zm5%201a.75.75%200%201%200-1.06%201.06l.353.354a.75.75%200%200%200%201.06-1.06z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m16.895%203.514l4.778%2015.928c.41%201.367-.864%202.641-2.231%202.231L3.514%2016.895c-.921-.277-1.496-1.258-1.175-2.222A19.5%2019.5%200%200%201%2014.673%202.34c.964-.322%201.945.254%202.222%201.175m-1.747.248A18%2018%200%200%200%203.762%2015.148c-.037.11.02.261.183.31l1.802.54A16.73%2016.73%200%200%201%2016%205.749l-.541-1.803c-.049-.163-.2-.22-.31-.183m.382%206.708a.75.75%200%201%200-1.06%201.06l.353.354a.75.75%200%200%200%201.06-1.06zm-4%204a.75.75%200%201%200-1.06%201.06l.353.354a.75.75%200%200%200%201.06-1.06zm5%201a.75.75%200%201%200-1.06%201.06l.353.354a.75.75%200%200%200%201.06-1.06z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mynaui/pizza-solid.svg?color=%231a73e8&size=48