car tag icon
car-tag-outline-sharp from Material Symbols by Google · Outline Sharp · Transit · Apache-2.0 Free for personal and commercial use.
- Name
- car-tag-outline-sharp
- Set
- Material Symbols
- Style
- Outline 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="M6.5 16q.625 0 1.063-.437T8 14.5t-.437-1.062T6.5 13t-1.062.438T5 14.5t.438 1.063T6.5 16M4 17v-5zm1 2v2H2v-9l2.45-7H9v2H5.85L4.8 10h6.35l2 2H4v5h14v-.925l2-2V21h-3v-2zM15 6q.425 0 .713-.288T16 5t-.288-.712T15 4t-.712.288T14 5t.288.713T15 6m2.6 7.625L11 7V1h6l6.6 6.625zm0-2.825l3.175-3.175L16.15 3H13v3.175zM15.5 16q.35 0 .638-.137t.487-.388l-2.1-2.1q-.25.2-.387.488T14 14.5q0 .625.438 1.063T15.5 16m1.4-9.1"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsCarTagOutlineSharp(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.5 16q.625 0 1.063-.437T8 14.5t-.437-1.062T6.5 13t-1.062.438T5 14.5t.438 1.063T6.5 16M4 17v-5zm1 2v2H2v-9l2.45-7H9v2H5.85L4.8 10h6.35l2 2H4v5h14v-.925l2-2V21h-3v-2zM15 6q.425 0 .713-.288T16 5t-.288-.712T15 4t-.712.288T14 5t.288.713T15 6m2.6 7.625L11 7V1h6l6.6 6.625zm0-2.825l3.175-3.175L16.15 3H13v3.175zM15.5 16q.35 0 .638-.137t.487-.388l-2.1-2.1q-.25.2-.387.488T14 14.5q0 .625.438 1.063T15.5 16m1.4-9.1"/></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.5 16q.625 0 1.063-.437T8 14.5t-.437-1.062T6.5 13t-1.062.438T5 14.5t.438 1.063T6.5 16M4 17v-5zm1 2v2H2v-9l2.45-7H9v2H5.85L4.8 10h6.35l2 2H4v5h14v-.925l2-2V21h-3v-2zM15 6q.425 0 .713-.288T16 5t-.288-.712T15 4t-.712.288T14 5t.288.713T15 6m2.6 7.625L11 7V1h6l6.6 6.625zm0-2.825l3.175-3.175L16.15 3H13v3.175zM15.5 16q.35 0 .638-.137t.487-.388l-2.1-2.1q-.25.2-.387.488T14 14.5q0 .625.438 1.063T15.5 16m1.4-9.1"/></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.5%2016q.625%200%201.063-.437T8%2014.5t-.437-1.062T6.5%2013t-1.062.438T5%2014.5t.438%201.063T6.5%2016M4%2017v-5zm1%202v2H2v-9l2.45-7H9v2H5.85L4.8%2010h6.35l2%202H4v5h14v-.925l2-2V21h-3v-2zM15%206q.425%200%20.713-.288T16%205t-.288-.712T15%204t-.712.288T14%205t.288.713T15%206m2.6%207.625L11%207V1h6l6.6%206.625zm0-2.825l3.175-3.175L16.15%203H13v3.175zM15.5%2016q.35%200%20.638-.137t.487-.388l-2.1-2.1q-.25.2-.387.488T14%2014.5q0%20.625.438%201.063T15.5%2016m1.4-9.1%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.5%2016q.625%200%201.063-.437T8%2014.5t-.437-1.062T6.5%2013t-1.062.438T5%2014.5t.438%201.063T6.5%2016M4%2017v-5zm1%202v2H2v-9l2.45-7H9v2H5.85L4.8%2010h6.35l2%202H4v5h14v-.925l2-2V21h-3v-2zM15%206q.425%200%20.713-.288T16%205t-.288-.712T15%204t-.712.288T14%205t.288.713T15%206m2.6%207.625L11%207V1h6l6.6%206.625zm0-2.825l3.175-3.175L16.15%203H13v3.175zM15.5%2016q.35%200%20.638-.137t.487-.388l-2.1-2.1q-.25.2-.387.488T14%2014.5q0%20.625.438%201.063T15.5%2016m1.4-9.1%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-outline-sharp.svg?color=%231a73e8&size=48