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

Name
wheel-duotone
Set
Reicon
Style
Duotone
Category
Parts
Viewbox
24×24
License
MIT

2 other variants in Reicon

The same icon in other sets

All wheel icons →

More parts icons from Reicon

Use the wheel icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><g opacity=".5"><path d="M12 15a3 3 0 1 0 0-6a3 3 0 0 0 0 6"/><path fill-rule="evenodd" d="M22 12c0 5.523-4.477 10-10 10S2 17.523 2 12S6.477 2 12 2s10 4.477 10 10m-10 6a6 6 0 1 0 0-12a6 6 0 0 0 0 12m3-6a3 3 0 1 1-6 0a3 3 0 0 1 6 0" clip-rule="evenodd"/></g><path d="m9.672 17.532l1.525-2.64a3 3 0 0 1-1.299-.751l-1.524 2.64c.397.301.832.555 1.298.75M6.046 12.75h3.048a3 3 0 0 1 0-1.5H6.047a6 6 0 0 0 0 1.5m2.327-5.53l1.524 2.64a3 3 0 0 1 1.299-.751l-1.525-2.64a6 6 0 0 0-1.298.75m4.429 1.89l1.525-2.64c.465.195.901.449 1.298.75l-1.524 2.64a3 3 0 0 0-1.299-.75m2.103 3.641a3 3 0 0 0 0-1.5h3.048a6 6 0 0 1 0 1.5zm-2.103 2.141c.497-.137.942-.4 1.299-.75l1.524 2.64a6 6 0 0 1-1.298.75z"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconWheelDuotone(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"><g opacity=".5"><path d="M12 15a3 3 0 1 0 0-6a3 3 0 0 0 0 6"/><path fillRule="evenodd" d="M22 12c0 5.523-4.477 10-10 10S2 17.523 2 12S6.477 2 12 2s10 4.477 10 10m-10 6a6 6 0 1 0 0-12a6 6 0 0 0 0 12m3-6a3 3 0 1 1-6 0a3 3 0 0 1 6 0" clipRule="evenodd"/></g><path d="m9.672 17.532l1.525-2.64a3 3 0 0 1-1.299-.751l-1.524 2.64c.397.301.832.555 1.298.75M6.046 12.75h3.048a3 3 0 0 1 0-1.5H6.047a6 6 0 0 0 0 1.5m2.327-5.53l1.524 2.64a3 3 0 0 1 1.299-.751l-1.525-2.64a6 6 0 0 0-1.298.75m4.429 1.89l1.525-2.64c.465.195.901.449 1.298.75l-1.524 2.64a3 3 0 0 0-1.299-.75m2.103 3.641a3 3 0 0 0 0-1.5h3.048a6 6 0 0 1 0 1.5zm-2.103 2.141c.497-.137.942-.4 1.299-.75l1.524 2.64a6 6 0 0 1-1.298.75z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><g opacity=".5"><path d="M12 15a3 3 0 1 0 0-6a3 3 0 0 0 0 6"/><path fill-rule="evenodd" d="M22 12c0 5.523-4.477 10-10 10S2 17.523 2 12S6.477 2 12 2s10 4.477 10 10m-10 6a6 6 0 1 0 0-12a6 6 0 0 0 0 12m3-6a3 3 0 1 1-6 0a3 3 0 0 1 6 0" clip-rule="evenodd"/></g><path d="m9.672 17.532l1.525-2.64a3 3 0 0 1-1.299-.751l-1.524 2.64c.397.301.832.555 1.298.75M6.046 12.75h3.048a3 3 0 0 1 0-1.5H6.047a6 6 0 0 0 0 1.5m2.327-5.53l1.524 2.64a3 3 0 0 1 1.299-.751l-1.525-2.64a6 6 0 0 0-1.298.75m4.429 1.89l1.525-2.64c.465.195.901.449 1.298.75l-1.524 2.64a3 3 0 0 0-1.299-.75m2.103 3.641a3 3 0 0 0 0-1.5h3.048a6 6 0 0 1 0 1.5zm-2.103 2.141c.497-.137.942-.4 1.299-.75l1.524 2.64a6 6 0 0 1-1.298.75z"/></g></svg>
</template>

CSS

.icon-wheel-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%3Cg%20opacity%3D%22.5%22%3E%3Cpath%20d%3D%22M12%2015a3%203%200%201%200%200-6a3%203%200%200%200%200%206%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M22%2012c0%205.523-4.477%2010-10%2010S2%2017.523%202%2012S6.477%202%2012%202s10%204.477%2010%2010m-10%206a6%206%200%201%200%200-12a6%206%200%200%200%200%2012m3-6a3%203%200%201%201-6%200a3%203%200%200%201%206%200%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cpath%20d%3D%22m9.672%2017.532l1.525-2.64a3%203%200%200%201-1.299-.751l-1.524%202.64c.397.301.832.555%201.298.75M6.046%2012.75h3.048a3%203%200%200%201%200-1.5H6.047a6%206%200%200%200%200%201.5m2.327-5.53l1.524%202.64a3%203%200%200%201%201.299-.751l-1.525-2.64a6%206%200%200%200-1.298.75m4.429%201.89l1.525-2.64c.465.195.901.449%201.298.75l-1.524%202.64a3%203%200%200%200-1.299-.75m2.103%203.641a3%203%200%200%200%200-1.5h3.048a6%206%200%200%201%200%201.5zm-2.103%202.141c.497-.137.942-.4%201.299-.75l1.524%202.64a6%206%200%200%201-1.298.75z%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%3Cg%20opacity%3D%22.5%22%3E%3Cpath%20d%3D%22M12%2015a3%203%200%201%200%200-6a3%203%200%200%200%200%206%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M22%2012c0%205.523-4.477%2010-10%2010S2%2017.523%202%2012S6.477%202%2012%202s10%204.477%2010%2010m-10%206a6%206%200%201%200%200-12a6%206%200%200%200%200%2012m3-6a3%203%200%201%201-6%200a3%203%200%200%201%206%200%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cpath%20d%3D%22m9.672%2017.532l1.525-2.64a3%203%200%200%201-1.299-.751l-1.524%202.64c.397.301.832.555%201.298.75M6.046%2012.75h3.048a3%203%200%200%201%200-1.5H6.047a6%206%200%200%200%200%201.5m2.327-5.53l1.524%202.64a3%203%200%200%201%201.299-.751l-1.525-2.64a6%206%200%200%200-1.298.75m4.429%201.89l1.525-2.64c.465.195.901.449%201.298.75l-1.524%202.64a3%203%200%200%200-1.299-.75m2.103%203.641a3%203%200%200%200%200-1.5h3.048a6%206%200%200%201%200%201.5zm-2.103%202.141c.497-.137.942-.4%201.299-.75l1.524%202.64a6%206%200%200%201-1.298.75z%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/wheel-duotone.svg?color=%231a73e8&size=48