fast acceleration icon
fast-acceleration-20-regular from Fluent UI System Icons by Microsoft Corporation · 20 Regular · MIT Free for personal and commercial use.
- Name
- fast-acceleration-20-regular
- Set
- Fluent UI System Icons
- Style
- 20 Regular
- 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="M11 4a6 6 0 1 1-3.3 11.012V15h-.018A6 6 0 0 1 11 4M5.255 14q.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 1h3.601A6.98 6.98 0 0 0 4 10c0 1.074.242 2.09.674 3H3.5a.5.5 0 0 0 0 1zm2.942-6.096A3.5 3.5 0 0 0 7.5 10c0 .786.26 1.512.697 2.096l1.08-1.08A2 2 0 0 1 9 10c0-.37.101-.718.277-1.016zm.707-.707l1.08 1.08A2 2 0 0 1 11 8c.37 0 .718.101 1.016.277l1.08-1.08A3.5 3.5 0 0 0 11 6.5c-.786 0-1.512.26-2.096.697m4.9.707l-1.08 1.08a2 2 0 0 1-.001 2.032l1.08 1.08c.438-.584.697-1.31.697-2.096s-.26-1.512-.697-2.096m-.708 4.9l-1.08-1.08A2 2 0 0 1 11 12c-.37 0-.718-.101-1.016-.277l-1.08 1.08c.584.438 1.31.697 2.096.697s1.512-.26 2.096-.697M6.5 10a4.5 4.5 0 1 1 9 0a4.5 4.5 0 0 1-9 0m3.5 0a1 1 0 1 0 2 0a1 1 0 0 0-2 0"/></svg>
React
import type { SVGProps } from "react";
export function FluentFastAcceleration20Regular(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="M11 4a6 6 0 1 1-3.3 11.012V15h-.018A6 6 0 0 1 11 4M5.255 14q.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 1h3.601A6.98 6.98 0 0 0 4 10c0 1.074.242 2.09.674 3H3.5a.5.5 0 0 0 0 1zm2.942-6.096A3.5 3.5 0 0 0 7.5 10c0 .786.26 1.512.697 2.096l1.08-1.08A2 2 0 0 1 9 10c0-.37.101-.718.277-1.016zm.707-.707l1.08 1.08A2 2 0 0 1 11 8c.37 0 .718.101 1.016.277l1.08-1.08A3.5 3.5 0 0 0 11 6.5c-.786 0-1.512.26-2.096.697m4.9.707l-1.08 1.08a2 2 0 0 1-.001 2.032l1.08 1.08c.438-.584.697-1.31.697-2.096s-.26-1.512-.697-2.096m-.708 4.9l-1.08-1.08A2 2 0 0 1 11 12c-.37 0-.718-.101-1.016-.277l-1.08 1.08c.584.438 1.31.697 2.096.697s1.512-.26 2.096-.697M6.5 10a4.5 4.5 0 1 1 9 0a4.5 4.5 0 0 1-9 0m3.5 0a1 1 0 1 0 2 0a1 1 0 0 0-2 0"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M11 4a6 6 0 1 1-3.3 11.012V15h-.018A6 6 0 0 1 11 4M5.255 14q.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 1h3.601A6.98 6.98 0 0 0 4 10c0 1.074.242 2.09.674 3H3.5a.5.5 0 0 0 0 1zm2.942-6.096A3.5 3.5 0 0 0 7.5 10c0 .786.26 1.512.697 2.096l1.08-1.08A2 2 0 0 1 9 10c0-.37.101-.718.277-1.016zm.707-.707l1.08 1.08A2 2 0 0 1 11 8c.37 0 .718.101 1.016.277l1.08-1.08A3.5 3.5 0 0 0 11 6.5c-.786 0-1.512.26-2.096.697m4.9.707l-1.08 1.08a2 2 0 0 1-.001 2.032l1.08 1.08c.438-.584.697-1.31.697-2.096s-.26-1.512-.697-2.096m-.708 4.9l-1.08-1.08A2 2 0 0 1 11 12c-.37 0-.718-.101-1.016-.277l-1.08 1.08c.584.438 1.31.697 2.096.697s1.512-.26 2.096-.697M6.5 10a4.5 4.5 0 1 1 9 0a4.5 4.5 0 0 1-9 0m3.5 0a1 1 0 1 0 2 0a1 1 0 0 0-2 0"/></svg> </template>
CSS
.icon-fast-acceleration-20-regular {
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%22M11%204a6%206%200%201%201-3.3%2011.012V15h-.018A6%206%200%200%201%2011%204M5.255%2014q.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%201h3.601A6.98%206.98%200%200%200%204%2010c0%201.074.242%202.09.674%203H3.5a.5.5%200%200%200%200%201zm2.942-6.096A3.5%203.5%200%200%200%207.5%2010c0%20.786.26%201.512.697%202.096l1.08-1.08A2%202%200%200%201%209%2010c0-.37.101-.718.277-1.016zm.707-.707l1.08%201.08A2%202%200%200%201%2011%208c.37%200%20.718.101%201.016.277l1.08-1.08A3.5%203.5%200%200%200%2011%206.5c-.786%200-1.512.26-2.096.697m4.9.707l-1.08%201.08a2%202%200%200%201-.001%202.032l1.08%201.08c.438-.584.697-1.31.697-2.096s-.26-1.512-.697-2.096m-.708%204.9l-1.08-1.08A2%202%200%200%201%2011%2012c-.37%200-.718-.101-1.016-.277l-1.08%201.08c.584.438%201.31.697%202.096.697s1.512-.26%202.096-.697M6.5%2010a4.5%204.5%200%201%201%209%200a4.5%204.5%200%200%201-9%200m3.5%200a1%201%200%201%200%202%200a1%201%200%200%200-2%200%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%22M11%204a6%206%200%201%201-3.3%2011.012V15h-.018A6%206%200%200%201%2011%204M5.255%2014q.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%201h3.601A6.98%206.98%200%200%200%204%2010c0%201.074.242%202.09.674%203H3.5a.5.5%200%200%200%200%201zm2.942-6.096A3.5%203.5%200%200%200%207.5%2010c0%20.786.26%201.512.697%202.096l1.08-1.08A2%202%200%200%201%209%2010c0-.37.101-.718.277-1.016zm.707-.707l1.08%201.08A2%202%200%200%201%2011%208c.37%200%20.718.101%201.016.277l1.08-1.08A3.5%203.5%200%200%200%2011%206.5c-.786%200-1.512.26-2.096.697m4.9.707l-1.08%201.08a2%202%200%200%201-.001%202.032l1.08%201.08c.438-.584.697-1.31.697-2.096s-.26-1.512-.697-2.096m-.708%204.9l-1.08-1.08A2%202%200%200%201%2011%2012c-.37%200-.718-.101-1.016-.277l-1.08%201.08c.584.438%201.31.697%202.096.697s1.512-.26%202.096-.697M6.5%2010a4.5%204.5%200%201%201%209%200a4.5%204.5%200%200%201-9%200m3.5%200a1%201%200%201%200%202%200a1%201%200%200%200-2%200%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-regular.svg?color=%231a73e8&size=48