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

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

2 other variants in Reicon

The same icon in other sets

All donut icons →

More food icons from Reicon

Use the donut 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="M9.388 13.5C8.607 14.092 7.212 15 6 15c-1.633 0-3.596-1.648-3.945-1.952C2.579 18.078 6.832 22 12 22c4.647 0 8.554-3.17 9.676-7.465l-.092-.132c-.473-.59-1.322-1.403-2.4-1.403c-1.689 0-1.689 2-3.378 2c-.714 0-1.328-.357-1.798-.77a3 3 0 0 1-4.61-.739zm10.14-8.083l-.058.053l-1 1a.75.75 0 1 0 1.06 1.06l.905-.904q-.409-.64-.907-1.209M5.417 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.13.92a.75.75 0 1 0-1.2-.9l-1.5 2a.75.75 0 0 0 1.2.9zM8.41 7.56a.75.75 0 0 0 .918.53l1.366-.366a.75.75 0 1 0-.388-1.448l-1.366.366a.75.75 0 0 0-.53.918m9.056 2.794a.75.75 0 1 1-1.499.07l-.066-1.412a.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 1 0-.992-1.126L18.504 11a.75.75 0 0 0-.067 1.059M5.525 8.167a.75.75 0 1 1 1.365-.62l.585 1.286a.75.75 0 1 1-1.365.621z"/><path d="M6.943 10.895a.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.856 8.98a.75.75 0 0 1 1.497-.084l.079 1.412a.75.75 0 0 1-1.498.083z"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconDonutDuotone(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="M9.388 13.5C8.607 14.092 7.212 15 6 15c-1.633 0-3.596-1.648-3.945-1.952C2.579 18.078 6.832 22 12 22c4.647 0 8.554-3.17 9.676-7.465l-.092-.132c-.473-.59-1.322-1.403-2.4-1.403c-1.689 0-1.689 2-3.378 2c-.714 0-1.328-.357-1.798-.77a3 3 0 0 1-4.61-.739zm10.14-8.083l-.058.053l-1 1a.75.75 0 1 0 1.06 1.06l.905-.904q-.409-.64-.907-1.209M5.417 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.13.92a.75.75 0 1 0-1.2-.9l-1.5 2a.75.75 0 0 0 1.2.9zM8.41 7.56a.75.75 0 0 0 .918.53l1.366-.366a.75.75 0 1 0-.388-1.448l-1.366.366a.75.75 0 0 0-.53.918m9.056 2.794a.75.75 0 1 1-1.499.07l-.066-1.412a.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 1 0-.992-1.126L18.504 11a.75.75 0 0 0-.067 1.059M5.525 8.167a.75.75 0 1 1 1.365-.62l.585 1.286a.75.75 0 1 1-1.365.621z"/><path d="M6.943 10.895a.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.856 8.98a.75.75 0 0 1 1.497-.084l.079 1.412a.75.75 0 0 1-1.498.083z"/></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="M9.388 13.5C8.607 14.092 7.212 15 6 15c-1.633 0-3.596-1.648-3.945-1.952C2.579 18.078 6.832 22 12 22c4.647 0 8.554-3.17 9.676-7.465l-.092-.132c-.473-.59-1.322-1.403-2.4-1.403c-1.689 0-1.689 2-3.378 2c-.714 0-1.328-.357-1.798-.77a3 3 0 0 1-4.61-.739zm10.14-8.083l-.058.053l-1 1a.75.75 0 1 0 1.06 1.06l.905-.904q-.409-.64-.907-1.209M5.417 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.13.92a.75.75 0 1 0-1.2-.9l-1.5 2a.75.75 0 0 0 1.2.9zM8.41 7.56a.75.75 0 0 0 .918.53l1.366-.366a.75.75 0 1 0-.388-1.448l-1.366.366a.75.75 0 0 0-.53.918m9.056 2.794a.75.75 0 1 1-1.499.07l-.066-1.412a.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 1 0-.992-1.126L18.504 11a.75.75 0 0 0-.067 1.059M5.525 8.167a.75.75 0 1 1 1.365-.62l.585 1.286a.75.75 0 1 1-1.365.621z"/><path d="M6.943 10.895a.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.856 8.98a.75.75 0 0 1 1.497-.084l.079 1.412a.75.75 0 0 1-1.498.083z"/></g></svg>
</template>

CSS

.icon-donut-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%22M9.388%2013.5C8.607%2014.092%207.212%2015%206%2015c-1.633%200-3.596-1.648-3.945-1.952C2.579%2018.078%206.832%2022%2012%2022c4.647%200%208.554-3.17%209.676-7.465l-.092-.132c-.473-.59-1.322-1.403-2.4-1.403c-1.689%200-1.689%202-3.378%202c-.714%200-1.328-.357-1.798-.77a3%203%200%200%201-4.61-.739zm10.14-8.083l-.058.053l-1%201a.75.75%200%201%200%201.06%201.06l.905-.904q-.409-.64-.907-1.209M5.417%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.13.92a.75.75%200%201%200-1.2-.9l-1.5%202a.75.75%200%200%200%201.2.9zM8.41%207.56a.75.75%200%200%200%20.918.53l1.366-.366a.75.75%200%201%200-.388-1.448l-1.366.366a.75.75%200%200%200-.53.918m9.056%202.794a.75.75%200%201%201-1.499.07l-.066-1.412a.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%201%200-.992-1.126L18.504%2011a.75.75%200%200%200-.067%201.059M5.525%208.167a.75.75%200%201%201%201.365-.62l.585%201.286a.75.75%200%201%201-1.365.621z%22%2F%3E%3Cpath%20d%3D%22M6.943%2010.895a.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.856%208.98a.75.75%200%200%201%201.497-.084l.079%201.412a.75.75%200%200%201-1.498.083z%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%22M9.388%2013.5C8.607%2014.092%207.212%2015%206%2015c-1.633%200-3.596-1.648-3.945-1.952C2.579%2018.078%206.832%2022%2012%2022c4.647%200%208.554-3.17%209.676-7.465l-.092-.132c-.473-.59-1.322-1.403-2.4-1.403c-1.689%200-1.689%202-3.378%202c-.714%200-1.328-.357-1.798-.77a3%203%200%200%201-4.61-.739zm10.14-8.083l-.058.053l-1%201a.75.75%200%201%200%201.06%201.06l.905-.904q-.409-.64-.907-1.209M5.417%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.13.92a.75.75%200%201%200-1.2-.9l-1.5%202a.75.75%200%200%200%201.2.9zM8.41%207.56a.75.75%200%200%200%20.918.53l1.366-.366a.75.75%200%201%200-.388-1.448l-1.366.366a.75.75%200%200%200-.53.918m9.056%202.794a.75.75%200%201%201-1.499.07l-.066-1.412a.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%201%200-.992-1.126L18.504%2011a.75.75%200%200%200-.067%201.059M5.525%208.167a.75.75%200%201%201%201.365-.62l.585%201.286a.75.75%200%201%201-1.365.621z%22%2F%3E%3Cpath%20d%3D%22M6.943%2010.895a.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.856%208.98a.75.75%200%200%201%201.497-.084l.079%201.412a.75.75%200%200%201-1.498.083z%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/donut-duotone.svg?color=%231a73e8&size=48