driver analysis icon
driver-analysis from Carbon by IBM · Outline · Organization · Apache-2.0 Free for personal and commercial use.
- Name
- driver-analysis
- Set
- Carbon
- Style
- Outline
- Category
- Organization
- Viewbox
- 32×32
- License
- Apache 2.0
More organization icons from Carbon
Use the driver analysis icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><circle cx="22" cy="16" r="2" fill="currentColor"/><path fill="currentColor" d="M30 15h-2.09A6.005 6.005 0 0 0 22 10l-.022.001A9.983 9.983 0 0 0 4.051 15H2v2h2.05a9.983 9.983 0 0 0 17.928 4.999L22 22a6.005 6.005 0 0 0 5.91-5H30ZM14 8a7.98 7.98 0 0 1 5.738 2.446A6.02 6.02 0 0 0 16.09 15H6.07A8.01 8.01 0 0 1 14 8m0 16a8.01 8.01 0 0 1-7.93-7h10.02a6.02 6.02 0 0 0 3.649 4.554A7.98 7.98 0 0 1 14 24m8-4a4 4 0 1 1 4-4a4.005 4.005 0 0 1-4 4"/></svg>
React
import type { SVGProps } from "react";
export function CarbonDriverAnalysis(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><circle cx="22" cy="16" r="2" fill="currentColor"/><path fill="currentColor" d="M30 15h-2.09A6.005 6.005 0 0 0 22 10l-.022.001A9.983 9.983 0 0 0 4.051 15H2v2h2.05a9.983 9.983 0 0 0 17.928 4.999L22 22a6.005 6.005 0 0 0 5.91-5H30ZM14 8a7.98 7.98 0 0 1 5.738 2.446A6.02 6.02 0 0 0 16.09 15H6.07A8.01 8.01 0 0 1 14 8m0 16a8.01 8.01 0 0 1-7.93-7h10.02a6.02 6.02 0 0 0 3.649 4.554A7.98 7.98 0 0 1 14 24m8-4a4 4 0 1 1 4-4a4.005 4.005 0 0 1-4 4"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><circle cx="22" cy="16" r="2" fill="currentColor"/><path fill="currentColor" d="M30 15h-2.09A6.005 6.005 0 0 0 22 10l-.022.001A9.983 9.983 0 0 0 4.051 15H2v2h2.05a9.983 9.983 0 0 0 17.928 4.999L22 22a6.005 6.005 0 0 0 5.91-5H30ZM14 8a7.98 7.98 0 0 1 5.738 2.446A6.02 6.02 0 0 0 16.09 15H6.07A8.01 8.01 0 0 1 14 8m0 16a8.01 8.01 0 0 1-7.93-7h10.02a6.02 6.02 0 0 0 3.649 4.554A7.98 7.98 0 0 1 14 24m8-4a4 4 0 1 1 4-4a4.005 4.005 0 0 1-4 4"/></svg> </template>
CSS
.icon-driver-analysis {
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%3Ccircle%20cx%3D%2222%22%20cy%3D%2216%22%20r%3D%222%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M30%2015h-2.09A6.005%206.005%200%200%200%2022%2010l-.022.001A9.983%209.983%200%200%200%204.051%2015H2v2h2.05a9.983%209.983%200%200%200%2017.928%204.999L22%2022a6.005%206.005%200%200%200%205.91-5H30ZM14%208a7.98%207.98%200%200%201%205.738%202.446A6.02%206.02%200%200%200%2016.09%2015H6.07A8.01%208.01%200%200%201%2014%208m0%2016a8.01%208.01%200%200%201-7.93-7h10.02a6.02%206.02%200%200%200%203.649%204.554A7.98%207.98%200%200%201%2014%2024m8-4a4%204%200%201%201%204-4a4.005%204.005%200%200%201-4%204%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%3Ccircle%20cx%3D%2222%22%20cy%3D%2216%22%20r%3D%222%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M30%2015h-2.09A6.005%206.005%200%200%200%2022%2010l-.022.001A9.983%209.983%200%200%200%204.051%2015H2v2h2.05a9.983%209.983%200%200%200%2017.928%204.999L22%2022a6.005%206.005%200%200%200%205.91-5H30ZM14%208a7.98%207.98%200%200%201%205.738%202.446A6.02%206.02%200%200%200%2016.09%2015H6.07A8.01%208.01%200%200%201%2014%208m0%2016a8.01%208.01%200%200%201-7.93-7h10.02a6.02%206.02%200%200%200%203.649%204.554A7.98%207.98%200%200%201%2014%2024m8-4a4%204%200%201%201%204-4a4.005%204.005%200%200%201-4%204%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/carbon/driver-analysis.svg?color=%231a73e8&size=48