steering wheel icon

steering-wheel-duotone from Phosphor by Phosphor Icons · Duotone · MIT Free for personal and commercial use.

Name
steering-wheel-duotone
Set
Phosphor
Style
Duotone
Viewbox
256×256
License
MIT

5 other variants in Phosphor

The same icon in other sets

Use the steering wheel icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="M222.4 145.55a96.6 96.6 0 0 1-3.86 14.45h-53a8 8 0 0 0-7.5 5.19l-21.9 58.47c-2.69.22-5.41.34-8.15.34s-5.5-.12-8.2-.35L97.94 165.2a8 8 0 0 0-7.49-5.2h-53a96.6 96.6 0 0 1-3.86-14.45a128 128 0 0 1 188.8 0Z" opacity=".2"/><path d="M128 152a12 12 0 1 1 12-12a12 12 0 0 1-12 12m104-24A104 104 0 1 1 128 24a104.11 104.11 0 0 1 104 104m-192 0v.33a135.93 135.93 0 0 1 176 0V128a88 88 0 0 0-176 0m67.5 85.58L90.45 168H49.63a88.35 88.35 0 0 0 57.87 45.58M128 216h2.49l20.07-53.57a16.07 16.07 0 0 1 15-10.39h47.12c.38-1.31.72-2.64 1-4a120 120 0 0 0-171.4 0c.31 1.34.65 2.67 1 4h47.17a16.08 16.08 0 0 1 15 10.4l20 53.56zm78.37-48h-40.82l-17.09 45.59A88.34 88.34 0 0 0 206.37 168"/></g></svg>

React

import type { SVGProps } from "react";

export function PhSteeringWheelDuotone(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="M222.4 145.55a96.6 96.6 0 0 1-3.86 14.45h-53a8 8 0 0 0-7.5 5.19l-21.9 58.47c-2.69.22-5.41.34-8.15.34s-5.5-.12-8.2-.35L97.94 165.2a8 8 0 0 0-7.49-5.2h-53a96.6 96.6 0 0 1-3.86-14.45a128 128 0 0 1 188.8 0Z" opacity=".2"/><path d="M128 152a12 12 0 1 1 12-12a12 12 0 0 1-12 12m104-24A104 104 0 1 1 128 24a104.11 104.11 0 0 1 104 104m-192 0v.33a135.93 135.93 0 0 1 176 0V128a88 88 0 0 0-176 0m67.5 85.58L90.45 168H49.63a88.35 88.35 0 0 0 57.87 45.58M128 216h2.49l20.07-53.57a16.07 16.07 0 0 1 15-10.39h47.12c.38-1.31.72-2.64 1-4a120 120 0 0 0-171.4 0c.31 1.34.65 2.67 1 4h47.17a16.08 16.08 0 0 1 15 10.4l20 53.56zm78.37-48h-40.82l-17.09 45.59A88.34 88.34 0 0 0 206.37 168"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="M222.4 145.55a96.6 96.6 0 0 1-3.86 14.45h-53a8 8 0 0 0-7.5 5.19l-21.9 58.47c-2.69.22-5.41.34-8.15.34s-5.5-.12-8.2-.35L97.94 165.2a8 8 0 0 0-7.49-5.2h-53a96.6 96.6 0 0 1-3.86-14.45a128 128 0 0 1 188.8 0Z" opacity=".2"/><path d="M128 152a12 12 0 1 1 12-12a12 12 0 0 1-12 12m104-24A104 104 0 1 1 128 24a104.11 104.11 0 0 1 104 104m-192 0v.33a135.93 135.93 0 0 1 176 0V128a88 88 0 0 0-176 0m67.5 85.58L90.45 168H49.63a88.35 88.35 0 0 0 57.87 45.58M128 216h2.49l20.07-53.57a16.07 16.07 0 0 1 15-10.39h47.12c.38-1.31.72-2.64 1-4a120 120 0 0 0-171.4 0c.31 1.34.65 2.67 1 4h47.17a16.08 16.08 0 0 1 15 10.4l20 53.56zm78.37-48h-40.82l-17.09 45.59A88.34 88.34 0 0 0 206.37 168"/></g></svg>
</template>

CSS

.icon-steering-wheel-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%20256%20256%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M222.4%20145.55a96.6%2096.6%200%200%201-3.86%2014.45h-53a8%208%200%200%200-7.5%205.19l-21.9%2058.47c-2.69.22-5.41.34-8.15.34s-5.5-.12-8.2-.35L97.94%20165.2a8%208%200%200%200-7.49-5.2h-53a96.6%2096.6%200%200%201-3.86-14.45a128%20128%200%200%201%20188.8%200Z%22%20opacity%3D%22.2%22%2F%3E%3Cpath%20d%3D%22M128%20152a12%2012%200%201%201%2012-12a12%2012%200%200%201-12%2012m104-24A104%20104%200%201%201%20128%2024a104.11%20104.11%200%200%201%20104%20104m-192%200v.33a135.93%20135.93%200%200%201%20176%200V128a88%2088%200%200%200-176%200m67.5%2085.58L90.45%20168H49.63a88.35%2088.35%200%200%200%2057.87%2045.58M128%20216h2.49l20.07-53.57a16.07%2016.07%200%200%201%2015-10.39h47.12c.38-1.31.72-2.64%201-4a120%20120%200%200%200-171.4%200c.31%201.34.65%202.67%201%204h47.17a16.08%2016.08%200%200%201%2015%2010.4l20%2053.56zm78.37-48h-40.82l-17.09%2045.59A88.34%2088.34%200%200%200%20206.37%20168%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%20256%20256%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M222.4%20145.55a96.6%2096.6%200%200%201-3.86%2014.45h-53a8%208%200%200%200-7.5%205.19l-21.9%2058.47c-2.69.22-5.41.34-8.15.34s-5.5-.12-8.2-.35L97.94%20165.2a8%208%200%200%200-7.49-5.2h-53a96.6%2096.6%200%200%201-3.86-14.45a128%20128%200%200%201%20188.8%200Z%22%20opacity%3D%22.2%22%2F%3E%3Cpath%20d%3D%22M128%20152a12%2012%200%201%201%2012-12a12%2012%200%200%201-12%2012m104-24A104%20104%200%201%201%20128%2024a104.11%20104.11%200%200%201%20104%20104m-192%200v.33a135.93%20135.93%200%200%201%20176%200V128a88%2088%200%200%200-176%200m67.5%2085.58L90.45%20168H49.63a88.35%2088.35%200%200%200%2057.87%2045.58M128%20216h2.49l20.07-53.57a16.07%2016.07%200%200%201%2015-10.39h47.12c.38-1.31.72-2.64%201-4a120%20120%200%200%200-171.4%200c.31%201.34.65%202.67%201%204h47.17a16.08%2016.08%200%200%201%2015%2010.4l20%2053.56zm78.37-48h-40.82l-17.09%2045.59A88.34%2088.34%200%200%200%20206.37%20168%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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