fast acceleration icon
fast-acceleration-20-filled from Fluent UI System Icons by Microsoft Corporation · 20 Filled · MIT Free for personal and commercial use.
- Name
- fast-acceleration-20-filled
- Set
- Fluent UI System Icons
- Style
- 20 Filled
- Viewbox
- 20×20
- License
- MIT
3 other variants in Fluent UI System Icons
Related icons in Fluent UI System Icons
Use the fast acceleration icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M8.904 7.197A3.5 3.5 0 0 1 11 6.5c.786 0 1.512.26 2.096.697l-1.08 1.08A2 2 0 0 0 11 8c-.37 0-.718.101-1.016.277zM13 10c0-.37-.101-.718-.277-1.016l1.08-1.08c.438.584.697 1.31.697 2.096s-.26 1.512-.697 2.096l-1.08-1.08A2 2 0 0 0 13 10m-2 2c.37 0 .718-.101 1.016-.277l1.08 1.08A3.5 3.5 0 0 1 11 13.5c-.786 0-1.512-.26-2.096-.697l1.08-1.08A2 2 0 0 0 11 12m-2-2c0 .37.101.718.277 1.016l-1.08 1.08A3.5 3.5 0 0 1 7.5 10c0-.786.26-1.512.697-2.096l1.08 1.08A2 2 0 0 0 9 10M6.101 5A6.98 6.98 0 0 0 4 10c0 1.074.242 2.09.674 3H3.5a.5.5 0 0 0 0 1h1.755q.377.54.846 1H1.5a.5.5 0 0 0 0 1h5.892a7 7 0 1 0 0-12H2.5a.5.5 0 0 0 0 1zM11 9a1 1 0 1 1 0 2a1 1 0 0 1 0-2"/></svg>
React
import type { SVGProps } from "react";
export function FluentFastAcceleration20Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M8.904 7.197A3.5 3.5 0 0 1 11 6.5c.786 0 1.512.26 2.096.697l-1.08 1.08A2 2 0 0 0 11 8c-.37 0-.718.101-1.016.277zM13 10c0-.37-.101-.718-.277-1.016l1.08-1.08c.438.584.697 1.31.697 2.096s-.26 1.512-.697 2.096l-1.08-1.08A2 2 0 0 0 13 10m-2 2c.37 0 .718-.101 1.016-.277l1.08 1.08A3.5 3.5 0 0 1 11 13.5c-.786 0-1.512-.26-2.096-.697l1.08-1.08A2 2 0 0 0 11 12m-2-2c0 .37.101.718.277 1.016l-1.08 1.08A3.5 3.5 0 0 1 7.5 10c0-.786.26-1.512.697-2.096l1.08 1.08A2 2 0 0 0 9 10M6.101 5A6.98 6.98 0 0 0 4 10c0 1.074.242 2.09.674 3H3.5a.5.5 0 0 0 0 1h1.755q.377.54.846 1H1.5a.5.5 0 0 0 0 1h5.892a7 7 0 1 0 0-12H2.5a.5.5 0 0 0 0 1zM11 9a1 1 0 1 1 0 2a1 1 0 0 1 0-2"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M8.904 7.197A3.5 3.5 0 0 1 11 6.5c.786 0 1.512.26 2.096.697l-1.08 1.08A2 2 0 0 0 11 8c-.37 0-.718.101-1.016.277zM13 10c0-.37-.101-.718-.277-1.016l1.08-1.08c.438.584.697 1.31.697 2.096s-.26 1.512-.697 2.096l-1.08-1.08A2 2 0 0 0 13 10m-2 2c.37 0 .718-.101 1.016-.277l1.08 1.08A3.5 3.5 0 0 1 11 13.5c-.786 0-1.512-.26-2.096-.697l1.08-1.08A2 2 0 0 0 11 12m-2-2c0 .37.101.718.277 1.016l-1.08 1.08A3.5 3.5 0 0 1 7.5 10c0-.786.26-1.512.697-2.096l1.08 1.08A2 2 0 0 0 9 10M6.101 5A6.98 6.98 0 0 0 4 10c0 1.074.242 2.09.674 3H3.5a.5.5 0 0 0 0 1h1.755q.377.54.846 1H1.5a.5.5 0 0 0 0 1h5.892a7 7 0 1 0 0-12H2.5a.5.5 0 0 0 0 1zM11 9a1 1 0 1 1 0 2a1 1 0 0 1 0-2"/></svg> </template>
CSS
.icon-fast-acceleration-20-filled {
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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.904%207.197A3.5%203.5%200%200%201%2011%206.5c.786%200%201.512.26%202.096.697l-1.08%201.08A2%202%200%200%200%2011%208c-.37%200-.718.101-1.016.277zM13%2010c0-.37-.101-.718-.277-1.016l1.08-1.08c.438.584.697%201.31.697%202.096s-.26%201.512-.697%202.096l-1.08-1.08A2%202%200%200%200%2013%2010m-2%202c.37%200%20.718-.101%201.016-.277l1.08%201.08A3.5%203.5%200%200%201%2011%2013.5c-.786%200-1.512-.26-2.096-.697l1.08-1.08A2%202%200%200%200%2011%2012m-2-2c0%20.37.101.718.277%201.016l-1.08%201.08A3.5%203.5%200%200%201%207.5%2010c0-.786.26-1.512.697-2.096l1.08%201.08A2%202%200%200%200%209%2010M6.101%205A6.98%206.98%200%200%200%204%2010c0%201.074.242%202.09.674%203H3.5a.5.5%200%200%200%200%201h1.755q.377.54.846%201H1.5a.5.5%200%200%200%200%201h5.892a7%207%200%201%200%200-12H2.5a.5.5%200%200%200%200%201zM11%209a1%201%200%201%201%200%202a1%201%200%200%201%200-2%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.904%207.197A3.5%203.5%200%200%201%2011%206.5c.786%200%201.512.26%202.096.697l-1.08%201.08A2%202%200%200%200%2011%208c-.37%200-.718.101-1.016.277zM13%2010c0-.37-.101-.718-.277-1.016l1.08-1.08c.438.584.697%201.31.697%202.096s-.26%201.512-.697%202.096l-1.08-1.08A2%202%200%200%200%2013%2010m-2%202c.37%200%20.718-.101%201.016-.277l1.08%201.08A3.5%203.5%200%200%201%2011%2013.5c-.786%200-1.512-.26-2.096-.697l1.08-1.08A2%202%200%200%200%2011%2012m-2-2c0%20.37.101.718.277%201.016l-1.08%201.08A3.5%203.5%200%200%201%207.5%2010c0-.786.26-1.512.697-2.096l1.08%201.08A2%202%200%200%200%209%2010M6.101%205A6.98%206.98%200%200%200%204%2010c0%201.074.242%202.09.674%203H3.5a.5.5%200%200%200%200%201h1.755q.377.54.846%201H1.5a.5.5%200%200%200%200%201h5.892a7%207%200%201%200%200-12H2.5a.5.5%200%200%200%200%201zM11%209a1%201%200%201%201%200%202a1%201%200%200%201%200-2%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/fast-acceleration-20-filled.svg?color=%231a73e8&size=48