car tag icon
car-tag from Material Symbols Light by Google · Regular · Transit · Apache-2.0 Free for personal and commercial use.
- Name
- car-tag
- Set
- Material Symbols Light
- Style
- Regular
- Category
- Transit
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols Light
The same icon in other sets
More transit icons from Material Symbols Light
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.5 20q-.213 0-.356-.144T3 19.5v-7.346L4.985 6.5q.073-.238.281-.37q.209-.13.465-.13h3.385v.317q0 .162.012.338T9.184 7H5.89l-1.473 4.154h8.067l2.484 2.485q-.23.142-.368.393q-.137.252-.137.545q0 .465.325.79t.79.325q.442 0 .756-.29q.313-.29.342-.727q.333.108.663.142q.33.035.662-.015q.262-.03.515-.111q.252-.081.485-.212V19.5q0 .213-.144.356T18.5 20h-.23q-.213 0-.357-.144t-.144-.356V18H4.231v1.5q0 .213-.144.356T3.731 20zm2.928-4.308q.466 0 .788-.326q.323-.327.323-.793q0-.467-.327-.79q-.327-.321-.793-.321q-.467 0-.79.326q-.321.327-.321.793q0 .467.326.79q.327.321.794.321m10.334-3.642l-4.908-4.908q-.157-.157-.256-.382t-.098-.462V2.712q0-.53.353-.87q.354-.342.859-.342h3.586q.236 0 .462.098t.382.256l4.908 4.908q.367.367.367.86q0 .494-.367.86l-3.567 3.568q-.368.367-.861.367t-.86-.367M15.52 5.52q.21-.209.21-.52t-.21-.52q-.209-.21-.52-.21t-.52.21q-.21.209-.21.52t.21.52q.209.21.52.21t.52-.21"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightCarTag(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.5 20q-.213 0-.356-.144T3 19.5v-7.346L4.985 6.5q.073-.238.281-.37q.209-.13.465-.13h3.385v.317q0 .162.012.338T9.184 7H5.89l-1.473 4.154h8.067l2.484 2.485q-.23.142-.368.393q-.137.252-.137.545q0 .465.325.79t.79.325q.442 0 .756-.29q.313-.29.342-.727q.333.108.663.142q.33.035.662-.015q.262-.03.515-.111q.252-.081.485-.212V19.5q0 .213-.144.356T18.5 20h-.23q-.213 0-.357-.144t-.144-.356V18H4.231v1.5q0 .213-.144.356T3.731 20zm2.928-4.308q.466 0 .788-.326q.323-.327.323-.793q0-.467-.327-.79q-.327-.321-.793-.321q-.467 0-.79.326q-.321.327-.321.793q0 .467.326.79q.327.321.794.321m10.334-3.642l-4.908-4.908q-.157-.157-.256-.382t-.098-.462V2.712q0-.53.353-.87q.354-.342.859-.342h3.586q.236 0 .462.098t.382.256l4.908 4.908q.367.367.367.86q0 .494-.367.86l-3.567 3.568q-.368.367-.861.367t-.86-.367M15.52 5.52q.21-.209.21-.52t-.21-.52q-.209-.21-.52-.21t-.52.21q-.21.209-.21.52t.21.52q.209.21.52.21t.52-.21"/></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.5 20q-.213 0-.356-.144T3 19.5v-7.346L4.985 6.5q.073-.238.281-.37q.209-.13.465-.13h3.385v.317q0 .162.012.338T9.184 7H5.89l-1.473 4.154h8.067l2.484 2.485q-.23.142-.368.393q-.137.252-.137.545q0 .465.325.79t.79.325q.442 0 .756-.29q.313-.29.342-.727q.333.108.663.142q.33.035.662-.015q.262-.03.515-.111q.252-.081.485-.212V19.5q0 .213-.144.356T18.5 20h-.23q-.213 0-.357-.144t-.144-.356V18H4.231v1.5q0 .213-.144.356T3.731 20zm2.928-4.308q.466 0 .788-.326q.323-.327.323-.793q0-.467-.327-.79q-.327-.321-.793-.321q-.467 0-.79.326q-.321.327-.321.793q0 .467.326.79q.327.321.794.321m10.334-3.642l-4.908-4.908q-.157-.157-.256-.382t-.098-.462V2.712q0-.53.353-.87q.354-.342.859-.342h3.586q.236 0 .462.098t.382.256l4.908 4.908q.367.367.367.86q0 .494-.367.86l-3.567 3.568q-.368.367-.861.367t-.86-.367M15.52 5.52q.21-.209.21-.52t-.21-.52q-.209-.21-.52-.21t-.52.21q-.21.209-.21.52t.21.52q.209.21.52.21t.52-.21"/></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.5%2020q-.213%200-.356-.144T3%2019.5v-7.346L4.985%206.5q.073-.238.281-.37q.209-.13.465-.13h3.385v.317q0%20.162.012.338T9.184%207H5.89l-1.473%204.154h8.067l2.484%202.485q-.23.142-.368.393q-.137.252-.137.545q0%20.465.325.79t.79.325q.442%200%20.756-.29q.313-.29.342-.727q.333.108.663.142q.33.035.662-.015q.262-.03.515-.111q.252-.081.485-.212V19.5q0%20.213-.144.356T18.5%2020h-.23q-.213%200-.357-.144t-.144-.356V18H4.231v1.5q0%20.213-.144.356T3.731%2020zm2.928-4.308q.466%200%20.788-.326q.323-.327.323-.793q0-.467-.327-.79q-.327-.321-.793-.321q-.467%200-.79.326q-.321.327-.321.793q0%20.467.326.79q.327.321.794.321m10.334-3.642l-4.908-4.908q-.157-.157-.256-.382t-.098-.462V2.712q0-.53.353-.87q.354-.342.859-.342h3.586q.236%200%20.462.098t.382.256l4.908%204.908q.367.367.367.86q0%20.494-.367.86l-3.567%203.568q-.368.367-.861.367t-.86-.367M15.52%205.52q.21-.209.21-.52t-.21-.52q-.209-.21-.52-.21t-.52.21q-.21.209-.21.52t.21.52q.209.21.52.21t.52-.21%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.5%2020q-.213%200-.356-.144T3%2019.5v-7.346L4.985%206.5q.073-.238.281-.37q.209-.13.465-.13h3.385v.317q0%20.162.012.338T9.184%207H5.89l-1.473%204.154h8.067l2.484%202.485q-.23.142-.368.393q-.137.252-.137.545q0%20.465.325.79t.79.325q.442%200%20.756-.29q.313-.29.342-.727q.333.108.663.142q.33.035.662-.015q.262-.03.515-.111q.252-.081.485-.212V19.5q0%20.213-.144.356T18.5%2020h-.23q-.213%200-.357-.144t-.144-.356V18H4.231v1.5q0%20.213-.144.356T3.731%2020zm2.928-4.308q.466%200%20.788-.326q.323-.327.323-.793q0-.467-.327-.79q-.327-.321-.793-.321q-.467%200-.79.326q-.321.327-.321.793q0%20.467.326.79q.327.321.794.321m10.334-3.642l-4.908-4.908q-.157-.157-.256-.382t-.098-.462V2.712q0-.53.353-.87q.354-.342.859-.342h3.586q.236%200%20.462.098t.382.256l4.908%204.908q.367.367.367.86q0%20.494-.367.86l-3.567%203.568q-.368.367-.861.367t-.86-.367M15.52%205.52q.21-.209.21-.52t-.21-.52q-.209-.21-.52-.21t-.52.21q-.21.209-.21.52t.21.52q.209.21.52.21t.52-.21%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/car-tag.svg?color=%231a73e8&size=48