donut2 icon

donut2-duotone from Reicon by REICON · Duotone · Food · MIT Free for personal and commercial use.

Name
donut2-duotone
Set
Reicon
Style
Duotone
Category
Food
Viewbox
24×24
License
MIT

2 other variants in Reicon

More food icons from Reicon

Use the donut2 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M12 2C6.477 2 2 6.477 2 12q0 .531.054 1.048C2.404 13.352 4.367 15 6 15c1.212 0 2.606-.908 3.387-1.5l.01-.009a3 3 0 1 1 4.61.739c.47.412 1.084.77 1.798.77c1.69 0 1.69-2 3.38-2c1.077 0 1.925.814 2.399 1.403l.092.132c.211-.81.324-1.659.324-2.535c0-5.523-4.477-10-10-10" opacity=".5"/><path d="m19.527 5.417l-.058.053l-1 1a.75.75 0 1 0 1.06 1.06l.905-.904q-.409-.64-.907-1.209M5.416 4.472q.025.03.053.058l1 1a.75.75 0 0 0 1.06-1.06l-.904-.905q-.64.41-1.209.907m5.053.058a.75.75 0 1 1 1.06-1.06l1 1a.75.75 0 1 1-1.06 1.06zm6.131.92a.75.75 0 0 0-1.2-.9l-1.5 2a.75.75 0 1 0 1.2.9zM8.409 7.56a.75.75 0 0 0 .918.53l1.366-.366a.75.75 0 0 0-.388-1.448l-1.366.366a.75.75 0 0 0-.53.918m9.056 2.794a.75.75 0 0 1-1.499.07L15.9 9.013a.75.75 0 0 1 1.498-.07zm.971 1.705a.75.75 0 0 0 1.059.067l1.678-1.478a.75.75 0 0 0-.992-1.126L18.503 11a.75.75 0 0 0-.067 1.059M5.524 8.167a.75.75 0 1 1 1.365-.62l.585 1.286a.75.75 0 0 1-1.365.621zm1.418 2.728a.75.75 0 0 1 .162 1.048l-.835 1.141a.75.75 0 1 1-1.21-.886l.835-1.14a.75.75 0 0 1 1.048-.163M2.855 8.98a.75.75 0 1 1 1.497-.084l.079 1.412a.75.75 0 0 1-1.498.083z"/><path d="M6 15c1.212 0 2.607-.908 3.388-1.5l.009-.009a3 3 0 0 0 4.61.739c.47.412 1.085.77 1.799.77c.845 0 1.267-.5 1.69-1c.422-.5.844-1 1.689-1c1.077 0 1.926.814 2.399 1.403l.092.132l-.049.182c-.54-.461-1.44-.445-2.148.078c-.601.445-.893 1.13-.793 1.726l-.102.101l-.334-.452c-.616-.832-1.927-.906-2.93-.165c-1.003.742-1.316 2.018-.7 2.85l.185.25l-.185.186c-.513-.162-1.148-.054-1.675.337c-.798.59-.935 1.693-.453 2.36A10 10 0 0 1 12 22c-5.168 0-9.421-3.922-9.945-8.952C2.404 13.352 4.367 15 6 15"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconDonut2Duotone(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M12 2C6.477 2 2 6.477 2 12q0 .531.054 1.048C2.404 13.352 4.367 15 6 15c1.212 0 2.606-.908 3.387-1.5l.01-.009a3 3 0 1 1 4.61.739c.47.412 1.084.77 1.798.77c1.69 0 1.69-2 3.38-2c1.077 0 1.925.814 2.399 1.403l.092.132c.211-.81.324-1.659.324-2.535c0-5.523-4.477-10-10-10" opacity=".5"/><path d="m19.527 5.417l-.058.053l-1 1a.75.75 0 1 0 1.06 1.06l.905-.904q-.409-.64-.907-1.209M5.416 4.472q.025.03.053.058l1 1a.75.75 0 0 0 1.06-1.06l-.904-.905q-.64.41-1.209.907m5.053.058a.75.75 0 1 1 1.06-1.06l1 1a.75.75 0 1 1-1.06 1.06zm6.131.92a.75.75 0 0 0-1.2-.9l-1.5 2a.75.75 0 1 0 1.2.9zM8.409 7.56a.75.75 0 0 0 .918.53l1.366-.366a.75.75 0 0 0-.388-1.448l-1.366.366a.75.75 0 0 0-.53.918m9.056 2.794a.75.75 0 0 1-1.499.07L15.9 9.013a.75.75 0 0 1 1.498-.07zm.971 1.705a.75.75 0 0 0 1.059.067l1.678-1.478a.75.75 0 0 0-.992-1.126L18.503 11a.75.75 0 0 0-.067 1.059M5.524 8.167a.75.75 0 1 1 1.365-.62l.585 1.286a.75.75 0 0 1-1.365.621zm1.418 2.728a.75.75 0 0 1 .162 1.048l-.835 1.141a.75.75 0 1 1-1.21-.886l.835-1.14a.75.75 0 0 1 1.048-.163M2.855 8.98a.75.75 0 1 1 1.497-.084l.079 1.412a.75.75 0 0 1-1.498.083z"/><path d="M6 15c1.212 0 2.607-.908 3.388-1.5l.009-.009a3 3 0 0 0 4.61.739c.47.412 1.085.77 1.799.77c.845 0 1.267-.5 1.69-1c.422-.5.844-1 1.689-1c1.077 0 1.926.814 2.399 1.403l.092.132l-.049.182c-.54-.461-1.44-.445-2.148.078c-.601.445-.893 1.13-.793 1.726l-.102.101l-.334-.452c-.616-.832-1.927-.906-2.93-.165c-1.003.742-1.316 2.018-.7 2.85l.185.25l-.185.186c-.513-.162-1.148-.054-1.675.337c-.798.59-.935 1.693-.453 2.36A10 10 0 0 1 12 22c-5.168 0-9.421-3.922-9.945-8.952C2.404 13.352 4.367 15 6 15"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M12 2C6.477 2 2 6.477 2 12q0 .531.054 1.048C2.404 13.352 4.367 15 6 15c1.212 0 2.606-.908 3.387-1.5l.01-.009a3 3 0 1 1 4.61.739c.47.412 1.084.77 1.798.77c1.69 0 1.69-2 3.38-2c1.077 0 1.925.814 2.399 1.403l.092.132c.211-.81.324-1.659.324-2.535c0-5.523-4.477-10-10-10" opacity=".5"/><path d="m19.527 5.417l-.058.053l-1 1a.75.75 0 1 0 1.06 1.06l.905-.904q-.409-.64-.907-1.209M5.416 4.472q.025.03.053.058l1 1a.75.75 0 0 0 1.06-1.06l-.904-.905q-.64.41-1.209.907m5.053.058a.75.75 0 1 1 1.06-1.06l1 1a.75.75 0 1 1-1.06 1.06zm6.131.92a.75.75 0 0 0-1.2-.9l-1.5 2a.75.75 0 1 0 1.2.9zM8.409 7.56a.75.75 0 0 0 .918.53l1.366-.366a.75.75 0 0 0-.388-1.448l-1.366.366a.75.75 0 0 0-.53.918m9.056 2.794a.75.75 0 0 1-1.499.07L15.9 9.013a.75.75 0 0 1 1.498-.07zm.971 1.705a.75.75 0 0 0 1.059.067l1.678-1.478a.75.75 0 0 0-.992-1.126L18.503 11a.75.75 0 0 0-.067 1.059M5.524 8.167a.75.75 0 1 1 1.365-.62l.585 1.286a.75.75 0 0 1-1.365.621zm1.418 2.728a.75.75 0 0 1 .162 1.048l-.835 1.141a.75.75 0 1 1-1.21-.886l.835-1.14a.75.75 0 0 1 1.048-.163M2.855 8.98a.75.75 0 1 1 1.497-.084l.079 1.412a.75.75 0 0 1-1.498.083z"/><path d="M6 15c1.212 0 2.607-.908 3.388-1.5l.009-.009a3 3 0 0 0 4.61.739c.47.412 1.085.77 1.799.77c.845 0 1.267-.5 1.69-1c.422-.5.844-1 1.689-1c1.077 0 1.926.814 2.399 1.403l.092.132l-.049.182c-.54-.461-1.44-.445-2.148.078c-.601.445-.893 1.13-.793 1.726l-.102.101l-.334-.452c-.616-.832-1.927-.906-2.93-.165c-1.003.742-1.316 2.018-.7 2.85l.185.25l-.185.186c-.513-.162-1.148-.054-1.675.337c-.798.59-.935 1.693-.453 2.36A10 10 0 0 1 12 22c-5.168 0-9.421-3.922-9.945-8.952C2.404 13.352 4.367 15 6 15"/></g></svg>
</template>

