auto-towing-rounded from Material Symbols by Google · Rounded · Transit · Apache-2.0 Free for personal and commercial use.

Name
auto-towing-rounded
Set
Material Symbols
Style
Rounded
Category
Transit
Viewbox
24×24
License
Apache 2.0
Aliases
auto-towing-outline-rounded

1 other variant in Material Symbols

The same icon in other sets

More transit icons from Material Symbols

Use the auto towing icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M1 16v-2q0-.425.288-.712T2 13h7.2L3 8.1V10q0 .425-.288.713T2 11t-.712-.288T1 10V6.15q0-.575.488-.862t.987-.013L13 11.05V5q0-.425.288-.712T14 4h3.075q.45 0 .85.188t.675.537l3.925 4.725q.225.275.35.6t.125.675V16q0 .425-.287.713T22 17h-1.5q0 1.25-.875 2.125T17.5 20t-2.125-.875T14.5 17H9q0 1.25-.875 2.125T6 20t-2.125-.875T3 17H2q-.425 0-.712-.288T1 16m6.075 2.075Q7.5 17.65 7.5 17t-.425-1.075T6 15.5t-1.075.425T4.5 17t.425 1.075T6 18.5t1.075-.425m11.5 0Q19 17.65 19 17t-.425-1.075T17.5 15.5t-1.075.425T16 17t.425 1.075t1.075.425t1.075-.425M15 10h5.4l-3.35-4H15z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsAutoTowingRounded(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M1 16v-2q0-.425.288-.712T2 13h7.2L3 8.1V10q0 .425-.288.713T2 11t-.712-.288T1 10V6.15q0-.575.488-.862t.987-.013L13 11.05V5q0-.425.288-.712T14 4h3.075q.45 0 .85.188t.675.537l3.925 4.725q.225.275.35.6t.125.675V16q0 .425-.287.713T22 17h-1.5q0 1.25-.875 2.125T17.5 20t-2.125-.875T14.5 17H9q0 1.25-.875 2.125T6 20t-2.125-.875T3 17H2q-.425 0-.712-.288T1 16m6.075 2.075Q7.5 17.65 7.5 17t-.425-1.075T6 15.5t-1.075.425T4.5 17t.425 1.075T6 18.5t1.075-.425m11.5 0Q19 17.65 19 17t-.425-1.075T17.5 15.5t-1.075.425T16 17t.425 1.075t1.075.425t1.075-.425M15 10h5.4l-3.35-4H15z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M1 16v-2q0-.425.288-.712T2 13h7.2L3 8.1V10q0 .425-.288.713T2 11t-.712-.288T1 10V6.15q0-.575.488-.862t.987-.013L13 11.05V5q0-.425.288-.712T14 4h3.075q.45 0 .85.188t.675.537l3.925 4.725q.225.275.35.6t.125.675V16q0 .425-.287.713T22 17h-1.5q0 1.25-.875 2.125T17.5 20t-2.125-.875T14.5 17H9q0 1.25-.875 2.125T6 20t-2.125-.875T3 17H2q-.425 0-.712-.288T1 16m6.075 2.075Q7.5 17.65 7.5 17t-.425-1.075T6 15.5t-1.075.425T4.5 17t.425 1.075T6 18.5t1.075-.425m11.5 0Q19 17.65 19 17t-.425-1.075T17.5 15.5t-1.075.425T16 17t.425 1.075t1.075.425t1.075-.425M15 10h5.4l-3.35-4H15z"/></svg>
</template>

CSS

.icon-auto-towing-rounded {
  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%22currentColor%22%20d%3D%22M1%2016v-2q0-.425.288-.712T2%2013h7.2L3%208.1V10q0%20.425-.288.713T2%2011t-.712-.288T1%2010V6.15q0-.575.488-.862t.987-.013L13%2011.05V5q0-.425.288-.712T14%204h3.075q.45%200%20.85.188t.675.537l3.925%204.725q.225.275.35.6t.125.675V16q0%20.425-.287.713T22%2017h-1.5q0%201.25-.875%202.125T17.5%2020t-2.125-.875T14.5%2017H9q0%201.25-.875%202.125T6%2020t-2.125-.875T3%2017H2q-.425%200-.712-.288T1%2016m6.075%202.075Q7.5%2017.65%207.5%2017t-.425-1.075T6%2015.5t-1.075.425T4.5%2017t.425%201.075T6%2018.5t1.075-.425m11.5%200Q19%2017.65%2019%2017t-.425-1.075T17.5%2015.5t-1.075.425T16%2017t.425%201.075t1.075.425t1.075-.425M15%2010h5.4l-3.35-4H15z%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%22currentColor%22%20d%3D%22M1%2016v-2q0-.425.288-.712T2%2013h7.2L3%208.1V10q0%20.425-.288.713T2%2011t-.712-.288T1%2010V6.15q0-.575.488-.862t.987-.013L13%2011.05V5q0-.425.288-.712T14%204h3.075q.45%200%20.85.188t.675.537l3.925%204.725q.225.275.35.6t.125.675V16q0%20.425-.287.713T22%2017h-1.5q0%201.25-.875%202.125T17.5%2020t-2.125-.875T14.5%2017H9q0%201.25-.875%202.125T6%2020t-2.125-.875T3%2017H2q-.425%200-.712-.288T1%2016m6.075%202.075Q7.5%2017.65%207.5%2017t-.425-1.075T6%2015.5t-1.075.425T4.5%2017t.425%201.075T6%2018.5t1.075-.425m11.5%200Q19%2017.65%2019%2017t-.425-1.075T17.5%2015.5t-1.075.425T16%2017t.425%201.075t1.075.425t1.075-.425M15%2010h5.4l-3.35-4H15z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/auto-towing-rounded.svg?color=%231a73e8&size=48