pizza slice icon

pizza-slice-outline from Flowbite Icons by Themesberg · Outline · Food Beverage · MIT Free for personal and commercial use.

Name
pizza-slice-outline
Set
Flowbite Icons
Style
Outline
Category
Food Beverage
Viewbox
24×24
License
MIT

1 other variant in Flowbite Icons

The same icon in other sets

More food beverage icons from Flowbite Icons

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"><g clip-path="url(#SVG0zXSObqM)"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10.415 10.762v.011m3.087 3.077v.01m-4.585 1.49v.01m-.828-8.445l-3.69 13l12.952-3.738m-.827-8.435a12.14 12.14 0 0 1 3.517 7.517c.067.741-.462 1.375-1.187 1.53c-1.014.215-1.96-.582-2.092-1.616c-.241-1.9-.944-3.572-2.52-5.148c-1.578-1.578-3.318-2.346-5.253-2.62c-1.022-.144-1.796-1.11-1.539-2.103c.172-.667.768-1.142 1.458-1.085a12.14 12.14 0 0 1 7.616 3.525"/></g><defs><clipPath id="SVG0zXSObqM"/></defs></g></svg>

React

import type { SVGProps } from "react";

export function FlowbitePizzaSliceOutline(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"><g clipPath="url(#SVG0zXSObqM)"><path stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="M10.415 10.762v.011m3.087 3.077v.01m-4.585 1.49v.01m-.828-8.445l-3.69 13l12.952-3.738m-.827-8.435a12.14 12.14 0 0 1 3.517 7.517c.067.741-.462 1.375-1.187 1.53c-1.014.215-1.96-.582-2.092-1.616c-.241-1.9-.944-3.572-2.52-5.148c-1.578-1.578-3.318-2.346-5.253-2.62c-1.022-.144-1.796-1.11-1.539-2.103c.172-.667.768-1.142 1.458-1.085a12.14 12.14 0 0 1 7.616 3.525"/></g><defs><clipPath id="SVG0zXSObqM"/></defs></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><g clip-path="url(#SVG0zXSObqM)"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10.415 10.762v.011m3.087 3.077v.01m-4.585 1.49v.01m-.828-8.445l-3.69 13l12.952-3.738m-.827-8.435a12.14 12.14 0 0 1 3.517 7.517c.067.741-.462 1.375-1.187 1.53c-1.014.215-1.96-.582-2.092-1.616c-.241-1.9-.944-3.572-2.52-5.148c-1.578-1.578-3.318-2.346-5.253-2.62c-1.022-.144-1.796-1.11-1.539-2.103c.172-.667.768-1.142 1.458-1.085a12.14 12.14 0 0 1 7.616 3.525"/></g><defs><clipPath id="SVG0zXSObqM"/></defs></g></svg>
</template>

CSS

.icon-pizza-slice-outline {
  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%3Cg%20clip-path%3D%22url(%23SVG0zXSObqM)%22%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M10.415%2010.762v.011m3.087%203.077v.01m-4.585%201.49v.01m-.828-8.445l-3.69%2013l12.952-3.738m-.827-8.435a12.14%2012.14%200%200%201%203.517%207.517c.067.741-.462%201.375-1.187%201.53c-1.014.215-1.96-.582-2.092-1.616c-.241-1.9-.944-3.572-2.52-5.148c-1.578-1.578-3.318-2.346-5.253-2.62c-1.022-.144-1.796-1.11-1.539-2.103c.172-.667.768-1.142%201.458-1.085a12.14%2012.14%200%200%201%207.616%203.525%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22SVG0zXSObqM%22%2F%3E%3C%2Fdefs%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%3Cg%20clip-path%3D%22url(%23SVG0zXSObqM)%22%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M10.415%2010.762v.011m3.087%203.077v.01m-4.585%201.49v.01m-.828-8.445l-3.69%2013l12.952-3.738m-.827-8.435a12.14%2012.14%200%200%201%203.517%207.517c.067.741-.462%201.375-1.187%201.53c-1.014.215-1.96-.582-2.092-1.616c-.241-1.9-.944-3.572-2.52-5.148c-1.578-1.578-3.318-2.346-5.253-2.62c-1.022-.144-1.796-1.11-1.539-2.103c.172-.667.768-1.142%201.458-1.085a12.14%2012.14%200%200%201%207.616%203.525%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22SVG0zXSObqM%22%2F%3E%3C%2Fdefs%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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