driving icon
driving from Reicon by REICON · Outline · Newicons · MIT Free for personal and commercial use.
- Name
- driving
- Set
- Reicon
- Style
- Outline
- Category
- Newicons
- Viewbox
- 24×24
- License
- MIT
1 other variant in Reicon
More newicons icons from Reicon
Use the driving icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M14.55 2h-5.1c-1.8 0-2.2.9-2.43 2.01L6.2 7.93h11.6l-.82-3.92C16.75 2.9 16.35 2 14.55 2"/><path d="M19.24 14.32c.08.85-.6 1.58-1.47 1.58h-1.36c-.78 0-.89-.33-1.03-.75l-.15-.43c-.2-.59-.33-.99-1.38-.99h-3.71c-1.04 0-1.2.45-1.38.99l-.15.43c-.14.41-.25.75-1.03.75H6.22c-.87 0-1.55-.73-1.47-1.58l.41-4.42c.1-1.09.31-1.98 2.21-1.98h9.25c1.9 0 2.11.89 2.21 1.98zM6.2 5.75h-.73m13.06 0h-.73M7.65 10.83h2.17m4.36 0h2.17M12 17v1m0 3v1m-9-4l-1 4m19-4l1 4"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconDriving(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5"><path d="M14.55 2h-5.1c-1.8 0-2.2.9-2.43 2.01L6.2 7.93h11.6l-.82-3.92C16.75 2.9 16.35 2 14.55 2"/><path d="M19.24 14.32c.08.85-.6 1.58-1.47 1.58h-1.36c-.78 0-.89-.33-1.03-.75l-.15-.43c-.2-.59-.33-.99-1.38-.99h-3.71c-1.04 0-1.2.45-1.38.99l-.15.43c-.14.41-.25.75-1.03.75H6.22c-.87 0-1.55-.73-1.47-1.58l.41-4.42c.1-1.09.31-1.98 2.21-1.98h9.25c1.9 0 2.11.89 2.21 1.98zM6.2 5.75h-.73m13.06 0h-.73M7.65 10.83h2.17m4.36 0h2.17M12 17v1m0 3v1m-9-4l-1 4m19-4l1 4"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M14.55 2h-5.1c-1.8 0-2.2.9-2.43 2.01L6.2 7.93h11.6l-.82-3.92C16.75 2.9 16.35 2 14.55 2"/><path d="M19.24 14.32c.08.85-.6 1.58-1.47 1.58h-1.36c-.78 0-.89-.33-1.03-.75l-.15-.43c-.2-.59-.33-.99-1.38-.99h-3.71c-1.04 0-1.2.45-1.38.99l-.15.43c-.14.41-.25.75-1.03.75H6.22c-.87 0-1.55-.73-1.47-1.58l.41-4.42c.1-1.09.31-1.98 2.21-1.98h9.25c1.9 0 2.11.89 2.21 1.98zM6.2 5.75h-.73m13.06 0h-.73M7.65 10.83h2.17m4.36 0h2.17M12 17v1m0 3v1m-9-4l-1 4m19-4l1 4"/></g></svg> </template>
CSS
.icon-driving {
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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M14.55%202h-5.1c-1.8%200-2.2.9-2.43%202.01L6.2%207.93h11.6l-.82-3.92C16.75%202.9%2016.35%202%2014.55%202%22%2F%3E%3Cpath%20d%3D%22M19.24%2014.32c.08.85-.6%201.58-1.47%201.58h-1.36c-.78%200-.89-.33-1.03-.75l-.15-.43c-.2-.59-.33-.99-1.38-.99h-3.71c-1.04%200-1.2.45-1.38.99l-.15.43c-.14.41-.25.75-1.03.75H6.22c-.87%200-1.55-.73-1.47-1.58l.41-4.42c.1-1.09.31-1.98%202.21-1.98h9.25c1.9%200%202.11.89%202.21%201.98zM6.2%205.75h-.73m13.06%200h-.73M7.65%2010.83h2.17m4.36%200h2.17M12%2017v1m0%203v1m-9-4l-1%204m19-4l1%204%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M14.55%202h-5.1c-1.8%200-2.2.9-2.43%202.01L6.2%207.93h11.6l-.82-3.92C16.75%202.9%2016.35%202%2014.55%202%22%2F%3E%3Cpath%20d%3D%22M19.24%2014.32c.08.85-.6%201.58-1.47%201.58h-1.36c-.78%200-.89-.33-1.03-.75l-.15-.43c-.2-.59-.33-.99-1.38-.99h-3.71c-1.04%200-1.2.45-1.38.99l-.15.43c-.14.41-.25.75-1.03.75H6.22c-.87%200-1.55-.73-1.47-1.58l.41-4.42c.1-1.09.31-1.98%202.21-1.98h9.25c1.9%200%202.11.89%202.21%201.98zM6.2%205.75h-.73m13.06%200h-.73M7.65%2010.83h2.17m4.36%200h2.17M12%2017v1m0%203v1m-9-4l-1%204m19-4l1%204%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/driving.svg?color=%231a73e8&size=48