wheel2 icon
wheel2 from Reicon by REICON · Outline · Parts · MIT Free for personal and commercial use.
- Name
- wheel2
- Set
- Reicon
- Style
- Outline
- Category
- Parts
- Viewbox
- 24×24
- License
- MIT
2 other variants in Reicon
More parts icons from Reicon
Use the wheel2 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M5.002 5.237C4.24 6.929 3.75 9.32 3.75 12s.49 5.071 1.252 6.763c.793 1.763 1.734 2.487 2.498 2.487s1.705-.724 2.498-2.487C10.76 17.071 11.25 14.68 11.25 12s-.49-5.071-1.252-6.763C9.205 3.474 8.264 2.75 7.5 2.75s-1.705.724-2.498 2.487m5.237-2.487c.44.536.816 1.18 1.127 1.871c.867 1.927 1.384 4.537 1.384 7.379s-.517 5.452-1.384 7.379c-.311.691-.688 1.335-1.127 1.871H16.5c.764 0 1.705-.724 2.498-2.487c.762-1.692 1.252-4.083 1.252-6.763s-.49-5.071-1.252-6.763C18.205 3.474 17.264 2.75 16.5 2.75zM7.5 1.25h9c1.722 0 3.03 1.515 3.866 3.371c.867 1.927 1.384 4.537 1.384 7.379s-.517 5.452-1.384 7.379c-.835 1.856-2.144 3.371-3.866 3.371h-9c-1.722 0-3.03-1.515-3.866-3.371C2.767 17.452 2.25 14.842 2.25 12s.517-5.452 1.384-7.379C4.47 2.765 5.778 1.25 7.5 1.25m-.333 6.69C6.914 8.95 6.75 10.385 6.75 12s.164 3.05.417 4.06c.107.43.223.753.333.973c.11-.22.226-.543.333-.972c.213-.851.363-2.004.405-3.311H8a.75.75 0 0 1 0-1.5h.238c-.042-1.307-.192-2.46-.405-3.31a5 5 0 0 0-.333-.973c-.11.22-.226.543-.333.972M7.674 6.7l-.01.008zm-.339.008L7.326 6.7zm-.009 10.59l.01-.008zm.339-.008l.009.008zM6.27 6.09c.203-.343.594-.84 1.23-.84s1.027.497 1.23.84c.232.393.415.91.558 1.485c.29 1.161.462 2.725.462 4.425s-.172 3.264-.462 4.424c-.143.575-.326 1.093-.558 1.486c-.203.343-.594.84-1.23.84s-1.027-.497-1.23-.84c-.232-.393-.415-.91-.558-1.486c-.29-1.16-.462-2.724-.462-4.424s.172-3.264.462-4.425c.143-.574.326-1.092.558-1.485" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function ReiconWheel2(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fillRule="evenodd" d="M5.002 5.237C4.24 6.929 3.75 9.32 3.75 12s.49 5.071 1.252 6.763c.793 1.763 1.734 2.487 2.498 2.487s1.705-.724 2.498-2.487C10.76 17.071 11.25 14.68 11.25 12s-.49-5.071-1.252-6.763C9.205 3.474 8.264 2.75 7.5 2.75s-1.705.724-2.498 2.487m5.237-2.487c.44.536.816 1.18 1.127 1.871c.867 1.927 1.384 4.537 1.384 7.379s-.517 5.452-1.384 7.379c-.311.691-.688 1.335-1.127 1.871H16.5c.764 0 1.705-.724 2.498-2.487c.762-1.692 1.252-4.083 1.252-6.763s-.49-5.071-1.252-6.763C18.205 3.474 17.264 2.75 16.5 2.75zM7.5 1.25h9c1.722 0 3.03 1.515 3.866 3.371c.867 1.927 1.384 4.537 1.384 7.379s-.517 5.452-1.384 7.379c-.835 1.856-2.144 3.371-3.866 3.371h-9c-1.722 0-3.03-1.515-3.866-3.371C2.767 17.452 2.25 14.842 2.25 12s.517-5.452 1.384-7.379C4.47 2.765 5.778 1.25 7.5 1.25m-.333 6.69C6.914 8.95 6.75 10.385 6.75 12s.164 3.05.417 4.06c.107.43.223.753.333.973c.11-.22.226-.543.333-.972c.213-.851.363-2.004.405-3.311H8a.75.75 0 0 1 0-1.5h.238c-.042-1.307-.192-2.46-.405-3.31a5 5 0 0 0-.333-.973c-.11.22-.226.543-.333.972M7.674 6.7l-.01.008zm-.339.008L7.326 6.7zm-.009 10.59l.01-.008zm.339-.008l.009.008zM6.27 6.09c.203-.343.594-.84 1.23-.84s1.027.497 1.23.84c.232.393.415.91.558 1.485c.29 1.161.462 2.725.462 4.425s-.172 3.264-.462 4.424c-.143.575-.326 1.093-.558 1.486c-.203.343-.594.84-1.23.84s-1.027-.497-1.23-.84c-.232-.393-.415-.91-.558-1.486c-.29-1.16-.462-2.724-.462-4.424s.172-3.264.462-4.425c.143-.574.326-1.092.558-1.485" clipRule="evenodd"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M5.002 5.237C4.24 6.929 3.75 9.32 3.75 12s.49 5.071 1.252 6.763c.793 1.763 1.734 2.487 2.498 2.487s1.705-.724 2.498-2.487C10.76 17.071 11.25 14.68 11.25 12s-.49-5.071-1.252-6.763C9.205 3.474 8.264 2.75 7.5 2.75s-1.705.724-2.498 2.487m5.237-2.487c.44.536.816 1.18 1.127 1.871c.867 1.927 1.384 4.537 1.384 7.379s-.517 5.452-1.384 7.379c-.311.691-.688 1.335-1.127 1.871H16.5c.764 0 1.705-.724 2.498-2.487c.762-1.692 1.252-4.083 1.252-6.763s-.49-5.071-1.252-6.763C18.205 3.474 17.264 2.75 16.5 2.75zM7.5 1.25h9c1.722 0 3.03 1.515 3.866 3.371c.867 1.927 1.384 4.537 1.384 7.379s-.517 5.452-1.384 7.379c-.835 1.856-2.144 3.371-3.866 3.371h-9c-1.722 0-3.03-1.515-3.866-3.371C2.767 17.452 2.25 14.842 2.25 12s.517-5.452 1.384-7.379C4.47 2.765 5.778 1.25 7.5 1.25m-.333 6.69C6.914 8.95 6.75 10.385 6.75 12s.164 3.05.417 4.06c.107.43.223.753.333.973c.11-.22.226-.543.333-.972c.213-.851.363-2.004.405-3.311H8a.75.75 0 0 1 0-1.5h.238c-.042-1.307-.192-2.46-.405-3.31a5 5 0 0 0-.333-.973c-.11.22-.226.543-.333.972M7.674 6.7l-.01.008zm-.339.008L7.326 6.7zm-.009 10.59l.01-.008zm.339-.008l.009.008zM6.27 6.09c.203-.343.594-.84 1.23-.84s1.027.497 1.23.84c.232.393.415.91.558 1.485c.29 1.161.462 2.725.462 4.425s-.172 3.264-.462 4.424c-.143.575-.326 1.093-.558 1.486c-.203.343-.594.84-1.23.84s-1.027-.497-1.23-.84c-.232-.393-.415-.91-.558-1.486c-.29-1.16-.462-2.724-.462-4.424s.172-3.264.462-4.425c.143-.574.326-1.092.558-1.485" clip-rule="evenodd"/></svg> </template>
CSS
.icon-wheel2 {
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%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M5.002%205.237C4.24%206.929%203.75%209.32%203.75%2012s.49%205.071%201.252%206.763c.793%201.763%201.734%202.487%202.498%202.487s1.705-.724%202.498-2.487C10.76%2017.071%2011.25%2014.68%2011.25%2012s-.49-5.071-1.252-6.763C9.205%203.474%208.264%202.75%207.5%202.75s-1.705.724-2.498%202.487m5.237-2.487c.44.536.816%201.18%201.127%201.871c.867%201.927%201.384%204.537%201.384%207.379s-.517%205.452-1.384%207.379c-.311.691-.688%201.335-1.127%201.871H16.5c.764%200%201.705-.724%202.498-2.487c.762-1.692%201.252-4.083%201.252-6.763s-.49-5.071-1.252-6.763C18.205%203.474%2017.264%202.75%2016.5%202.75zM7.5%201.25h9c1.722%200%203.03%201.515%203.866%203.371c.867%201.927%201.384%204.537%201.384%207.379s-.517%205.452-1.384%207.379c-.835%201.856-2.144%203.371-3.866%203.371h-9c-1.722%200-3.03-1.515-3.866-3.371C2.767%2017.452%202.25%2014.842%202.25%2012s.517-5.452%201.384-7.379C4.47%202.765%205.778%201.25%207.5%201.25m-.333%206.69C6.914%208.95%206.75%2010.385%206.75%2012s.164%203.05.417%204.06c.107.43.223.753.333.973c.11-.22.226-.543.333-.972c.213-.851.363-2.004.405-3.311H8a.75.75%200%200%201%200-1.5h.238c-.042-1.307-.192-2.46-.405-3.31a5%205%200%200%200-.333-.973c-.11.22-.226.543-.333.972M7.674%206.7l-.01.008zm-.339.008L7.326%206.7zm-.009%2010.59l.01-.008zm.339-.008l.009.008zM6.27%206.09c.203-.343.594-.84%201.23-.84s1.027.497%201.23.84c.232.393.415.91.558%201.485c.29%201.161.462%202.725.462%204.425s-.172%203.264-.462%204.424c-.143.575-.326%201.093-.558%201.486c-.203.343-.594.84-1.23.84s-1.027-.497-1.23-.84c-.232-.393-.415-.91-.558-1.486c-.29-1.16-.462-2.724-.462-4.424s.172-3.264.462-4.425c.143-.574.326-1.092.558-1.485%22%20clip-rule%3D%22evenodd%22%2F%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%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M5.002%205.237C4.24%206.929%203.75%209.32%203.75%2012s.49%205.071%201.252%206.763c.793%201.763%201.734%202.487%202.498%202.487s1.705-.724%202.498-2.487C10.76%2017.071%2011.25%2014.68%2011.25%2012s-.49-5.071-1.252-6.763C9.205%203.474%208.264%202.75%207.5%202.75s-1.705.724-2.498%202.487m5.237-2.487c.44.536.816%201.18%201.127%201.871c.867%201.927%201.384%204.537%201.384%207.379s-.517%205.452-1.384%207.379c-.311.691-.688%201.335-1.127%201.871H16.5c.764%200%201.705-.724%202.498-2.487c.762-1.692%201.252-4.083%201.252-6.763s-.49-5.071-1.252-6.763C18.205%203.474%2017.264%202.75%2016.5%202.75zM7.5%201.25h9c1.722%200%203.03%201.515%203.866%203.371c.867%201.927%201.384%204.537%201.384%207.379s-.517%205.452-1.384%207.379c-.835%201.856-2.144%203.371-3.866%203.371h-9c-1.722%200-3.03-1.515-3.866-3.371C2.767%2017.452%202.25%2014.842%202.25%2012s.517-5.452%201.384-7.379C4.47%202.765%205.778%201.25%207.5%201.25m-.333%206.69C6.914%208.95%206.75%2010.385%206.75%2012s.164%203.05.417%204.06c.107.43.223.753.333.973c.11-.22.226-.543.333-.972c.213-.851.363-2.004.405-3.311H8a.75.75%200%200%201%200-1.5h.238c-.042-1.307-.192-2.46-.405-3.31a5%205%200%200%200-.333-.973c-.11.22-.226.543-.333.972M7.674%206.7l-.01.008zm-.339.008L7.326%206.7zm-.009%2010.59l.01-.008zm.339-.008l.009.008zM6.27%206.09c.203-.343.594-.84%201.23-.84s1.027.497%201.23.84c.232.393.415.91.558%201.485c.29%201.161.462%202.725.462%204.425s-.172%203.264-.462%204.424c-.143.575-.326%201.093-.558%201.486c-.203.343-.594.84-1.23.84s-1.027-.497-1.23-.84c-.232-.393-.415-.91-.558-1.486c-.29-1.16-.462-2.724-.462-4.424s.172-3.264.462-4.425c.143-.574.326-1.092.558-1.485%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/wheel2.svg?color=%231a73e8&size=48