auto towing icon
auto-towing-rounded from Material Symbols Light by Google · Rounded · Transit · Apache-2.0 Free for personal and commercial use.
- Name
- auto-towing-rounded
- Set
- Material Symbols Light
- Style
- Rounded
- Category
- Transit
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- auto-towing-outline-rounded
1 other variant in Material Symbols Light
The same icon in other sets
More transit icons from Material Symbols Light
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.616 15.654v-.462q0-.343.232-.575t.575-.232H11.7L2.885 7.446v2.939q0 .212-.144.356t-.357.144t-.356-.144t-.143-.356v-3.35q0-.46.4-.69t.806-.012l11.294 6.256V6.192q0-.343.232-.575t.575-.232h1.98q.364 0 .688.152q.325.153.548.438l3.598 4.302q.18.224.279.488t.1.547v4.264q0 .344-.233.576q-.232.233-.575.233h-1.423q.327 1.096-.375 2.048t-1.895.952t-1.894-.952t-.375-2.048H8.654q.327 1.096-.375 2.048q-.702.951-1.894.951q-1.193 0-1.894-.951q-.702-.952-.375-2.049h-1.77q-.31 0-.52-.21t-.21-.52m5.844 2.402q.425-.445.425-1.056t-.425-1.056t-1.075-.444t-1.075.444T4.885 17t.425 1.056t1.075.444t1.075-.444m11.5 0q.424-.445.424-1.056t-.425-1.056t-1.075-.444t-1.075.444T16.385 17t.425 1.056t1.075.444t1.075-.444m-3.575-7.325h5.708l-3.657-4.346h-2.05z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightAutoTowingRounded(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.616 15.654v-.462q0-.343.232-.575t.575-.232H11.7L2.885 7.446v2.939q0 .212-.144.356t-.357.144t-.356-.144t-.143-.356v-3.35q0-.46.4-.69t.806-.012l11.294 6.256V6.192q0-.343.232-.575t.575-.232h1.98q.364 0 .688.152q.325.153.548.438l3.598 4.302q.18.224.279.488t.1.547v4.264q0 .344-.233.576q-.232.233-.575.233h-1.423q.327 1.096-.375 2.048t-1.895.952t-1.894-.952t-.375-2.048H8.654q.327 1.096-.375 2.048q-.702.951-1.894.951q-1.193 0-1.894-.951q-.702-.952-.375-2.049h-1.77q-.31 0-.52-.21t-.21-.52m5.844 2.402q.425-.445.425-1.056t-.425-1.056t-1.075-.444t-1.075.444T4.885 17t.425 1.056t1.075.444t1.075-.444m11.5 0q.424-.445.424-1.056t-.425-1.056t-1.075-.444t-1.075.444T16.385 17t.425 1.056t1.075.444t1.075-.444m-3.575-7.325h5.708l-3.657-4.346h-2.05z"/></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.616 15.654v-.462q0-.343.232-.575t.575-.232H11.7L2.885 7.446v2.939q0 .212-.144.356t-.357.144t-.356-.144t-.143-.356v-3.35q0-.46.4-.69t.806-.012l11.294 6.256V6.192q0-.343.232-.575t.575-.232h1.98q.364 0 .688.152q.325.153.548.438l3.598 4.302q.18.224.279.488t.1.547v4.264q0 .344-.233.576q-.232.233-.575.233h-1.423q.327 1.096-.375 2.048t-1.895.952t-1.894-.952t-.375-2.048H8.654q.327 1.096-.375 2.048q-.702.951-1.894.951q-1.193 0-1.894-.951q-.702-.952-.375-2.049h-1.77q-.31 0-.52-.21t-.21-.52m5.844 2.402q.425-.445.425-1.056t-.425-1.056t-1.075-.444t-1.075.444T4.885 17t.425 1.056t1.075.444t1.075-.444m11.5 0q.424-.445.424-1.056t-.425-1.056t-1.075-.444t-1.075.444T16.385 17t.425 1.056t1.075.444t1.075-.444m-3.575-7.325h5.708l-3.657-4.346h-2.05z"/></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.616%2015.654v-.462q0-.343.232-.575t.575-.232H11.7L2.885%207.446v2.939q0%20.212-.144.356t-.357.144t-.356-.144t-.143-.356v-3.35q0-.46.4-.69t.806-.012l11.294%206.256V6.192q0-.343.232-.575t.575-.232h1.98q.364%200%20.688.152q.325.153.548.438l3.598%204.302q.18.224.279.488t.1.547v4.264q0%20.344-.233.576q-.232.233-.575.233h-1.423q.327%201.096-.375%202.048t-1.895.952t-1.894-.952t-.375-2.048H8.654q.327%201.096-.375%202.048q-.702.951-1.894.951q-1.193%200-1.894-.951q-.702-.952-.375-2.049h-1.77q-.31%200-.52-.21t-.21-.52m5.844%202.402q.425-.445.425-1.056t-.425-1.056t-1.075-.444t-1.075.444T4.885%2017t.425%201.056t1.075.444t1.075-.444m11.5%200q.424-.445.424-1.056t-.425-1.056t-1.075-.444t-1.075.444T16.385%2017t.425%201.056t1.075.444t1.075-.444m-3.575-7.325h5.708l-3.657-4.346h-2.05z%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.616%2015.654v-.462q0-.343.232-.575t.575-.232H11.7L2.885%207.446v2.939q0%20.212-.144.356t-.357.144t-.356-.144t-.143-.356v-3.35q0-.46.4-.69t.806-.012l11.294%206.256V6.192q0-.343.232-.575t.575-.232h1.98q.364%200%20.688.152q.325.153.548.438l3.598%204.302q.18.224.279.488t.1.547v4.264q0%20.344-.233.576q-.232.233-.575.233h-1.423q.327%201.096-.375%202.048t-1.895.952t-1.894-.952t-.375-2.048H8.654q.327%201.096-.375%202.048q-.702.951-1.894.951q-1.193%200-1.894-.951q-.702-.952-.375-2.049h-1.77q-.31%200-.52-.21t-.21-.52m5.844%202.402q.425-.445.425-1.056t-.425-1.056t-1.075-.444t-1.075.444T4.885%2017t.425%201.056t1.075.444t1.075-.444m11.5%200q.424-.445.424-1.056t-.425-1.056t-1.075-.444t-1.075.444T16.385%2017t.425%201.056t1.075.444t1.075-.444m-3.575-7.325h5.708l-3.657-4.346h-2.05z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/auto-towing-rounded.svg?color=%231a73e8&size=48