vehicle api icon

vehicle-api from Carbon by IBM · Outline · Organization · Apache-2.0 Free for personal and commercial use.

Name
vehicle-api
Set
Carbon
Style
Outline
Category
Organization
Viewbox
32×32
License
Apache 2.0

More organization icons from Carbon

Use the vehicle api icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M28 11a2 2 0 0 0-.825.182L24.834 9.51A3.5 3.5 0 0 0 25 8.5a3.5 3.5 0 0 0-.166-1.01l2.341-1.672A1.998 1.998 0 1 0 26 4c0 .064.013.124.019.187l-2.292 1.636A3.47 3.47 0 0 0 21.5 5a3.5 3.5 0 0 0 0 7a3.47 3.47 0 0 0 2.227-.823l2.292 1.637c-.006.062-.019.122-.019.186a2 2 0 1 0 2-2m-6.5-1A1.5 1.5 0 1 1 23 8.5a1.5 1.5 0 0 1-1.5 1.5m7.838 9.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.578Z"/></svg>

React

import type { SVGProps } from "react";

export function CarbonVehicleApi(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="M28 11a2 2 0 0 0-.825.182L24.834 9.51A3.5 3.5 0 0 0 25 8.5a3.5 3.5 0 0 0-.166-1.01l2.341-1.672A1.998 1.998 0 1 0 26 4c0 .064.013.124.019.187l-2.292 1.636A3.47 3.47 0 0 0 21.5 5a3.5 3.5 0 0 0 0 7a3.47 3.47 0 0 0 2.227-.823l2.292 1.637c-.006.062-.019.122-.019.186a2 2 0 1 0 2-2m-6.5-1A1.5 1.5 0 1 1 23 8.5a1.5 1.5 0 0 1-1.5 1.5m7.838 9.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.578Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M28 11a2 2 0 0 0-.825.182L24.834 9.51A3.5 3.5 0 0 0 25 8.5a3.5 3.5 0 0 0-.166-1.01l2.341-1.672A1.998 1.998 0 1 0 26 4c0 .064.013.124.019.187l-2.292 1.636A3.47 3.47 0 0 0 21.5 5a3.5 3.5 0 0 0 0 7a3.47 3.47 0 0 0 2.227-.823l2.292 1.637c-.006.062-.019.122-.019.186a2 2 0 1 0 2-2m-6.5-1A1.5 1.5 0 1 1 23 8.5a1.5 1.5 0 0 1-1.5 1.5m7.838 9.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.578Z"/></svg>
</template>

CSS

.icon-vehicle-api {
  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%22M28%2011a2%202%200%200%200-.825.182L24.834%209.51A3.5%203.5%200%200%200%2025%208.5a3.5%203.5%200%200%200-.166-1.01l2.341-1.672A1.998%201.998%200%201%200%2026%204c0%20.064.013.124.019.187l-2.292%201.636A3.47%203.47%200%200%200%2021.5%205a3.5%203.5%200%200%200%200%207a3.47%203.47%200%200%200%202.227-.823l2.292%201.637c-.006.062-.019.122-.019.186a2%202%200%201%200%202-2m-6.5-1A1.5%201.5%200%201%201%2023%208.5a1.5%201.5%200%200%201-1.5%201.5m7.838%209.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.578Z%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%22M28%2011a2%202%200%200%200-.825.182L24.834%209.51A3.5%203.5%200%200%200%2025%208.5a3.5%203.5%200%200%200-.166-1.01l2.341-1.672A1.998%201.998%200%201%200%2026%204c0%20.064.013.124.019.187l-2.292%201.636A3.47%203.47%200%200%200%2021.5%205a3.5%203.5%200%200%200%200%207a3.47%203.47%200%200%200%202.227-.823l2.292%201.637c-.006.062-.019.122-.019.186a2%202%200%201%200%202-2m-6.5-1A1.5%201.5%200%201%201%2023%208.5a1.5%201.5%200%200%201-1.5%201.5m7.838%209.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.578Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/carbon/vehicle-api.svg?color=%231a73e8&size=48