wheel icon
wheel from Myna UI Icons by Praveen Juge · Regular · MIT Free for personal and commercial use.
- Name
- wheel
- Set
- Myna UI Icons
- Style
- Regular
- Viewbox
- 24×24
- License
- MIT
1 other variant in Myna UI Icons
The same icon in other sets
Use the wheel icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M4.206 7.5A9 9 0 1 1 7.5 19.794M19.794 16.5L13.732 13M7.5 19.794A9 9 0 0 1 4.206 7.5M7.5 19.794l3.5-6.062M4.206 7.5l6.062 3.5M16.5 4.206L13 10.268M13.732 13a2 2 0 0 1-2.732.732M13.732 13A2 2 0 0 0 13 10.268m0 0a2 2 0 0 0-2 3.464m2.932-2.25l6.761-1.811m-8.175 4.26l1.811 6.762m-4.26-8.175l-6.762 1.811m8.175-4.26L9.671 3.306"/></svg>
React
import type { SVGProps } from "react";
export function MynauiWheel(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" d="M4.206 7.5A9 9 0 1 1 7.5 19.794M19.794 16.5L13.732 13M7.5 19.794A9 9 0 0 1 4.206 7.5M7.5 19.794l3.5-6.062M4.206 7.5l6.062 3.5M16.5 4.206L13 10.268M13.732 13a2 2 0 0 1-2.732.732M13.732 13A2 2 0 0 0 13 10.268m0 0a2 2 0 0 0-2 3.464m2.932-2.25l6.761-1.811m-8.175 4.26l1.811 6.762m-4.26-8.175l-6.762 1.811m8.175-4.26L9.671 3.306"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M4.206 7.5A9 9 0 1 1 7.5 19.794M19.794 16.5L13.732 13M7.5 19.794A9 9 0 0 1 4.206 7.5M7.5 19.794l3.5-6.062M4.206 7.5l6.062 3.5M16.5 4.206L13 10.268M13.732 13a2 2 0 0 1-2.732.732M13.732 13A2 2 0 0 0 13 10.268m0 0a2 2 0 0 0-2 3.464m2.932-2.25l6.761-1.811m-8.175 4.26l1.811 6.762m-4.26-8.175l-6.762 1.811m8.175-4.26L9.671 3.306"/></svg> </template>
CSS
.icon-wheel {
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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M4.206%207.5A9%209%200%201%201%207.5%2019.794M19.794%2016.5L13.732%2013M7.5%2019.794A9%209%200%200%201%204.206%207.5M7.5%2019.794l3.5-6.062M4.206%207.5l6.062%203.5M16.5%204.206L13%2010.268M13.732%2013a2%202%200%200%201-2.732.732M13.732%2013A2%202%200%200%200%2013%2010.268m0%200a2%202%200%200%200-2%203.464m2.932-2.25l6.761-1.811m-8.175%204.26l1.811%206.762m-4.26-8.175l-6.762%201.811m8.175-4.26L9.671%203.306%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M4.206%207.5A9%209%200%201%201%207.5%2019.794M19.794%2016.5L13.732%2013M7.5%2019.794A9%209%200%200%201%204.206%207.5M7.5%2019.794l3.5-6.062M4.206%207.5l6.062%203.5M16.5%204.206L13%2010.268M13.732%2013a2%202%200%200%201-2.732.732M13.732%2013A2%202%200%200%200%2013%2010.268m0%200a2%202%200%200%200-2%203.464m2.932-2.25l6.761-1.811m-8.175%204.26l1.811%206.762m-4.26-8.175l-6.762%201.811m8.175-4.26L9.671%203.306%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mynaui/wheel.svg?color=%231a73e8&size=48