driver icon
driver from Reicon by REICON · Outline · Newicons · MIT Free for personal and commercial use.
- Name
- driver
- Set
- Reicon
- Style
- Outline
- Category
- Newicons
- Viewbox
- 24×24
- License
- MIT
1 other variant in Reicon
More newicons icons from Reicon
Use the driver icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M19.32 10H4.69c-1.48 0-2.68-1.21-2.68-2.68V4.69c0-1.48 1.21-2.68 2.68-2.68h14.63C20.8 2.01 22 3.22 22 4.69v2.63C22 8.79 20.79 10 19.32 10m0 12H4.69c-1.48 0-2.68-1.21-2.68-2.68v-2.63c0-1.48 1.21-2.68 2.68-2.68h14.63c1.48 0 2.68 1.21 2.68 2.68v2.63c0 1.47-1.21 2.68-2.68 2.68M6 5v2m4-2v2M6 17v2m4-2v2m4-13h4m-4 12h4"/></svg>
React
import type { SVGProps } from "react";
export function ReiconDriver(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" d="M19.32 10H4.69c-1.48 0-2.68-1.21-2.68-2.68V4.69c0-1.48 1.21-2.68 2.68-2.68h14.63C20.8 2.01 22 3.22 22 4.69v2.63C22 8.79 20.79 10 19.32 10m0 12H4.69c-1.48 0-2.68-1.21-2.68-2.68v-2.63c0-1.48 1.21-2.68 2.68-2.68h14.63c1.48 0 2.68 1.21 2.68 2.68v2.63c0 1.47-1.21 2.68-2.68 2.68M6 5v2m4-2v2M6 17v2m4-2v2m4-13h4m-4 12h4"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M19.32 10H4.69c-1.48 0-2.68-1.21-2.68-2.68V4.69c0-1.48 1.21-2.68 2.68-2.68h14.63C20.8 2.01 22 3.22 22 4.69v2.63C22 8.79 20.79 10 19.32 10m0 12H4.69c-1.48 0-2.68-1.21-2.68-2.68v-2.63c0-1.48 1.21-2.68 2.68-2.68h14.63c1.48 0 2.68 1.21 2.68 2.68v2.63c0 1.47-1.21 2.68-2.68 2.68M6 5v2m4-2v2M6 17v2m4-2v2m4-13h4m-4 12h4"/></svg> </template>
CSS
.icon-driver {
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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M19.32%2010H4.69c-1.48%200-2.68-1.21-2.68-2.68V4.69c0-1.48%201.21-2.68%202.68-2.68h14.63C20.8%202.01%2022%203.22%2022%204.69v2.63C22%208.79%2020.79%2010%2019.32%2010m0%2012H4.69c-1.48%200-2.68-1.21-2.68-2.68v-2.63c0-1.48%201.21-2.68%202.68-2.68h14.63c1.48%200%202.68%201.21%202.68%202.68v2.63c0%201.47-1.21%202.68-2.68%202.68M6%205v2m4-2v2M6%2017v2m4-2v2m4-13h4m-4%2012h4%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M19.32%2010H4.69c-1.48%200-2.68-1.21-2.68-2.68V4.69c0-1.48%201.21-2.68%202.68-2.68h14.63C20.8%202.01%2022%203.22%2022%204.69v2.63C22%208.79%2020.79%2010%2019.32%2010m0%2012H4.69c-1.48%200-2.68-1.21-2.68-2.68v-2.63c0-1.48%201.21-2.68%202.68-2.68h14.63c1.48%200%202.68%201.21%202.68%202.68v2.63c0%201.47-1.21%202.68-2.68%202.68M6%205v2m4-2v2M6%2017v2m4-2v2m4-13h4m-4%2012h4%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/driver.svg?color=%231a73e8&size=48