car tag icon
car-tag from Material Symbols by Google · Regular · Transit · Apache-2.0 Free for personal and commercial use.
- Name
- car-tag
- Set
- Material Symbols
- Style
- Regular
- Category
- Transit
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols
The same icon in other sets
More transit icons from Material Symbols
agricultureairlinesairport-shuttleambulanceauto-towingauto-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-right
Use the car tag icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3 21q-.425 0-.712-.288T2 20v-8l2.1-6q.15-.45.538-.725T5.5 5H9v1.375q0 .15.013.313T9.05 7h-3.2L4.8 10h6.375l3.35 3.35q-.25.2-.387.5T14 14.5q0 .625.438 1.063T15.5 16q.5 0 .9-.3t.525-.775q.275.05.537.075t.538-.025q.55-.05 1.063-.275t.937-.625V20q0 .425-.288.713T19 21h-1q-.425 0-.712-.288T17 20v-1H5v1q0 .425-.288.713T4 21zm3.5-5q.625 0 1.063-.437T8 14.5t-.437-1.062T6.5 13t-1.062.438T5 14.5t.438 1.063T6.5 16m10.05-3.45l-5.1-5.1q-.2-.2-.325-.488T11 6.376V2.5q0-.625.438-1.062T12.5 1h3.875q.3 0 .588.125t.487.325l5.1 5.1q.425.425.425 1.063t-.425 1.062l-3.875 3.875q-.425.425-1.062.425t-1.063-.425m-.837-6.837Q16 5.425 16 5t-.288-.712T15 4t-.712.288T14 5t.288.713T15 6t.713-.288"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsCarTag(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="M3 21q-.425 0-.712-.288T2 20v-8l2.1-6q.15-.45.538-.725T5.5 5H9v1.375q0 .15.013.313T9.05 7h-3.2L4.8 10h6.375l3.35 3.35q-.25.2-.387.5T14 14.5q0 .625.438 1.063T15.5 16q.5 0 .9-.3t.525-.775q.275.05.537.075t.538-.025q.55-.05 1.063-.275t.937-.625V20q0 .425-.288.713T19 21h-1q-.425 0-.712-.288T17 20v-1H5v1q0 .425-.288.713T4 21zm3.5-5q.625 0 1.063-.437T8 14.5t-.437-1.062T6.5 13t-1.062.438T5 14.5t.438 1.063T6.5 16m10.05-3.45l-5.1-5.1q-.2-.2-.325-.488T11 6.376V2.5q0-.625.438-1.062T12.5 1h3.875q.3 0 .588.125t.487.325l5.1 5.1q.425.425.425 1.063t-.425 1.062l-3.875 3.875q-.425.425-1.062.425t-1.063-.425m-.837-6.837Q16 5.425 16 5t-.288-.712T15 4t-.712.288T14 5t.288.713T15 6t.713-.288"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3 21q-.425 0-.712-.288T2 20v-8l2.1-6q.15-.45.538-.725T5.5 5H9v1.375q0 .15.013.313T9.05 7h-3.2L4.8 10h6.375l3.35 3.35q-.25.2-.387.5T14 14.5q0 .625.438 1.063T15.5 16q.5 0 .9-.3t.525-.775q.275.05.537.075t.538-.025q.55-.05 1.063-.275t.937-.625V20q0 .425-.288.713T19 21h-1q-.425 0-.712-.288T17 20v-1H5v1q0 .425-.288.713T4 21zm3.5-5q.625 0 1.063-.437T8 14.5t-.437-1.062T6.5 13t-1.062.438T5 14.5t.438 1.063T6.5 16m10.05-3.45l-5.1-5.1q-.2-.2-.325-.488T11 6.376V2.5q0-.625.438-1.062T12.5 1h3.875q.3 0 .588.125t.487.325l5.1 5.1q.425.425.425 1.063t-.425 1.062l-3.875 3.875q-.425.425-1.062.425t-1.063-.425m-.837-6.837Q16 5.425 16 5t-.288-.712T15 4t-.712.288T14 5t.288.713T15 6t.713-.288"/></svg> </template>
CSS
.icon-car-tag {
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%22M3%2021q-.425%200-.712-.288T2%2020v-8l2.1-6q.15-.45.538-.725T5.5%205H9v1.375q0%20.15.013.313T9.05%207h-3.2L4.8%2010h6.375l3.35%203.35q-.25.2-.387.5T14%2014.5q0%20.625.438%201.063T15.5%2016q.5%200%20.9-.3t.525-.775q.275.05.537.075t.538-.025q.55-.05%201.063-.275t.937-.625V20q0%20.425-.288.713T19%2021h-1q-.425%200-.712-.288T17%2020v-1H5v1q0%20.425-.288.713T4%2021zm3.5-5q.625%200%201.063-.437T8%2014.5t-.437-1.062T6.5%2013t-1.062.438T5%2014.5t.438%201.063T6.5%2016m10.05-3.45l-5.1-5.1q-.2-.2-.325-.488T11%206.376V2.5q0-.625.438-1.062T12.5%201h3.875q.3%200%20.588.125t.487.325l5.1%205.1q.425.425.425%201.063t-.425%201.062l-3.875%203.875q-.425.425-1.062.425t-1.063-.425m-.837-6.837Q16%205.425%2016%205t-.288-.712T15%204t-.712.288T14%205t.288.713T15%206t.713-.288%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%22M3%2021q-.425%200-.712-.288T2%2020v-8l2.1-6q.15-.45.538-.725T5.5%205H9v1.375q0%20.15.013.313T9.05%207h-3.2L4.8%2010h6.375l3.35%203.35q-.25.2-.387.5T14%2014.5q0%20.625.438%201.063T15.5%2016q.5%200%20.9-.3t.525-.775q.275.05.537.075t.538-.025q.55-.05%201.063-.275t.937-.625V20q0%20.425-.288.713T19%2021h-1q-.425%200-.712-.288T17%2020v-1H5v1q0%20.425-.288.713T4%2021zm3.5-5q.625%200%201.063-.437T8%2014.5t-.437-1.062T6.5%2013t-1.062.438T5%2014.5t.438%201.063T6.5%2016m10.05-3.45l-5.1-5.1q-.2-.2-.325-.488T11%206.376V2.5q0-.625.438-1.062T12.5%201h3.875q.3%200%20.588.125t.487.325l5.1%205.1q.425.425.425%201.063t-.425%201.062l-3.875%203.875q-.425.425-1.062.425t-1.063-.425m-.837-6.837Q16%205.425%2016%205t-.288-.712T15%204t-.712.288T14%205t.288.713T15%206t.713-.288%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/car-tag.svg?color=%231a73e8&size=48