pizza slice icon

pizza-slice from Iconoir by Luca Burgio · Regular · Food · MIT Free for personal and commercial use.

Name
pizza-slice
Set
Iconoir
Style
Regular
Category
Food
Viewbox
24×24
License
MIT

The same icon in other sets

More food icons from Iconoir

Use the pizza slice 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-width="1.5"><path stroke-linecap="round" stroke-linejoin="round" d="m14 9.01l.01-.011M8 8.01l.01-.011M8 14.01l.01-.011"/><path d="M6 19L2.236 3.004a.6.6 0 0 1 .754-.713L19 7"/><path stroke-linecap="round" d="M22.198 8.425a1.75 1.75 0 0 0-3.396-.85c-.391 1.568-1.9 4.05-4.227 6.375c-2.3 2.301-5.148 4.194-7.968 4.845a1.75 1.75 0 1 0 .787 3.41c3.68-.849 7.082-3.206 9.656-5.78c2.549-2.549 4.54-5.568 5.148-8Z"/></g></svg>

React

import type { SVGProps } from "react";

export function IconoirPizzaSlice(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" strokeWidth="1.5"><path strokeLinecap="round" strokeLinejoin="round" d="m14 9.01l.01-.011M8 8.01l.01-.011M8 14.01l.01-.011"/><path d="M6 19L2.236 3.004a.6.6 0 0 1 .754-.713L19 7"/><path strokeLinecap="round" d="M22.198 8.425a1.75 1.75 0 0 0-3.396-.85c-.391 1.568-1.9 4.05-4.227 6.375c-2.3 2.301-5.148 4.194-7.968 4.845a1.75 1.75 0 1 0 .787 3.41c3.68-.849 7.082-3.206 9.656-5.78c2.549-2.549 4.54-5.568 5.148-8Z"/></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-width="1.5"><path stroke-linecap="round" stroke-linejoin="round" d="m14 9.01l.01-.011M8 8.01l.01-.011M8 14.01l.01-.011"/><path d="M6 19L2.236 3.004a.6.6 0 0 1 .754-.713L19 7"/><path stroke-linecap="round" d="M22.198 8.425a1.75 1.75 0 0 0-3.396-.85c-.391 1.568-1.9 4.05-4.227 6.375c-2.3 2.301-5.148 4.194-7.968 4.845a1.75 1.75 0 1 0 .787 3.41c3.68-.849 7.082-3.206 9.656-5.78c2.549-2.549 4.54-5.568 5.148-8Z"/></g></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%220%200%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22m14%209.01l.01-.011M8%208.01l.01-.011M8%2014.01l.01-.011%22%2F%3E%3Cpath%20d%3D%22M6%2019L2.236%203.004a.6.6%200%200%201%20.754-.713L19%207%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M22.198%208.425a1.75%201.75%200%200%200-3.396-.85c-.391%201.568-1.9%204.05-4.227%206.375c-2.3%202.301-5.148%204.194-7.968%204.845a1.75%201.75%200%201%200%20.787%203.41c3.68-.849%207.082-3.206%209.656-5.78c2.549-2.549%204.54-5.568%205.148-8Z%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-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22m14%209.01l.01-.011M8%208.01l.01-.011M8%2014.01l.01-.011%22%2F%3E%3Cpath%20d%3D%22M6%2019L2.236%203.004a.6.6%200%200%201%20.754-.713L19%207%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M22.198%208.425a1.75%201.75%200%200%200-3.396-.85c-.391%201.568-1.9%204.05-4.227%206.375c-2.3%202.301-5.148%204.194-7.968%204.845a1.75%201.75%200%201%200%20.787%203.41c3.68-.849%207.082-3.206%209.656-5.78c2.549-2.549%204.54-5.568%205.148-8Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/iconoir/pizza-slice.svg?color=%231a73e8&size=48