car tag icon
car-tag-outline-rounded from Material Symbols Light by Google · Outline Rounded · Transit · Apache-2.0 Free for personal and commercial use.
- Name
- car-tag-outline-rounded
- Set
- Material Symbols Light
- Style
- Outline Rounded
- 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="M6.428 15.692q.466 0 .788-.326q.323-.327.323-.793q0-.467-.327-.79q-.327-.321-.793-.321q-.467 0-.79.326q-.321.327-.321.794q0 .466.326.788q.327.322.794.322m9.149 0q.442 0 .756-.29q.313-.29.342-.727q-.423-.12-.806-.337t-.738-.555l-.144-.144q-.231.142-.378.393q-.147.252-.147.545q0 .465.325.79t.79.325M4 17v-4.846zm-1-4.573q0-.136.016-.273q.015-.137.065-.268L4.985 6.5q.073-.238.281-.37q.209-.13.465-.13h2.885q.212 0 .356.144t.144.357t-.144.356T8.616 7H5.889l-1.473 4.154h8.026q.213 0 .357.144t.143.357t-.143.356t-.357.143H4V17h14v-1.096q0-.213.144-.356t.357-.144t.356.144t.143.356v3.48q0 .257-.18.436q-.18.18-.438.18q-.257 0-.435-.18q-.178-.179-.178-.436V18H4.231v1.385q0 .256-.18.435q-.18.18-.438.18q-.257 0-.435-.18Q3 19.642 3 19.385zm12.52-6.906q.21-.21.21-.52t-.21-.521q-.209-.21-.52-.21t-.52.21q-.21.209-.21.52t.21.52q.209.21.52.21t.52-.21m1.242 6.53l-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-.367m.42-.98q.174.172.434.172q.259 0 .432-.173l3.021-3.021q.173-.173.173-.433t-.173-.432l-4.51-4.51q-.096-.096-.211-.134t-.23-.039h-3.31q-.135 0-.222.087t-.086.22v3.31q0 .116.039.231q.038.116.134.212zM16.9 6.9"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightCarTagOutlineRounded(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="M6.428 15.692q.466 0 .788-.326q.323-.327.323-.793q0-.467-.327-.79q-.327-.321-.793-.321q-.467 0-.79.326q-.321.327-.321.794q0 .466.326.788q.327.322.794.322m9.149 0q.442 0 .756-.29q.313-.29.342-.727q-.423-.12-.806-.337t-.738-.555l-.144-.144q-.231.142-.378.393q-.147.252-.147.545q0 .465.325.79t.79.325M4 17v-4.846zm-1-4.573q0-.136.016-.273q.015-.137.065-.268L4.985 6.5q.073-.238.281-.37q.209-.13.465-.13h2.885q.212 0 .356.144t.144.357t-.144.356T8.616 7H5.889l-1.473 4.154h8.026q.213 0 .357.144t.143.357t-.143.356t-.357.143H4V17h14v-1.096q0-.213.144-.356t.357-.144t.356.144t.143.356v3.48q0 .257-.18.436q-.18.18-.438.18q-.257 0-.435-.18q-.178-.179-.178-.436V18H4.231v1.385q0 .256-.18.435q-.18.18-.438.18q-.257 0-.435-.18Q3 19.642 3 19.385zm12.52-6.906q.21-.21.21-.52t-.21-.521q-.209-.21-.52-.21t-.52.21q-.21.209-.21.52t.21.52q.209.21.52.21t.52-.21m1.242 6.53l-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-.367m.42-.98q.174.172.434.172q.259 0 .432-.173l3.021-3.021q.173-.173.173-.433t-.173-.432l-4.51-4.51q-.096-.096-.211-.134t-.23-.039h-3.31q-.135 0-.222.087t-.086.22v3.31q0 .116.039.231q.038.116.134.212zM16.9 6.9"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.428 15.692q.466 0 .788-.326q.323-.327.323-.793q0-.467-.327-.79q-.327-.321-.793-.321q-.467 0-.79.326q-.321.327-.321.794q0 .466.326.788q.327.322.794.322m9.149 0q.442 0 .756-.29q.313-.29.342-.727q-.423-.12-.806-.337t-.738-.555l-.144-.144q-.231.142-.378.393q-.147.252-.147.545q0 .465.325.79t.79.325M4 17v-4.846zm-1-4.573q0-.136.016-.273q.015-.137.065-.268L4.985 6.5q.073-.238.281-.37q.209-.13.465-.13h2.885q.212 0 .356.144t.144.357t-.144.356T8.616 7H5.889l-1.473 4.154h8.026q.213 0 .357.144t.143.357t-.143.356t-.357.143H4V17h14v-1.096q0-.213.144-.356t.357-.144t.356.144t.143.356v3.48q0 .257-.18.436q-.18.18-.438.18q-.257 0-.435-.18q-.178-.179-.178-.436V18H4.231v1.385q0 .256-.18.435q-.18.18-.438.18q-.257 0-.435-.18Q3 19.642 3 19.385zm12.52-6.906q.21-.21.21-.52t-.21-.521q-.209-.21-.52-.21t-.52.21q-.21.209-.21.52t.21.52q.209.21.52.21t.52-.21m1.242 6.53l-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-.367m.42-.98q.174.172.434.172q.259 0 .432-.173l3.021-3.021q.173-.173.173-.433t-.173-.432l-4.51-4.51q-.096-.096-.211-.134t-.23-.039h-3.31q-.135 0-.222.087t-.086.22v3.31q0 .116.039.231q.038.116.134.212zM16.9 6.9"/></svg> </template>
CSS
.icon-car-tag-outline-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%22M6.428%2015.692q.466%200%20.788-.326q.323-.327.323-.793q0-.467-.327-.79q-.327-.321-.793-.321q-.467%200-.79.326q-.321.327-.321.794q0%20.466.326.788q.327.322.794.322m9.149%200q.442%200%20.756-.29q.313-.29.342-.727q-.423-.12-.806-.337t-.738-.555l-.144-.144q-.231.142-.378.393q-.147.252-.147.545q0%20.465.325.79t.79.325M4%2017v-4.846zm-1-4.573q0-.136.016-.273q.015-.137.065-.268L4.985%206.5q.073-.238.281-.37q.209-.13.465-.13h2.885q.212%200%20.356.144t.144.357t-.144.356T8.616%207H5.889l-1.473%204.154h8.026q.213%200%20.357.144t.143.357t-.143.356t-.357.143H4V17h14v-1.096q0-.213.144-.356t.357-.144t.356.144t.143.356v3.48q0%20.257-.18.436q-.18.18-.438.18q-.257%200-.435-.18q-.178-.179-.178-.436V18H4.231v1.385q0%20.256-.18.435q-.18.18-.438.18q-.257%200-.435-.18Q3%2019.642%203%2019.385zm12.52-6.906q.21-.21.21-.52t-.21-.521q-.209-.21-.52-.21t-.52.21q-.21.209-.21.52t.21.52q.209.21.52.21t.52-.21m1.242%206.53l-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-.367m.42-.98q.174.172.434.172q.259%200%20.432-.173l3.021-3.021q.173-.173.173-.433t-.173-.432l-4.51-4.51q-.096-.096-.211-.134t-.23-.039h-3.31q-.135%200-.222.087t-.086.22v3.31q0%20.116.039.231q.038.116.134.212zM16.9%206.9%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%22M6.428%2015.692q.466%200%20.788-.326q.323-.327.323-.793q0-.467-.327-.79q-.327-.321-.793-.321q-.467%200-.79.326q-.321.327-.321.794q0%20.466.326.788q.327.322.794.322m9.149%200q.442%200%20.756-.29q.313-.29.342-.727q-.423-.12-.806-.337t-.738-.555l-.144-.144q-.231.142-.378.393q-.147.252-.147.545q0%20.465.325.79t.79.325M4%2017v-4.846zm-1-4.573q0-.136.016-.273q.015-.137.065-.268L4.985%206.5q.073-.238.281-.37q.209-.13.465-.13h2.885q.212%200%20.356.144t.144.357t-.144.356T8.616%207H5.889l-1.473%204.154h8.026q.213%200%20.357.144t.143.357t-.143.356t-.357.143H4V17h14v-1.096q0-.213.144-.356t.357-.144t.356.144t.143.356v3.48q0%20.257-.18.436q-.18.18-.438.18q-.257%200-.435-.18q-.178-.179-.178-.436V18H4.231v1.385q0%20.256-.18.435q-.18.18-.438.18q-.257%200-.435-.18Q3%2019.642%203%2019.385zm12.52-6.906q.21-.21.21-.52t-.21-.521q-.209-.21-.52-.21t-.52.21q-.21.209-.21.52t.21.52q.209.21.52.21t.52-.21m1.242%206.53l-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-.367m.42-.98q.174.172.434.172q.259%200%20.432-.173l3.021-3.021q.173-.173.173-.433t-.173-.432l-4.51-4.51q-.096-.096-.211-.134t-.23-.039h-3.31q-.135%200-.222.087t-.086.22v3.31q0%20.116.039.231q.038.116.134.212zM16.9%206.9%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-outline-rounded.svg?color=%231a73e8&size=48