wheel2 icon
wheel2-filled from Reicon by REICON · Filled · Parts · MIT Free for personal and commercial use.
- Name
- wheel2-filled
- Set
- Reicon
- Style
- Filled
- 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"><g fill="currentColor"><path d="M21 12c0 5.523-2.072 10-4.629 10H8.657c.867-.561 1.656-1.55 2.2-2.724c.873-1.888 1.4-4.46 1.4-7.276s-.527-5.388-1.4-7.276C10.312 3.549 9.523 2.56 8.656 2h7.714C18.928 2 21 6.477 21 12"/><path fill-rule="evenodd" d="M4.31 5.134C3.51 6.866 3 9.293 3 12s.509 5.134 1.31 6.866c.824 1.778 1.855 2.634 2.804 2.634c.95 0 1.981-.856 2.804-2.634c.802-1.732 1.31-4.158 1.31-6.866s-.508-5.134-1.31-6.866C9.095 3.356 8.064 2.5 7.114 2.5s-1.98.856-2.804 2.634M5.571 12c0 3.314.691 6 1.543 6c.787 0 1.436-2.29 1.531-5.25H7.63a.76.76 0 0 1-.772-.75a.76.76 0 0 1 .772-.75h1.016C8.55 8.29 7.901 6 7.115 6C6.261 6 5.57 8.686 5.57 12" clip-rule="evenodd"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconWheel2Filled(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="M21 12c0 5.523-2.072 10-4.629 10H8.657c.867-.561 1.656-1.55 2.2-2.724c.873-1.888 1.4-4.46 1.4-7.276s-.527-5.388-1.4-7.276C10.312 3.549 9.523 2.56 8.656 2h7.714C18.928 2 21 6.477 21 12"/><path fillRule="evenodd" d="M4.31 5.134C3.51 6.866 3 9.293 3 12s.509 5.134 1.31 6.866c.824 1.778 1.855 2.634 2.804 2.634c.95 0 1.981-.856 2.804-2.634c.802-1.732 1.31-4.158 1.31-6.866s-.508-5.134-1.31-6.866C9.095 3.356 8.064 2.5 7.114 2.5s-1.98.856-2.804 2.634M5.571 12c0 3.314.691 6 1.543 6c.787 0 1.436-2.29 1.531-5.25H7.63a.76.76 0 0 1-.772-.75a.76.76 0 0 1 .772-.75h1.016C8.55 8.29 7.901 6 7.115 6C6.261 6 5.57 8.686 5.57 12" clipRule="evenodd"/></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="M21 12c0 5.523-2.072 10-4.629 10H8.657c.867-.561 1.656-1.55 2.2-2.724c.873-1.888 1.4-4.46 1.4-7.276s-.527-5.388-1.4-7.276C10.312 3.549 9.523 2.56 8.656 2h7.714C18.928 2 21 6.477 21 12"/><path fill-rule="evenodd" d="M4.31 5.134C3.51 6.866 3 9.293 3 12s.509 5.134 1.31 6.866c.824 1.778 1.855 2.634 2.804 2.634c.95 0 1.981-.856 2.804-2.634c.802-1.732 1.31-4.158 1.31-6.866s-.508-5.134-1.31-6.866C9.095 3.356 8.064 2.5 7.114 2.5s-1.98.856-2.804 2.634M5.571 12c0 3.314.691 6 1.543 6c.787 0 1.436-2.29 1.531-5.25H7.63a.76.76 0 0 1-.772-.75a.76.76 0 0 1 .772-.75h1.016C8.55 8.29 7.901 6 7.115 6C6.261 6 5.57 8.686 5.57 12" clip-rule="evenodd"/></g></svg> </template>
CSS
.icon-wheel2-filled {
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%22M21%2012c0%205.523-2.072%2010-4.629%2010H8.657c.867-.561%201.656-1.55%202.2-2.724c.873-1.888%201.4-4.46%201.4-7.276s-.527-5.388-1.4-7.276C10.312%203.549%209.523%202.56%208.656%202h7.714C18.928%202%2021%206.477%2021%2012%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M4.31%205.134C3.51%206.866%203%209.293%203%2012s.509%205.134%201.31%206.866c.824%201.778%201.855%202.634%202.804%202.634c.95%200%201.981-.856%202.804-2.634c.802-1.732%201.31-4.158%201.31-6.866s-.508-5.134-1.31-6.866C9.095%203.356%208.064%202.5%207.114%202.5s-1.98.856-2.804%202.634M5.571%2012c0%203.314.691%206%201.543%206c.787%200%201.436-2.29%201.531-5.25H7.63a.76.76%200%200%201-.772-.75a.76.76%200%200%201%20.772-.75h1.016C8.55%208.29%207.901%206%207.115%206C6.261%206%205.57%208.686%205.57%2012%22%20clip-rule%3D%22evenodd%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%22M21%2012c0%205.523-2.072%2010-4.629%2010H8.657c.867-.561%201.656-1.55%202.2-2.724c.873-1.888%201.4-4.46%201.4-7.276s-.527-5.388-1.4-7.276C10.312%203.549%209.523%202.56%208.656%202h7.714C18.928%202%2021%206.477%2021%2012%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M4.31%205.134C3.51%206.866%203%209.293%203%2012s.509%205.134%201.31%206.866c.824%201.778%201.855%202.634%202.804%202.634c.95%200%201.981-.856%202.804-2.634c.802-1.732%201.31-4.158%201.31-6.866s-.508-5.134-1.31-6.866C9.095%203.356%208.064%202.5%207.114%202.5s-1.98.856-2.804%202.634M5.571%2012c0%203.314.691%206%201.543%206c.787%200%201.436-2.29%201.531-5.25H7.63a.76.76%200%200%201-.772-.75a.76.76%200%200%201%20.772-.75h1.016C8.55%208.29%207.901%206%207.115%206C6.261%206%205.57%208.686%205.57%2012%22%20clip-rule%3D%22evenodd%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/wheel2-filled.svg?color=%231a73e8&size=48