pizza icon
pizza-filled from Tabler Icons by Paweł Kuna · Filled · MIT Free for personal and commercial use.
- Name
- pizza-filled
- Set
- Tabler Icons
- Style
- Filled
- Viewbox
- 24×24
- License
- MIT
1 other variant in Tabler Icons
The same icon in other sets
Related icons in Tabler Icons
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="m12.89 2.542l8.5 16.517a1 1 0 0 1-.446 1.354a20.1 20.1 0 0 1-8.945 2.087l-.522-.007a20.1 20.1 0 0 1-8.423-2.08a1 1 0 0 1-.443-1.354l8.5-16.517a1 1 0 0 1 1.778 0m-7.064 14.64l-.96 1.865l.409.17a18.2 18.2 0 0 0 6.226 1.276l.5.007a18.1 18.1 0 0 0 6.708-1.279l.424-.176l-.89-1.728a15.9 15.9 0 0 1-6.046 1.183a15.9 15.9 0 0 1-6.37-1.318M11 12.99a1 1 0 0 0-1 1l.007.127A1 1 0 0 0 12 14l-.007-.127A1 1 0 0 0 11 12.99M13 10a1 1 0 0 0-1 1l.007.127A1 1 0 0 0 14 11.01l-.007-.127A1 1 0 0 0 13 10"/></svg>
React
import type { SVGProps } from "react";
export function TablerPizzaFilled(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="m12.89 2.542l8.5 16.517a1 1 0 0 1-.446 1.354a20.1 20.1 0 0 1-8.945 2.087l-.522-.007a20.1 20.1 0 0 1-8.423-2.08a1 1 0 0 1-.443-1.354l8.5-16.517a1 1 0 0 1 1.778 0m-7.064 14.64l-.96 1.865l.409.17a18.2 18.2 0 0 0 6.226 1.276l.5.007a18.1 18.1 0 0 0 6.708-1.279l.424-.176l-.89-1.728a15.9 15.9 0 0 1-6.046 1.183a15.9 15.9 0 0 1-6.37-1.318M11 12.99a1 1 0 0 0-1 1l.007.127A1 1 0 0 0 12 14l-.007-.127A1 1 0 0 0 11 12.99M13 10a1 1 0 0 0-1 1l.007.127A1 1 0 0 0 14 11.01l-.007-.127A1 1 0 0 0 13 10"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m12.89 2.542l8.5 16.517a1 1 0 0 1-.446 1.354a20.1 20.1 0 0 1-8.945 2.087l-.522-.007a20.1 20.1 0 0 1-8.423-2.08a1 1 0 0 1-.443-1.354l8.5-16.517a1 1 0 0 1 1.778 0m-7.064 14.64l-.96 1.865l.409.17a18.2 18.2 0 0 0 6.226 1.276l.5.007a18.1 18.1 0 0 0 6.708-1.279l.424-.176l-.89-1.728a15.9 15.9 0 0 1-6.046 1.183a15.9 15.9 0 0 1-6.37-1.318M11 12.99a1 1 0 0 0-1 1l.007.127A1 1 0 0 0 12 14l-.007-.127A1 1 0 0 0 11 12.99M13 10a1 1 0 0 0-1 1l.007.127A1 1 0 0 0 14 11.01l-.007-.127A1 1 0 0 0 13 10"/></svg> </template>
CSS
.icon-pizza-filled {
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%22m12.89%202.542l8.5%2016.517a1%201%200%200%201-.446%201.354a20.1%2020.1%200%200%201-8.945%202.087l-.522-.007a20.1%2020.1%200%200%201-8.423-2.08a1%201%200%200%201-.443-1.354l8.5-16.517a1%201%200%200%201%201.778%200m-7.064%2014.64l-.96%201.865l.409.17a18.2%2018.2%200%200%200%206.226%201.276l.5.007a18.1%2018.1%200%200%200%206.708-1.279l.424-.176l-.89-1.728a15.9%2015.9%200%200%201-6.046%201.183a15.9%2015.9%200%200%201-6.37-1.318M11%2012.99a1%201%200%200%200-1%201l.007.127A1%201%200%200%200%2012%2014l-.007-.127A1%201%200%200%200%2011%2012.99M13%2010a1%201%200%200%200-1%201l.007.127A1%201%200%200%200%2014%2011.01l-.007-.127A1%201%200%200%200%2013%2010%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%22m12.89%202.542l8.5%2016.517a1%201%200%200%201-.446%201.354a20.1%2020.1%200%200%201-8.945%202.087l-.522-.007a20.1%2020.1%200%200%201-8.423-2.08a1%201%200%200%201-.443-1.354l8.5-16.517a1%201%200%200%201%201.778%200m-7.064%2014.64l-.96%201.865l.409.17a18.2%2018.2%200%200%200%206.226%201.276l.5.007a18.1%2018.1%200%200%200%206.708-1.279l.424-.176l-.89-1.728a15.9%2015.9%200%200%201-6.046%201.183a15.9%2015.9%200%200%201-6.37-1.318M11%2012.99a1%201%200%200%200-1%201l.007.127A1%201%200%200%200%2012%2014l-.007-.127A1%201%200%200%200%2011%2012.99M13%2010a1%201%200%200%200-1%201l.007.127A1%201%200%200%200%2014%2011.01l-.007-.127A1%201%200%200%200%2013%2010%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/tabler/pizza-filled.svg?color=%231a73e8&size=48