vehicle services icon
vehicle-services from Carbon by IBM · Outline · Organization · Apache-2.0 Free for personal and commercial use.
- Name
- vehicle-services
- Set
- Carbon
- Style
- Outline
- Category
- Organization
- Viewbox
- 32×32
- License
- Apache 2.0
More organization icons from Carbon
Use the vehicle services icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m29.338 17.934l-7.732-2.779l-3.232-4.058A2.99 2.99 0 0 0 16.054 10H8.058a3 3 0 0 0-2.48 1.312l-2.712 3.983A5 5 0 0 0 2 18.107V26a1 1 0 0 0 1 1h2.142a3.98 3.98 0 0 0 7.716 0h6.284a3.98 3.98 0 0 0 7.716 0H29a1 1 0 0 0 1-1v-7.125a1 1 0 0 0-.662-.941M9 28a2 2 0 1 1 2-2a2.003 2.003 0 0 1-2 2m14 0a2 2 0 1 1 2-2a2.003 2.003 0 0 1-2 2m5-3h-1.142a3.98 3.98 0 0 0-7.716 0h-6.284a3.98 3.98 0 0 0-7.716 0H4v-6.893a3 3 0 0 1 .52-1.688l2.711-3.981A1 1 0 0 1 8.058 12h7.996a1 1 0 0 1 .764.355l3.4 4.268a1 1 0 0 0 .444.318L28 19.578ZM24.555 6a2 2 0 0 1 2-2H30a3.976 3.976 0 0 0-7.304 1H16v2h6.696A3.976 3.976 0 0 0 30 8h-3.445a2 2 0 0 1-2-2"/></svg>
React
import type { SVGProps } from "react";
export function CarbonVehicleServices(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m29.338 17.934l-7.732-2.779l-3.232-4.058A2.99 2.99 0 0 0 16.054 10H8.058a3 3 0 0 0-2.48 1.312l-2.712 3.983A5 5 0 0 0 2 18.107V26a1 1 0 0 0 1 1h2.142a3.98 3.98 0 0 0 7.716 0h6.284a3.98 3.98 0 0 0 7.716 0H29a1 1 0 0 0 1-1v-7.125a1 1 0 0 0-.662-.941M9 28a2 2 0 1 1 2-2a2.003 2.003 0 0 1-2 2m14 0a2 2 0 1 1 2-2a2.003 2.003 0 0 1-2 2m5-3h-1.142a3.98 3.98 0 0 0-7.716 0h-6.284a3.98 3.98 0 0 0-7.716 0H4v-6.893a3 3 0 0 1 .52-1.688l2.711-3.981A1 1 0 0 1 8.058 12h7.996a1 1 0 0 1 .764.355l3.4 4.268a1 1 0 0 0 .444.318L28 19.578ZM24.555 6a2 2 0 0 1 2-2H30a3.976 3.976 0 0 0-7.304 1H16v2h6.696A3.976 3.976 0 0 0 30 8h-3.445a2 2 0 0 1-2-2"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m29.338 17.934l-7.732-2.779l-3.232-4.058A2.99 2.99 0 0 0 16.054 10H8.058a3 3 0 0 0-2.48 1.312l-2.712 3.983A5 5 0 0 0 2 18.107V26a1 1 0 0 0 1 1h2.142a3.98 3.98 0 0 0 7.716 0h6.284a3.98 3.98 0 0 0 7.716 0H29a1 1 0 0 0 1-1v-7.125a1 1 0 0 0-.662-.941M9 28a2 2 0 1 1 2-2a2.003 2.003 0 0 1-2 2m14 0a2 2 0 1 1 2-2a2.003 2.003 0 0 1-2 2m5-3h-1.142a3.98 3.98 0 0 0-7.716 0h-6.284a3.98 3.98 0 0 0-7.716 0H4v-6.893a3 3 0 0 1 .52-1.688l2.711-3.981A1 1 0 0 1 8.058 12h7.996a1 1 0 0 1 .764.355l3.4 4.268a1 1 0 0 0 .444.318L28 19.578ZM24.555 6a2 2 0 0 1 2-2H30a3.976 3.976 0 0 0-7.304 1H16v2h6.696A3.976 3.976 0 0 0 30 8h-3.445a2 2 0 0 1-2-2"/></svg> </template>
CSS
.icon-vehicle-services {
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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m29.338%2017.934l-7.732-2.779l-3.232-4.058A2.99%202.99%200%200%200%2016.054%2010H8.058a3%203%200%200%200-2.48%201.312l-2.712%203.983A5%205%200%200%200%202%2018.107V26a1%201%200%200%200%201%201h2.142a3.98%203.98%200%200%200%207.716%200h6.284a3.98%203.98%200%200%200%207.716%200H29a1%201%200%200%200%201-1v-7.125a1%201%200%200%200-.662-.941M9%2028a2%202%200%201%201%202-2a2.003%202.003%200%200%201-2%202m14%200a2%202%200%201%201%202-2a2.003%202.003%200%200%201-2%202m5-3h-1.142a3.98%203.98%200%200%200-7.716%200h-6.284a3.98%203.98%200%200%200-7.716%200H4v-6.893a3%203%200%200%201%20.52-1.688l2.711-3.981A1%201%200%200%201%208.058%2012h7.996a1%201%200%200%201%20.764.355l3.4%204.268a1%201%200%200%200%20.444.318L28%2019.578ZM24.555%206a2%202%200%200%201%202-2H30a3.976%203.976%200%200%200-7.304%201H16v2h6.696A3.976%203.976%200%200%200%2030%208h-3.445a2%202%200%200%201-2-2%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m29.338%2017.934l-7.732-2.779l-3.232-4.058A2.99%202.99%200%200%200%2016.054%2010H8.058a3%203%200%200%200-2.48%201.312l-2.712%203.983A5%205%200%200%200%202%2018.107V26a1%201%200%200%200%201%201h2.142a3.98%203.98%200%200%200%207.716%200h6.284a3.98%203.98%200%200%200%207.716%200H29a1%201%200%200%200%201-1v-7.125a1%201%200%200%200-.662-.941M9%2028a2%202%200%201%201%202-2a2.003%202.003%200%200%201-2%202m14%200a2%202%200%201%201%202-2a2.003%202.003%200%200%201-2%202m5-3h-1.142a3.98%203.98%200%200%200-7.716%200h-6.284a3.98%203.98%200%200%200-7.716%200H4v-6.893a3%203%200%200%201%20.52-1.688l2.711-3.981A1%201%200%200%201%208.058%2012h7.996a1%201%200%200%201%20.764.355l3.4%204.268a1%201%200%200%200%20.444.318L28%2019.578ZM24.555%206a2%202%200%200%201%202-2H30a3.976%203.976%200%200%200-7.304%201H16v2h6.696A3.976%203.976%200%200%200%2030%208h-3.445a2%202%200%200%201-2-2%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/carbon/vehicle-services.svg?color=%231a73e8&size=48