wheel icon
wheel-line-duotone from Solar by 480 Design · Line Duotone · Parts · CC-BY-4.0 Attribution required.
- Name
- wheel-line-duotone
- Set
- Solar
- Style
- Line Duotone
- Category
- Parts
- Viewbox
- 24×24
- License
- CC BY 4.0
5 other variants in Solar
The same icon in other sets
More parts icons from Solar
bus-boldcar-battery-boldcar-boldelectric-refueling-boldgas-station-boldkick-scooter-boldscooter-boldshock-absorber-boldspeedometer-low-boldspeedometer-max-boldspeedometer-middle-boldsuspension-boldsuspension-bolt-boldsuspension-cross-boldtram-boldtransmission-boldtransmission-circle-boldtransmission-square-boldwheel-angle-bold
Use the wheel icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><circle cx="12" cy="12" r="10"/><circle cx="12" cy="12" r="6"/><circle cx="12" cy="12" r="2"/><path stroke-linecap="round" d="M6 12L10 12" opacity=".5"/><path stroke-linecap="round" d="M14 12L18 12" opacity=".5"/><path stroke-linecap="round" d="M9 17.1963L11 13.7322" opacity=".5"/><path stroke-linecap="round" d="M13 10.2686L15 6.80445" opacity=".5"/><path stroke-linecap="round" d="M15 17.1963L13 13.7322" opacity=".5"/><path stroke-linecap="round" d="M11 10.2676L9 6.80348" opacity=".5"/></g></svg>
React
import type { SVGProps } from "react";
export function SolarWheelLineDuotone(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeWidth="1.5"><circle cx="12" cy="12" r="10"/><circle cx="12" cy="12" r="6"/><circle cx="12" cy="12" r="2"/><path strokeLinecap="round" d="M6 12L10 12" opacity=".5"/><path strokeLinecap="round" d="M14 12L18 12" opacity=".5"/><path strokeLinecap="round" d="M9 17.1963L11 13.7322" opacity=".5"/><path strokeLinecap="round" d="M13 10.2686L15 6.80445" opacity=".5"/><path strokeLinecap="round" d="M15 17.1963L13 13.7322" opacity=".5"/><path strokeLinecap="round" d="M11 10.2676L9 6.80348" opacity=".5"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><circle cx="12" cy="12" r="10"/><circle cx="12" cy="12" r="6"/><circle cx="12" cy="12" r="2"/><path stroke-linecap="round" d="M6 12L10 12" opacity=".5"/><path stroke-linecap="round" d="M14 12L18 12" opacity=".5"/><path stroke-linecap="round" d="M9 17.1963L11 13.7322" opacity=".5"/><path stroke-linecap="round" d="M13 10.2686L15 6.80445" opacity=".5"/><path stroke-linecap="round" d="M15 17.1963L13 13.7322" opacity=".5"/><path stroke-linecap="round" d="M11 10.2676L9 6.80348" opacity=".5"/></g></svg> </template>
CSS
.icon-wheel-line-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%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%2212%22%20r%3D%2210%22%2F%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%2212%22%20r%3D%226%22%2F%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%2212%22%20r%3D%222%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M6%2012L10%2012%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M14%2012L18%2012%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M9%2017.1963L11%2013.7322%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M13%2010.2686L15%206.80445%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M15%2017.1963L13%2013.7322%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M11%2010.2676L9%206.80348%22%20opacity%3D%22.5%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%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%2212%22%20r%3D%2210%22%2F%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%2212%22%20r%3D%226%22%2F%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%2212%22%20r%3D%222%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M6%2012L10%2012%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M14%2012L18%2012%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M9%2017.1963L11%2013.7322%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M13%2010.2686L15%206.80445%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M15%2017.1963L13%2013.7322%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M11%2010.2676L9%206.80348%22%20opacity%3D%22.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/solar/wheel-line-duotone.svg?color=%231a73e8&size=48