mobility services icon
mobility-services from Carbon by IBM · Outline · Organization · Apache-2.0 Free for personal and commercial use.
- Name
- mobility-services
- Set
- Carbon
- Style
- Outline
- Category
- Organization
- Viewbox
- 32×32
- License
- Apache 2.0
More organization icons from Carbon
Use the mobility 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 19.934l-7.732-2.779l-3.232-4.058A2.99 2.99 0 0 0 16.054 12H8.058a3 3 0 0 0-2.48 1.312l-2.712 3.983A5 5 0 0 0 2 20.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-5.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-4.893a3 3 0 0 1 .52-1.688l2.711-3.981A1 1 0 0 1 8.058 14h7.996a1 1 0 0 1 .764.355l3.4 4.268a1 1 0 0 0 .444.318L28 21.578Zm0-23h-4a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h4a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2m0 2v2h-4V4Zm-4 8V8h4v4Z"/></svg>
React
import type { SVGProps } from "react";
export function CarbonMobilityServices(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 19.934l-7.732-2.779l-3.232-4.058A2.99 2.99 0 0 0 16.054 12H8.058a3 3 0 0 0-2.48 1.312l-2.712 3.983A5 5 0 0 0 2 20.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-5.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-4.893a3 3 0 0 1 .52-1.688l2.711-3.981A1 1 0 0 1 8.058 14h7.996a1 1 0 0 1 .764.355l3.4 4.268a1 1 0 0 0 .444.318L28 21.578Zm0-23h-4a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h4a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2m0 2v2h-4V4Zm-4 8V8h4v4Z"/></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 19.934l-7.732-2.779l-3.232-4.058A2.99 2.99 0 0 0 16.054 12H8.058a3 3 0 0 0-2.48 1.312l-2.712 3.983A5 5 0 0 0 2 20.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-5.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-4.893a3 3 0 0 1 .52-1.688l2.711-3.981A1 1 0 0 1 8.058 14h7.996a1 1 0 0 1 .764.355l3.4 4.268a1 1 0 0 0 .444.318L28 21.578Zm0-23h-4a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h4a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2m0 2v2h-4V4Zm-4 8V8h4v4Z"/></svg> </template>
CSS
.icon-mobility-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%2019.934l-7.732-2.779l-3.232-4.058A2.99%202.99%200%200%200%2016.054%2012H8.058a3%203%200%200%200-2.48%201.312l-2.712%203.983A5%205%200%200%200%202%2020.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-5.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-4.893a3%203%200%200%201%20.52-1.688l2.711-3.981A1%201%200%200%201%208.058%2014h7.996a1%201%200%200%201%20.764.355l3.4%204.268a1%201%200%200%200%20.444.318L28%2021.578Zm0-23h-4a2%202%200%200%200-2%202v8a2%202%200%200%200%202%202h4a2%202%200%200%200%202-2V4a2%202%200%200%200-2-2m0%202v2h-4V4Zm-4%208V8h4v4Z%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%2019.934l-7.732-2.779l-3.232-4.058A2.99%202.99%200%200%200%2016.054%2012H8.058a3%203%200%200%200-2.48%201.312l-2.712%203.983A5%205%200%200%200%202%2020.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-5.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-4.893a3%203%200%200%201%20.52-1.688l2.711-3.981A1%201%200%200%201%208.058%2014h7.996a1%201%200%200%201%20.764.355l3.4%204.268a1%201%200%200%200%20.444.318L28%2021.578Zm0-23h-4a2%202%200%200%200-2%202v8a2%202%200%200%200%202%202h4a2%202%200%200%200%202-2V4a2%202%200%200%200-2-2m0%202v2h-4V4Zm-4%208V8h4v4Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/carbon/mobility-services.svg?color=%231a73e8&size=48