wheel angle icon

wheel-angle-bold-duotone from Solar by 480 Design · Bold Duotone · Parts · CC-BY-4.0 Attribution required.

Name
wheel-angle-bold-duotone
Set
Solar
Style
Bold Duotone
Category
Parts
Viewbox
24×24
License
CC BY 4.0

5 other variants in Solar

More parts icons from Solar

Use the wheel angle icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="M4.43323 4.77275C3.5567 6.59529 3 9.15004 3 12C3 14.85 3.5567 17.4047 4.43323 19.2272C5.33351 21.0992 6.46125 22 7.5 22C8.53875 22 9.66648 21.0992 10.5668 19.2272C11.4433 17.4047 12 14.85 12 12C12 9.15004 11.4433 6.59529 10.5668 4.77275C9.66648 2.90081 8.53875 2 7.5 2C6.46125 2 5.33351 2.90081 4.43323 4.77275ZM5.8125 12C5.8125 15.4881 6.56802 18.3158 7.5 18.3158C8.36054 18.3158 9.07064 15.905 9.17444 12.7895H8.0625C7.59651 12.7895 7.21875 12.436 7.21875 12C7.21875 11.564 7.59651 11.2105 8.0625 11.2105H9.17444C9.07064 8.09502 8.36054 5.68421 7.5 5.68421C6.56802 5.68421 5.8125 8.51189 5.8125 12Z" clip-rule="evenodd"/><path d="M10.5668 19.2272C9.66649 21.0992 8.53875 22 7.5 22H16.3715C18.9278 22 21.0001 17.5228 21.0001 12C21.0001 6.47715 18.9278 2 16.3715 2H7.5C8.53875 2 9.66649 2.90081 10.5668 4.77275C11.4433 6.59529 12 9.15004 12 12C12 14.85 11.4433 17.4047 10.5668 19.2272Z" opacity=".5"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarWheelAngleBoldDuotone(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 fillRule="evenodd" d="M4.43323 4.77275C3.5567 6.59529 3 9.15004 3 12C3 14.85 3.5567 17.4047 4.43323 19.2272C5.33351 21.0992 6.46125 22 7.5 22C8.53875 22 9.66648 21.0992 10.5668 19.2272C11.4433 17.4047 12 14.85 12 12C12 9.15004 11.4433 6.59529 10.5668 4.77275C9.66648 2.90081 8.53875 2 7.5 2C6.46125 2 5.33351 2.90081 4.43323 4.77275ZM5.8125 12C5.8125 15.4881 6.56802 18.3158 7.5 18.3158C8.36054 18.3158 9.07064 15.905 9.17444 12.7895H8.0625C7.59651 12.7895 7.21875 12.436 7.21875 12C7.21875 11.564 7.59651 11.2105 8.0625 11.2105H9.17444C9.07064 8.09502 8.36054 5.68421 7.5 5.68421C6.56802 5.68421 5.8125 8.51189 5.8125 12Z" clipRule="evenodd"/><path d="M10.5668 19.2272C9.66649 21.0992 8.53875 22 7.5 22H16.3715C18.9278 22 21.0001 17.5228 21.0001 12C21.0001 6.47715 18.9278 2 16.3715 2H7.5C8.53875 2 9.66649 2.90081 10.5668 4.77275C11.4433 6.59529 12 9.15004 12 12C12 14.85 11.4433 17.4047 10.5668 19.2272Z" 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="currentColor"><path fill-rule="evenodd" d="M4.43323 4.77275C3.5567 6.59529 3 9.15004 3 12C3 14.85 3.5567 17.4047 4.43323 19.2272C5.33351 21.0992 6.46125 22 7.5 22C8.53875 22 9.66648 21.0992 10.5668 19.2272C11.4433 17.4047 12 14.85 12 12C12 9.15004 11.4433 6.59529 10.5668 4.77275C9.66648 2.90081 8.53875 2 7.5 2C6.46125 2 5.33351 2.90081 4.43323 4.77275ZM5.8125 12C5.8125 15.4881 6.56802 18.3158 7.5 18.3158C8.36054 18.3158 9.07064 15.905 9.17444 12.7895H8.0625C7.59651 12.7895 7.21875 12.436 7.21875 12C7.21875 11.564 7.59651 11.2105 8.0625 11.2105H9.17444C9.07064 8.09502 8.36054 5.68421 7.5 5.68421C6.56802 5.68421 5.8125 8.51189 5.8125 12Z" clip-rule="evenodd"/><path d="M10.5668 19.2272C9.66649 21.0992 8.53875 22 7.5 22H16.3715C18.9278 22 21.0001 17.5228 21.0001 12C21.0001 6.47715 18.9278 2 16.3715 2H7.5C8.53875 2 9.66649 2.90081 10.5668 4.77275C11.4433 6.59529 12 9.15004 12 12C12 14.85 11.4433 17.4047 10.5668 19.2272Z" opacity=".5"/></g></svg>
</template>

CSS

.icon-wheel-angle-bold-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%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M4.43323%204.77275C3.5567%206.59529%203%209.15004%203%2012C3%2014.85%203.5567%2017.4047%204.43323%2019.2272C5.33351%2021.0992%206.46125%2022%207.5%2022C8.53875%2022%209.66648%2021.0992%2010.5668%2019.2272C11.4433%2017.4047%2012%2014.85%2012%2012C12%209.15004%2011.4433%206.59529%2010.5668%204.77275C9.66648%202.90081%208.53875%202%207.5%202C6.46125%202%205.33351%202.90081%204.43323%204.77275ZM5.8125%2012C5.8125%2015.4881%206.56802%2018.3158%207.5%2018.3158C8.36054%2018.3158%209.07064%2015.905%209.17444%2012.7895H8.0625C7.59651%2012.7895%207.21875%2012.436%207.21875%2012C7.21875%2011.564%207.59651%2011.2105%208.0625%2011.2105H9.17444C9.07064%208.09502%208.36054%205.68421%207.5%205.68421C6.56802%205.68421%205.8125%208.51189%205.8125%2012Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M10.5668%2019.2272C9.66649%2021.0992%208.53875%2022%207.5%2022H16.3715C18.9278%2022%2021.0001%2017.5228%2021.0001%2012C21.0001%206.47715%2018.9278%202%2016.3715%202H7.5C8.53875%202%209.66649%202.90081%2010.5668%204.77275C11.4433%206.59529%2012%209.15004%2012%2012C12%2014.85%2011.4433%2017.4047%2010.5668%2019.2272Z%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%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M4.43323%204.77275C3.5567%206.59529%203%209.15004%203%2012C3%2014.85%203.5567%2017.4047%204.43323%2019.2272C5.33351%2021.0992%206.46125%2022%207.5%2022C8.53875%2022%209.66648%2021.0992%2010.5668%2019.2272C11.4433%2017.4047%2012%2014.85%2012%2012C12%209.15004%2011.4433%206.59529%2010.5668%204.77275C9.66648%202.90081%208.53875%202%207.5%202C6.46125%202%205.33351%202.90081%204.43323%204.77275ZM5.8125%2012C5.8125%2015.4881%206.56802%2018.3158%207.5%2018.3158C8.36054%2018.3158%209.07064%2015.905%209.17444%2012.7895H8.0625C7.59651%2012.7895%207.21875%2012.436%207.21875%2012C7.21875%2011.564%207.59651%2011.2105%208.0625%2011.2105H9.17444C9.07064%208.09502%208.36054%205.68421%207.5%205.68421C6.56802%205.68421%205.8125%208.51189%205.8125%2012Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M10.5668%2019.2272C9.66649%2021.0992%208.53875%2022%207.5%2022H16.3715C18.9278%2022%2021.0001%2017.5228%2021.0001%2012C21.0001%206.47715%2018.9278%202%2016.3715%202H7.5C8.53875%202%209.66649%202.90081%2010.5668%204.77275C11.4433%206.59529%2012%209.15004%2012%2012C12%2014.85%2011.4433%2017.4047%2010.5668%2019.2272Z%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-angle-bold-duotone.svg?color=%231a73e8&size=48