car tag icon
car-tag-outline-sharp from Material Symbols Light by Google · Outline Sharp · Transit · Apache-2.0 Free for personal and commercial use.
- Name
- car-tag-outline-sharp
- Set
- Material Symbols Light
- Style
- Outline Sharp
- 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.322M4 17v-4.846zm.23 1v2H3v-7.846L5.14 6h3.976v1H5.889l-1.473 4.154h8.061l1 1H4V17h14v-1.521l1-1V20h-1.23v-2zM15 5.73q.31 0 .52-.21q.21-.209.21-.52t-.21-.52q-.209-.21-.52-.21t-.52.21q-.21.209-.21.52t.21.52q.209.21.52.21m2.6 7.203l-6.1-6.125V1.5h5.289l6.119 6.125zm0-1.422l3.887-3.886L16.362 2.5H12.5v3.887zm-2.023 4.181q.292 0 .532-.137q.239-.138.382-.369l-1.524-1.523q-.23.143-.368.382t-.137.532q0 .465.325.79t.79.325m1.42-8.696"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightCarTagOutlineSharp(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.322M4 17v-4.846zm.23 1v2H3v-7.846L5.14 6h3.976v1H5.889l-1.473 4.154h8.061l1 1H4V17h14v-1.521l1-1V20h-1.23v-2zM15 5.73q.31 0 .52-.21q.21-.209.21-.52t-.21-.52q-.209-.21-.52-.21t-.52.21q-.21.209-.21.52t.21.52q.209.21.52.21m2.6 7.203l-6.1-6.125V1.5h5.289l6.119 6.125zm0-1.422l3.887-3.886L16.362 2.5H12.5v3.887zm-2.023 4.181q.292 0 .532-.137q.239-.138.382-.369l-1.524-1.523q-.23.143-.368.382t-.137.532q0 .465.325.79t.79.325m1.42-8.696"/></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.322M4 17v-4.846zm.23 1v2H3v-7.846L5.14 6h3.976v1H5.889l-1.473 4.154h8.061l1 1H4V17h14v-1.521l1-1V20h-1.23v-2zM15 5.73q.31 0 .52-.21q.21-.209.21-.52t-.21-.52q-.209-.21-.52-.21t-.52.21q-.21.209-.21.52t.21.52q.209.21.52.21m2.6 7.203l-6.1-6.125V1.5h5.289l6.119 6.125zm0-1.422l3.887-3.886L16.362 2.5H12.5v3.887zm-2.023 4.181q.292 0 .532-.137q.239-.138.382-.369l-1.524-1.523q-.23.143-.368.382t-.137.532q0 .465.325.79t.79.325m1.42-8.696"/></svg> </template>
CSS
.icon-car-tag-outline-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%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.322M4%2017v-4.846zm.23%201v2H3v-7.846L5.14%206h3.976v1H5.889l-1.473%204.154h8.061l1%201H4V17h14v-1.521l1-1V20h-1.23v-2zM15%205.73q.31%200%20.52-.21q.21-.209.21-.52t-.21-.52q-.209-.21-.52-.21t-.52.21q-.21.209-.21.52t.21.52q.209.21.52.21m2.6%207.203l-6.1-6.125V1.5h5.289l6.119%206.125zm0-1.422l3.887-3.886L16.362%202.5H12.5v3.887zm-2.023%204.181q.292%200%20.532-.137q.239-.138.382-.369l-1.524-1.523q-.23.143-.368.382t-.137.532q0%20.465.325.79t.79.325m1.42-8.696%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.322M4%2017v-4.846zm.23%201v2H3v-7.846L5.14%206h3.976v1H5.889l-1.473%204.154h8.061l1%201H4V17h14v-1.521l1-1V20h-1.23v-2zM15%205.73q.31%200%20.52-.21q.21-.209.21-.52t-.21-.52q-.209-.21-.52-.21t-.52.21q-.21.209-.21.52t.21.52q.209.21.52.21m2.6%207.203l-6.1-6.125V1.5h5.289l6.119%206.125zm0-1.422l3.887-3.886L16.362%202.5H12.5v3.887zm-2.023%204.181q.292%200%20.532-.137q.239-.138.382-.369l-1.524-1.523q-.23.143-.368.382t-.137.532q0%20.465.325.79t.79.325m1.42-8.696%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-sharp.svg?color=%231a73e8&size=48