car tag icon
car-tag-sharp from Material Symbols by Google · Sharp · Transit · Apache-2.0 Free for personal and commercial use.
- Name
- car-tag-sharp
- Set
- Material Symbols
- Style
- Sharp
- 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="M2 21v-9l2.45-7H9v2H5.85L4.8 10h6.35l3.375 3.375q-.25.2-.387.488T14 14.5q0 .625.438 1.063T15.5 16q.35 0 .638-.137t.487-.388l.975.975l2.4-2.375V21h-3v-2H5v2zm4.5-5q.625 0 1.063-.437T8 14.5t-.437-1.062T6.5 13t-1.062.438T5 14.5t.438 1.063T6.5 16m11.1-2.375L11 7V1h6l6.6 6.625zM15 6q.425 0 .713-.288T16 5t-.288-.712T15 4t-.712.288T14 5t.288.713T15 6"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsCarTagSharp(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="M2 21v-9l2.45-7H9v2H5.85L4.8 10h6.35l3.375 3.375q-.25.2-.387.488T14 14.5q0 .625.438 1.063T15.5 16q.35 0 .638-.137t.487-.388l.975.975l2.4-2.375V21h-3v-2H5v2zm4.5-5q.625 0 1.063-.437T8 14.5t-.437-1.062T6.5 13t-1.062.438T5 14.5t.438 1.063T6.5 16m11.1-2.375L11 7V1h6l6.6 6.625zM15 6q.425 0 .713-.288T16 5t-.288-.712T15 4t-.712.288T14 5t.288.713T15 6"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2 21v-9l2.45-7H9v2H5.85L4.8 10h6.35l3.375 3.375q-.25.2-.387.488T14 14.5q0 .625.438 1.063T15.5 16q.35 0 .638-.137t.487-.388l.975.975l2.4-2.375V21h-3v-2H5v2zm4.5-5q.625 0 1.063-.437T8 14.5t-.437-1.062T6.5 13t-1.062.438T5 14.5t.438 1.063T6.5 16m11.1-2.375L11 7V1h6l6.6 6.625zM15 6q.425 0 .713-.288T16 5t-.288-.712T15 4t-.712.288T14 5t.288.713T15 6"/></svg> </template>
CSS
.icon-car-tag-sharp {
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%22M2%2021v-9l2.45-7H9v2H5.85L4.8%2010h6.35l3.375%203.375q-.25.2-.387.488T14%2014.5q0%20.625.438%201.063T15.5%2016q.35%200%20.638-.137t.487-.388l.975.975l2.4-2.375V21h-3v-2H5v2zm4.5-5q.625%200%201.063-.437T8%2014.5t-.437-1.062T6.5%2013t-1.062.438T5%2014.5t.438%201.063T6.5%2016m11.1-2.375L11%207V1h6l6.6%206.625zM15%206q.425%200%20.713-.288T16%205t-.288-.712T15%204t-.712.288T14%205t.288.713T15%206%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%22M2%2021v-9l2.45-7H9v2H5.85L4.8%2010h6.35l3.375%203.375q-.25.2-.387.488T14%2014.5q0%20.625.438%201.063T15.5%2016q.35%200%20.638-.137t.487-.388l.975.975l2.4-2.375V21h-3v-2H5v2zm4.5-5q.625%200%201.063-.437T8%2014.5t-.437-1.062T6.5%2013t-1.062.438T5%2014.5t.438%201.063T6.5%2016m11.1-2.375L11%207V1h6l6.6%206.625zM15%206q.425%200%20.713-.288T16%205t-.288-.712T15%204t-.712.288T14%205t.288.713T15%206%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-sharp.svg?color=%231a73e8&size=48