wheel-line from MingCute Icon by MingCute Design · Line · Apache-2.0 Free for personal and commercial use.

Name
wheel-line
Set
MingCute Icon
Style
Line
Viewbox
24×24
License
Apache 2.0

1 other variant in MingCute Icon

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-linejoin="round" stroke-width="2" d="M21 12a9 9 0 1 1-18 0a9 9 0 0 1 18 0Z"/><path fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="2" d="M11.168 15.248a1 1 0 0 1 1.664 0l.846 1.27c.2.298.222.69-.048.925c-.306.268-.823.557-1.63.557s-1.324-.29-1.63-.557c-.27-.236-.247-.627-.048-.926zm3.664-1.453a1 1 0 0 1 .514-1.583l1.469-.412c.345-.097.725.002.866.331c.16.374.275.956.025 1.723c-.249.767-.684 1.17-1.033 1.379c-.308.183-.673.04-.895-.241zm-.25-3.934a1 1 0 0 1-1.346-.978l.061-1.524c.015-.358.226-.689.583-.72c.405-.037.994.033 1.647.507c.652.474.901 1.012.991 1.409c.08.35-.169.652-.505.777zm-3.818-.978a1 1 0 0 1-1.346.978l-1.43-.529c-.337-.125-.586-.427-.507-.777c.09-.396.34-.935.992-1.409c.653-.474 1.242-.544 1.646-.508c.358.032.569.363.583.721zm-2.11 3.329a1 1 0 0 1 .514 1.583l-.945 1.197c-.223.281-.588.424-.896.24c-.349-.208-.784-.61-1.033-1.378c-.25-.767-.134-1.349.025-1.722c.141-.33.52-.43.866-.332z"/></svg>

React

import type { SVGProps } from "react";

export function MingcuteWheelLine(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" strokeLinejoin="round" strokeWidth="2" d="M21 12a9 9 0 1 1-18 0a9 9 0 0 1 18 0Z"/><path fill="none" stroke="currentColor" strokeLinejoin="round" strokeWidth="2" d="M11.168 15.248a1 1 0 0 1 1.664 0l.846 1.27c.2.298.222.69-.048.925c-.306.268-.823.557-1.63.557s-1.324-.29-1.63-.557c-.27-.236-.247-.627-.048-.926zm3.664-1.453a1 1 0 0 1 .514-1.583l1.469-.412c.345-.097.725.002.866.331c.16.374.275.956.025 1.723c-.249.767-.684 1.17-1.033 1.379c-.308.183-.673.04-.895-.241zm-.25-3.934a1 1 0 0 1-1.346-.978l.061-1.524c.015-.358.226-.689.583-.72c.405-.037.994.033 1.647.507c.652.474.901 1.012.991 1.409c.08.35-.169.652-.505.777zm-3.818-.978a1 1 0 0 1-1.346.978l-1.43-.529c-.337-.125-.586-.427-.507-.777c.09-.396.34-.935.992-1.409c.653-.474 1.242-.544 1.646-.508c.358.032.569.363.583.721zm-2.11 3.329a1 1 0 0 1 .514 1.583l-.945 1.197c-.223.281-.588.424-.896.24c-.349-.208-.784-.61-1.033-1.378c-.25-.767-.134-1.349.025-1.722c.141-.33.52-.43.866-.332z"/></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-linejoin="round" stroke-width="2" d="M21 12a9 9 0 1 1-18 0a9 9 0 0 1 18 0Z"/><path fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="2" d="M11.168 15.248a1 1 0 0 1 1.664 0l.846 1.27c.2.298.222.69-.048.925c-.306.268-.823.557-1.63.557s-1.324-.29-1.63-.557c-.27-.236-.247-.627-.048-.926zm3.664-1.453a1 1 0 0 1 .514-1.583l1.469-.412c.345-.097.725.002.866.331c.16.374.275.956.025 1.723c-.249.767-.684 1.17-1.033 1.379c-.308.183-.673.04-.895-.241zm-.25-3.934a1 1 0 0 1-1.346-.978l.061-1.524c.015-.358.226-.689.583-.72c.405-.037.994.033 1.647.507c.652.474.901 1.012.991 1.409c.08.35-.169.652-.505.777zm-3.818-.978a1 1 0 0 1-1.346.978l-1.43-.529c-.337-.125-.586-.427-.507-.777c.09-.396.34-.935.992-1.409c.653-.474 1.242-.544 1.646-.508c.358.032.569.363.583.721zm-2.11 3.329a1 1 0 0 1 .514 1.583l-.945 1.197c-.223.281-.588.424-.896.24c-.349-.208-.784-.61-1.033-1.378c-.25-.767-.134-1.349.025-1.722c.141-.33.52-.43.866-.332z"/></svg>
</template>

CSS

.icon-wheel-line {
  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-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M21%2012a9%209%200%201%201-18%200a9%209%200%200%201%2018%200Z%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M11.168%2015.248a1%201%200%200%201%201.664%200l.846%201.27c.2.298.222.69-.048.925c-.306.268-.823.557-1.63.557s-1.324-.29-1.63-.557c-.27-.236-.247-.627-.048-.926zm3.664-1.453a1%201%200%200%201%20.514-1.583l1.469-.412c.345-.097.725.002.866.331c.16.374.275.956.025%201.723c-.249.767-.684%201.17-1.033%201.379c-.308.183-.673.04-.895-.241zm-.25-3.934a1%201%200%200%201-1.346-.978l.061-1.524c.015-.358.226-.689.583-.72c.405-.037.994.033%201.647.507c.652.474.901%201.012.991%201.409c.08.35-.169.652-.505.777zm-3.818-.978a1%201%200%200%201-1.346.978l-1.43-.529c-.337-.125-.586-.427-.507-.777c.09-.396.34-.935.992-1.409c.653-.474%201.242-.544%201.646-.508c.358.032.569.363.583.721zm-2.11%203.329a1%201%200%200%201%20.514%201.583l-.945%201.197c-.223.281-.588.424-.896.24c-.349-.208-.784-.61-1.033-1.378c-.25-.767-.134-1.349.025-1.722c.141-.33.52-.43.866-.332z%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-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M21%2012a9%209%200%201%201-18%200a9%209%200%200%201%2018%200Z%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M11.168%2015.248a1%201%200%200%201%201.664%200l.846%201.27c.2.298.222.69-.048.925c-.306.268-.823.557-1.63.557s-1.324-.29-1.63-.557c-.27-.236-.247-.627-.048-.926zm3.664-1.453a1%201%200%200%201%20.514-1.583l1.469-.412c.345-.097.725.002.866.331c.16.374.275.956.025%201.723c-.249.767-.684%201.17-1.033%201.379c-.308.183-.673.04-.895-.241zm-.25-3.934a1%201%200%200%201-1.346-.978l.061-1.524c.015-.358.226-.689.583-.72c.405-.037.994.033%201.647.507c.652.474.901%201.012.991%201.409c.08.35-.169.652-.505.777zm-3.818-.978a1%201%200%200%201-1.346.978l-1.43-.529c-.337-.125-.586-.427-.507-.777c.09-.396.34-.935.992-1.409c.653-.474%201.242-.544%201.646-.508c.358.032.569.363.583.721zm-2.11%203.329a1%201%200%200%201%20.514%201.583l-.945%201.197c-.223.281-.588.424-.896.24c-.349-.208-.784-.61-1.033-1.378c-.25-.767-.134-1.349.025-1.722c.141-.33.52-.43.866-.332z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mingcute/wheel-line.svg?color=%231a73e8&size=48