auto towing icon
auto-towing from Material Symbols by Google · Regular · Transit · Apache-2.0 Free for personal and commercial use.
- Name
- auto-towing
- Set
- Material Symbols
- Style
- Regular
- Category
- Transit
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- auto-towing-outline, auto-towing-outline-sharp, auto-towing-sharp
1 other variant in Material Symbols
The same icon in other sets
More transit icons from Material Symbols
agricultureairlinesairport-shuttleambulanceauto-transmissionbike-dockbike-lanebike-scooterboat-busboat-railwaybus-alertbus-map-pinbus-railwaycable-carcar-crashcar-defrost-leftcar-defrost-low-leftcar-defrost-low-rightcar-defrost-mid-leftcar-defrost-mid-low-leftcar-defrost-mid-low-rightcar-defrost-mid-rightcar-defrost-rightcar-fan-low-left
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 17v-4h8.2L3 8.1V11H1V5h1l11 6.05V4h5l5 6v7h-2.5q0 1.25-.875 2.125T17.5 20t-2.125-.875T14.5 17H9q0 1.25-.875 2.125T6 20t-2.125-.875T3 17zm6.075 1.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 MaterialSymbolsAutoTowing(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 17v-4h8.2L3 8.1V11H1V5h1l11 6.05V4h5l5 6v7h-2.5q0 1.25-.875 2.125T17.5 20t-2.125-.875T14.5 17H9q0 1.25-.875 2.125T6 20t-2.125-.875T3 17zm6.075 1.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 17v-4h8.2L3 8.1V11H1V5h1l11 6.05V4h5l5 6v7h-2.5q0 1.25-.875 2.125T17.5 20t-2.125-.875T14.5 17H9q0 1.25-.875 2.125T6 20t-2.125-.875T3 17zm6.075 1.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 {
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%2017v-4h8.2L3%208.1V11H1V5h1l11%206.05V4h5l5%206v7h-2.5q0%201.25-.875%202.125T17.5%2020t-2.125-.875T14.5%2017H9q0%201.25-.875%202.125T6%2020t-2.125-.875T3%2017zm6.075%201.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%2017v-4h8.2L3%208.1V11H1V5h1l11%206.05V4h5l5%206v7h-2.5q0%201.25-.875%202.125T17.5%2020t-2.125-.875T14.5%2017H9q0%201.25-.875%202.125T6%2020t-2.125-.875T3%2017zm6.075%201.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.svg?color=%231a73e8&size=48