pizza slice icon
pizza-slice from Jam Icons by Michael Amprimo · Outline · MIT Free for personal and commercial use.
- Name
- pizza-slice
- Set
- Jam Icons
- Style
- Outline
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
Use the pizza slice icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-2 -2 24 24"><path fill="currentColor" d="M4.258 6.884L9.97 16.977l5.618-9.83c-1.33-.105-2.712-.453-4.242-.992c-.395-.14-.598-.171-.78-.148c-.154.02-1.723.569-2.643.802q-1.743.44-3.665.075m-1.41-2.49c1.702.67 3.224.82 4.584.476c.738-.187 2.478-.796 2.883-.847c.529-.067 1.03.01 1.696.245c1.774.626 3.296.956 4.703.909l.887-1.552A18.6 18.6 0 0 0 9.966 2a18.6 18.6 0 0 0-7.569 1.596l.451.797zM.542 2.268A20.5 20.5 0 0 1 9.966 0c3.362 0 6.606.8 9.496 2.306a1 1 0 0 1 .406 1.383l-9.034 15.807a1 1 0 0 1-1.738-.004L.13 3.65a1 1 0 0 1 .412-1.38zM8 10a1 1 0 1 1 0-2a1 1 0 0 1 0 2m3 3a1 1 0 1 1 0-2a1 1 0 0 1 0 2"/></svg>
React
import type { SVGProps } from "react";
export function JamPizzaSlice(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-2 -2 24 24"><path fill="currentColor" d="M4.258 6.884L9.97 16.977l5.618-9.83c-1.33-.105-2.712-.453-4.242-.992c-.395-.14-.598-.171-.78-.148c-.154.02-1.723.569-2.643.802q-1.743.44-3.665.075m-1.41-2.49c1.702.67 3.224.82 4.584.476c.738-.187 2.478-.796 2.883-.847c.529-.067 1.03.01 1.696.245c1.774.626 3.296.956 4.703.909l.887-1.552A18.6 18.6 0 0 0 9.966 2a18.6 18.6 0 0 0-7.569 1.596l.451.797zM.542 2.268A20.5 20.5 0 0 1 9.966 0c3.362 0 6.606.8 9.496 2.306a1 1 0 0 1 .406 1.383l-9.034 15.807a1 1 0 0 1-1.738-.004L.13 3.65a1 1 0 0 1 .412-1.38zM8 10a1 1 0 1 1 0-2a1 1 0 0 1 0 2m3 3a1 1 0 1 1 0-2a1 1 0 0 1 0 2"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-2 -2 24 24"><path fill="currentColor" d="M4.258 6.884L9.97 16.977l5.618-9.83c-1.33-.105-2.712-.453-4.242-.992c-.395-.14-.598-.171-.78-.148c-.154.02-1.723.569-2.643.802q-1.743.44-3.665.075m-1.41-2.49c1.702.67 3.224.82 4.584.476c.738-.187 2.478-.796 2.883-.847c.529-.067 1.03.01 1.696.245c1.774.626 3.296.956 4.703.909l.887-1.552A18.6 18.6 0 0 0 9.966 2a18.6 18.6 0 0 0-7.569 1.596l.451.797zM.542 2.268A20.5 20.5 0 0 1 9.966 0c3.362 0 6.606.8 9.496 2.306a1 1 0 0 1 .406 1.383l-9.034 15.807a1 1 0 0 1-1.738-.004L.13 3.65a1 1 0 0 1 .412-1.38zM8 10a1 1 0 1 1 0-2a1 1 0 0 1 0 2m3 3a1 1 0 1 1 0-2a1 1 0 0 1 0 2"/></svg> </template>
CSS
.icon-pizza-slice {
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%22-2%20-2%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4.258%206.884L9.97%2016.977l5.618-9.83c-1.33-.105-2.712-.453-4.242-.992c-.395-.14-.598-.171-.78-.148c-.154.02-1.723.569-2.643.802q-1.743.44-3.665.075m-1.41-2.49c1.702.67%203.224.82%204.584.476c.738-.187%202.478-.796%202.883-.847c.529-.067%201.03.01%201.696.245c1.774.626%203.296.956%204.703.909l.887-1.552A18.6%2018.6%200%200%200%209.966%202a18.6%2018.6%200%200%200-7.569%201.596l.451.797zM.542%202.268A20.5%2020.5%200%200%201%209.966%200c3.362%200%206.606.8%209.496%202.306a1%201%200%200%201%20.406%201.383l-9.034%2015.807a1%201%200%200%201-1.738-.004L.13%203.65a1%201%200%200%201%20.412-1.38zM8%2010a1%201%200%201%201%200-2a1%201%200%200%201%200%202m3%203a1%201%200%201%201%200-2a1%201%200%200%201%200%202%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%22-2%20-2%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4.258%206.884L9.97%2016.977l5.618-9.83c-1.33-.105-2.712-.453-4.242-.992c-.395-.14-.598-.171-.78-.148c-.154.02-1.723.569-2.643.802q-1.743.44-3.665.075m-1.41-2.49c1.702.67%203.224.82%204.584.476c.738-.187%202.478-.796%202.883-.847c.529-.067%201.03.01%201.696.245c1.774.626%203.296.956%204.703.909l.887-1.552A18.6%2018.6%200%200%200%209.966%202a18.6%2018.6%200%200%200-7.569%201.596l.451.797zM.542%202.268A20.5%2020.5%200%200%201%209.966%200c3.362%200%206.606.8%209.496%202.306a1%201%200%200%201%20.406%201.383l-9.034%2015.807a1%201%200%200%201-1.738-.004L.13%203.65a1%201%200%200%201%20.412-1.38zM8%2010a1%201%200%201%201%200-2a1%201%200%200%201%200%202m3%203a1%201%200%201%201%200-2a1%201%200%200%201%200%202%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/jam/pizza-slice.svg?color=%231a73e8&size=48