tachometer fast icon

tachometer-fast from Unicons by Iconscout · Line · User Interface · Apache-2.0 Free for personal and commercial use.

Name
tachometer-fast
Set
Unicons
Style
Line
Category
User Interface
Viewbox
24×24
License
Apache 2.0

The same icon in other sets

More user interface icons from Unicons

Use the tachometer fast icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m15.29 10.29l-2.78 2.78A2 2 0 0 0 12 13a2 2 0 0 0-2 2a2 2 0 0 0 .07.51l-.78.78a1 1 0 0 0 0 1.42a1 1 0 0 0 1.42 0l.78-.78A2 2 0 0 0 12 17a2 2 0 0 0 2-2a2 2 0 0 0-.07-.51l2.78-2.78a1 1 0 0 0-1.42-1.42M12 4A10 10 0 0 0 2 14a9.9 9.9 0 0 0 1.69 5.56a1 1 0 0 0 1.66-1.12a8 8 0 1 1 13.3 0a1 1 0 0 0 .27 1.39a1 1 0 0 0 .56.17a1 1 0 0 0 .83-.44A9.9 9.9 0 0 0 22 14A10 10 0 0 0 12 4"/></svg>

React

import type { SVGProps } from "react";

export function UilTachometerFast(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m15.29 10.29l-2.78 2.78A2 2 0 0 0 12 13a2 2 0 0 0-2 2a2 2 0 0 0 .07.51l-.78.78a1 1 0 0 0 0 1.42a1 1 0 0 0 1.42 0l.78-.78A2 2 0 0 0 12 17a2 2 0 0 0 2-2a2 2 0 0 0-.07-.51l2.78-2.78a1 1 0 0 0-1.42-1.42M12 4A10 10 0 0 0 2 14a9.9 9.9 0 0 0 1.69 5.56a1 1 0 0 0 1.66-1.12a8 8 0 1 1 13.3 0a1 1 0 0 0 .27 1.39a1 1 0 0 0 .56.17a1 1 0 0 0 .83-.44A9.9 9.9 0 0 0 22 14A10 10 0 0 0 12 4"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m15.29 10.29l-2.78 2.78A2 2 0 0 0 12 13a2 2 0 0 0-2 2a2 2 0 0 0 .07.51l-.78.78a1 1 0 0 0 0 1.42a1 1 0 0 0 1.42 0l.78-.78A2 2 0 0 0 12 17a2 2 0 0 0 2-2a2 2 0 0 0-.07-.51l2.78-2.78a1 1 0 0 0-1.42-1.42M12 4A10 10 0 0 0 2 14a9.9 9.9 0 0 0 1.69 5.56a1 1 0 0 0 1.66-1.12a8 8 0 1 1 13.3 0a1 1 0 0 0 .27 1.39a1 1 0 0 0 .56.17a1 1 0 0 0 .83-.44A9.9 9.9 0 0 0 22 14A10 10 0 0 0 12 4"/></svg>
</template>

CSS

.icon-tachometer-fast {
  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%22currentColor%22%20d%3D%22m15.29%2010.29l-2.78%202.78A2%202%200%200%200%2012%2013a2%202%200%200%200-2%202a2%202%200%200%200%20.07.51l-.78.78a1%201%200%200%200%200%201.42a1%201%200%200%200%201.42%200l.78-.78A2%202%200%200%200%2012%2017a2%202%200%200%200%202-2a2%202%200%200%200-.07-.51l2.78-2.78a1%201%200%200%200-1.42-1.42M12%204A10%2010%200%200%200%202%2014a9.9%209.9%200%200%200%201.69%205.56a1%201%200%200%200%201.66-1.12a8%208%200%201%201%2013.3%200a1%201%200%200%200%20.27%201.39a1%201%200%200%200%20.56.17a1%201%200%200%200%20.83-.44A9.9%209.9%200%200%200%2022%2014A10%2010%200%200%200%2012%204%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%22currentColor%22%20d%3D%22m15.29%2010.29l-2.78%202.78A2%202%200%200%200%2012%2013a2%202%200%200%200-2%202a2%202%200%200%200%20.07.51l-.78.78a1%201%200%200%200%200%201.42a1%201%200%200%200%201.42%200l.78-.78A2%202%200%200%200%2012%2017a2%202%200%200%200%202-2a2%202%200%200%200-.07-.51l2.78-2.78a1%201%200%200%200-1.42-1.42M12%204A10%2010%200%200%200%202%2014a9.9%209.9%200%200%200%201.69%205.56a1%201%200%200%200%201.66-1.12a8%208%200%201%201%2013.3%200a1%201%200%200%200%20.27%201.39a1%201%200%200%200%20.56.17a1%201%200%200%200%20.83-.44A9.9%209.9%200%200%200%2022%2014A10%2010%200%200%200%2012%204%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/uil/tachometer-fast.svg?color=%231a73e8&size=48