CSS

.icon-donut2-duotone {
  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%22currentColor%22%3E%3Cpath%20d%3D%22M12%202C6.477%202%202%206.477%202%2012q0%20.531.054%201.048C2.404%2013.352%204.367%2015%206%2015c1.212%200%202.606-.908%203.387-1.5l.01-.009a3%203%200%201%201%204.61.739c.47.412%201.084.77%201.798.77c1.69%200%201.69-2%203.38-2c1.077%200%201.925.814%202.399%201.403l.092.132c.211-.81.324-1.659.324-2.535c0-5.523-4.477-10-10-10%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22m19.527%205.417l-.058.053l-1%201a.75.75%200%201%200%201.06%201.06l.905-.904q-.409-.64-.907-1.209M5.416%204.472q.025.03.053.058l1%201a.75.75%200%200%200%201.06-1.06l-.904-.905q-.64.41-1.209.907m5.053.058a.75.75%200%201%201%201.06-1.06l1%201a.75.75%200%201%201-1.06%201.06zm6.131.92a.75.75%200%200%200-1.2-.9l-1.5%202a.75.75%200%201%200%201.2.9zM8.409%207.56a.75.75%200%200%200%20.918.53l1.366-.366a.75.75%200%200%200-.388-1.448l-1.366.366a.75.75%200%200%200-.53.918m9.056%202.794a.75.75%200%200%201-1.499.07L15.9%209.013a.75.75%200%200%201%201.498-.07zm.971%201.705a.75.75%200%200%200%201.059.067l1.678-1.478a.75.75%200%200%200-.992-1.126L18.503%2011a.75.75%200%200%200-.067%201.059M5.524%208.167a.75.75%200%201%201%201.365-.62l.585%201.286a.75.75%200%200%201-1.365.621zm1.418%202.728a.75.75%200%200%201%20.162%201.048l-.835%201.141a.75.75%200%201%201-1.21-.886l.835-1.14a.75.75%200%200%201%201.048-.163M2.855%208.98a.75.75%200%201%201%201.497-.084l.079%201.412a.75.75%200%200%201-1.498.083z%22%2F%3E%3Cpath%20d%3D%22M6%2015c1.212%200%202.607-.908%203.388-1.5l.009-.009a3%203%200%200%200%204.61.739c.47.412%201.085.77%201.799.77c.845%200%201.267-.5%201.69-1c.422-.5.844-1%201.689-1c1.077%200%201.926.814%202.399%201.403l.092.132l-.049.182c-.54-.461-1.44-.445-2.148.078c-.601.445-.893%201.13-.793%201.726l-.102.101l-.334-.452c-.616-.832-1.927-.906-2.93-.165c-1.003.742-1.316%202.018-.7%202.85l.185.25l-.185.186c-.513-.162-1.148-.054-1.675.337c-.798.59-.935%201.693-.453%202.36A10%2010%200%200%201%2012%2022c-5.168%200-9.421-3.922-9.945-8.952C2.404%2013.352%204.367%2015%206%2015%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%22currentColor%22%3E%3Cpath%20d%3D%22M12%202C6.477%202%202%206.477%202%2012q0%20.531.054%201.048C2.404%2013.352%204.367%2015%206%2015c1.212%200%202.606-.908%203.387-1.5l.01-.009a3%203%200%201%201%204.61.739c.47.412%201.084.77%201.798.77c1.69%200%201.69-2%203.38-2c1.077%200%201.925.814%202.399%201.403l.092.132c.211-.81.324-1.659.324-2.535c0-5.523-4.477-10-10-10%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22m19.527%205.417l-.058.053l-1%201a.75.75%200%201%200%201.06%201.06l.905-.904q-.409-.64-.907-1.209M5.416%204.472q.025.03.053.058l1%201a.75.75%200%200%200%201.06-1.06l-.904-.905q-.64.41-1.209.907m5.053.058a.75.75%200%201%201%201.06-1.06l1%201a.75.75%200%201%201-1.06%201.06zm6.131.92a.75.75%200%200%200-1.2-.9l-1.5%202a.75.75%200%201%200%201.2.9zM8.409%207.56a.75.75%200%200%200%20.918.53l1.366-.366a.75.75%200%200%200-.388-1.448l-1.366.366a.75.75%200%200%200-.53.918m9.056%202.794a.75.75%200%200%201-1.499.07L15.9%209.013a.75.75%200%200%201%201.498-.07zm.971%201.705a.75.75%200%200%200%201.059.067l1.678-1.478a.75.75%200%200%200-.992-1.126L18.503%2011a.75.75%200%200%200-.067%201.059M5.524%208.167a.75.75%200%201%201%201.365-.62l.585%201.286a.75.75%200%200%201-1.365.621zm1.418%202.728a.75.75%200%200%201%20.162%201.048l-.835%201.141a.75.75%200%201%201-1.21-.886l.835-1.14a.75.75%200%200%201%201.048-.163M2.855%208.98a.75.75%200%201%201%201.497-.084l.079%201.412a.75.75%200%200%201-1.498.083z%22%2F%3E%3Cpath%20d%3D%22M6%2015c1.212%200%202.607-.908%203.388-1.5l.009-.009a3%203%200%200%200%204.61.739c.47.412%201.085.77%201.799.77c.845%200%201.267-.5%201.69-1c.422-.5.844-1%201.689-1c1.077%200%201.926.814%202.399%201.403l.092.132l-.049.182c-.54-.461-1.44-.445-2.148.078c-.601.445-.893%201.13-.793%201.726l-.102.101l-.334-.452c-.616-.832-1.927-.906-2.93-.165c-1.003.742-1.316%202.018-.7%202.85l.185.25l-.185.186c-.513-.162-1.148-.054-1.675.337c-.798.59-.935%201.693-.453%202.36A10%2010%200%200%201%2012%2022c-5.168%200-9.421-3.922-9.945-8.952C2.404%2013.352%204.367%2015%206%2015%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/donut2-duotone.svg?color=%231a73e8&size=48

Donut2 duotone icon — Reicon · IconsDB