pizza slice icon

pizza-slice from Reicon by REICON · Outline · Food · MIT Free for personal and commercial use.

Name
pizza-slice
Set
Reicon
Style
Outline
Category
Food
Viewbox
24×24
License
MIT

1 other variant in Reicon

The same icon in other sets

All pizza slice icons →

More food icons from Reicon

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"><circle cx="10.667" cy="12" r="1.333" fill="currentColor"/><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M5 12.601a2 2 0 1 1 0 3.464m0-9.398c5.305 0 9.936 2.88 12.415 7.165"/><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M9.667 20.333v-.873a.667.667 0 0 0-1-.577L7 19.845c-.89.514-2-.128-2-1.154V4.392c0-.79.683-1.396 1.47-1.332a17.99 17.99 0 0 1 13.337 7.701a1.346 1.346 0 0 1-.423 1.935l-5.05 2.915a2.67 2.67 0 0 0-1.333 2.309v3.745"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconPizzaSlice(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"><circle cx="10.667" cy="12" r="1.333" fill="currentColor"/><path stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" d="M5 12.601a2 2 0 1 1 0 3.464m0-9.398c5.305 0 9.936 2.88 12.415 7.165"/><path stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" d="M9.667 20.333v-.873a.667.667 0 0 0-1-.577L7 19.845c-.89.514-2-.128-2-1.154V4.392c0-.79.683-1.396 1.47-1.332a17.99 17.99 0 0 1 13.337 7.701a1.346 1.346 0 0 1-.423 1.935l-5.05 2.915a2.67 2.67 0 0 0-1.333 2.309v3.745"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><circle cx="10.667" cy="12" r="1.333" fill="currentColor"/><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M5 12.601a2 2 0 1 1 0 3.464m0-9.398c5.305 0 9.936 2.88 12.415 7.165"/><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M9.667 20.333v-.873a.667.667 0 0 0-1-.577L7 19.845c-.89.514-2-.128-2-1.154V4.392c0-.79.683-1.396 1.47-1.332a17.99 17.99 0 0 1 13.337 7.701a1.346 1.346 0 0 1-.423 1.935l-5.05 2.915a2.67 2.67 0 0 0-1.333 2.309v3.745"/></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%3E%3Ccircle%20cx%3D%2210.667%22%20cy%3D%2212%22%20r%3D%221.333%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M5%2012.601a2%202%200%201%201%200%203.464m0-9.398c5.305%200%209.936%202.88%2012.415%207.165%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M9.667%2020.333v-.873a.667.667%200%200%200-1-.577L7%2019.845c-.89.514-2-.128-2-1.154V4.392c0-.79.683-1.396%201.47-1.332a17.99%2017.99%200%200%201%2013.337%207.701a1.346%201.346%200%200%201-.423%201.935l-5.05%202.915a2.67%202.67%200%200%200-1.333%202.309v3.745%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%3E%3Ccircle%20cx%3D%2210.667%22%20cy%3D%2212%22%20r%3D%221.333%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M5%2012.601a2%202%200%201%201%200%203.464m0-9.398c5.305%200%209.936%202.88%2012.415%207.165%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M9.667%2020.333v-.873a.667.667%200%200%200-1-.577L7%2019.845c-.89.514-2-.128-2-1.154V4.392c0-.79.683-1.396%201.47-1.332a17.99%2017.99%200%200%201%2013.337%207.701a1.346%201.346%200%200%201-.423%201.935l-5.05%202.915a2.67%202.67%200%200%200-1.333%202.309v3.745%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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