acceleration icon
acceleration from IconPark by ByteDance · Color · Travel · Apache-2.0 Free for personal and commercial use.
- Name
- acceleration
- Set
- IconPark
- Style
- Color
- Category
- Travel
- Viewbox
- 48×48
- License
- Apache 2.0
The same icon in other sets
More travel icons from IconPark
Use the acceleration icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" stroke-linecap="round" stroke-width="4"><path d="M42 35H34"/><path d="M31 42H27"/><path fill="#2F88FF" stroke-linejoin="round" d="M14 22L8 17H4C4 17 9.486 27 11.9999 27H44L38 22H14Z"/><path stroke-linejoin="round" d="M30 22L18.6606 14L16 14L19 22"/><path stroke-linejoin="round" d="M30 27L17.2 39L14 39L18.2667 27"/><path fill="#2F88FF" stroke-linejoin="round" d="M32 11C32 12 29 13 29 13L39 13C39 13 41.8855 13 42.7446 10.7143C43.6299 8.35854 42.0442 5 39.0221 5C36 5 36 8 36 8C36 8 34.1454 7.42857 33 8C31.8546 8.57143 32 10 32 11Z"/></g></svg>
React
import type { SVGProps } from "react";
export function IconParkAcceleration(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" strokeLinecap="round" strokeWidth="4"><path d="M42 35H34"/><path d="M31 42H27"/><path fill="#2F88FF" strokeLinejoin="round" d="M14 22L8 17H4C4 17 9.486 27 11.9999 27H44L38 22H14Z"/><path strokeLinejoin="round" d="M30 22L18.6606 14L16 14L19 22"/><path strokeLinejoin="round" d="M30 27L17.2 39L14 39L18.2667 27"/><path fill="#2F88FF" strokeLinejoin="round" d="M32 11C32 12 29 13 29 13L39 13C39 13 41.8855 13 42.7446 10.7143C43.6299 8.35854 42.0442 5 39.0221 5C36 5 36 8 36 8C36 8 34.1454 7.42857 33 8C31.8546 8.57143 32 10 32 11Z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" stroke-linecap="round" stroke-width="4"><path d="M42 35H34"/><path d="M31 42H27"/><path fill="#2F88FF" stroke-linejoin="round" d="M14 22L8 17H4C4 17 9.486 27 11.9999 27H44L38 22H14Z"/><path stroke-linejoin="round" d="M30 22L18.6606 14L16 14L19 22"/><path stroke-linejoin="round" d="M30 27L17.2 39L14 39L18.2667 27"/><path fill="#2F88FF" stroke-linejoin="round" d="M32 11C32 12 29 13 29 13L39 13C39 13 41.8855 13 42.7446 10.7143C43.6299 8.35854 42.0442 5 39.0221 5C36 5 36 8 36 8C36 8 34.1454 7.42857 33 8C31.8546 8.57143 32 10 32 11Z"/></g></svg> </template>
CSS
.icon-acceleration {
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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20d%3D%22M42%2035H34%22%2F%3E%3Cpath%20d%3D%22M31%2042H27%22%2F%3E%3Cpath%20fill%3D%22%232F88FF%22%20stroke-linejoin%3D%22round%22%20d%3D%22M14%2022L8%2017H4C4%2017%209.486%2027%2011.9999%2027H44L38%2022H14Z%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M30%2022L18.6606%2014L16%2014L19%2022%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M30%2027L17.2%2039L14%2039L18.2667%2027%22%2F%3E%3Cpath%20fill%3D%22%232F88FF%22%20stroke-linejoin%3D%22round%22%20d%3D%22M32%2011C32%2012%2029%2013%2029%2013L39%2013C39%2013%2041.8855%2013%2042.7446%2010.7143C43.6299%208.35854%2042.0442%205%2039.0221%205C36%205%2036%208%2036%208C36%208%2034.1454%207.42857%2033%208C31.8546%208.57143%2032%2010%2032%2011Z%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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20d%3D%22M42%2035H34%22%2F%3E%3Cpath%20d%3D%22M31%2042H27%22%2F%3E%3Cpath%20fill%3D%22%232F88FF%22%20stroke-linejoin%3D%22round%22%20d%3D%22M14%2022L8%2017H4C4%2017%209.486%2027%2011.9999%2027H44L38%2022H14Z%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M30%2022L18.6606%2014L16%2014L19%2022%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M30%2027L17.2%2039L14%2039L18.2667%2027%22%2F%3E%3Cpath%20fill%3D%22%232F88FF%22%20stroke-linejoin%3D%22round%22%20d%3D%22M32%2011C32%2012%2029%2013%2029%2013L39%2013C39%2013%2041.8855%2013%2042.7446%2010.7143C43.6299%208.35854%2042.0442%205%2039.0221%205C36%205%2036%208%2036%208C36%208%2034.1454%207.42857%2033%208C31.8546%208.57143%2032%2010%2032%2011Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/icon-park/acceleration.svg?color=%231a73e8&size=48