auto flash icon
auto-flash from Unicons by Iconscout · Line · User Interface · Apache-2.0 Free for personal and commercial use.
- Name
- auto-flash
- 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 auto flash icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.87 8.6A1 1 0 0 0 17 8h-4.58l1.27-4.74a1 1 0 0 0-.17-.87a1 1 0 0 0-.8-.39h-7a1 1 0 0 0-1 .74l-2.68 10a1 1 0 0 0 1 1.26h3.85l-1.81 6.74a1 1 0 0 0 1.71.93l10.9-12a1 1 0 0 0 .18-1.07m-9.79 8.68l1.08-4a1 1 0 0 0-.16-.89a1 1 0 0 0-.81-.39H4.35l2.14-8h4.93l-1.27 4.74a1 1 0 0 0 1 1.26h3.57ZM19 13h-1a3 3 0 0 0-3 3v5a1 1 0 0 0 2 0v-2h3v2a1 1 0 0 0 2 0v-5a3 3 0 0 0-3-3m1 4h-3v-1a1 1 0 0 1 1-1h1a1 1 0 0 1 1 1Z"/></svg>
React
import type { SVGProps } from "react";
export function UilAutoFlash(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="M17.87 8.6A1 1 0 0 0 17 8h-4.58l1.27-4.74a1 1 0 0 0-.17-.87a1 1 0 0 0-.8-.39h-7a1 1 0 0 0-1 .74l-2.68 10a1 1 0 0 0 1 1.26h3.85l-1.81 6.74a1 1 0 0 0 1.71.93l10.9-12a1 1 0 0 0 .18-1.07m-9.79 8.68l1.08-4a1 1 0 0 0-.16-.89a1 1 0 0 0-.81-.39H4.35l2.14-8h4.93l-1.27 4.74a1 1 0 0 0 1 1.26h3.57ZM19 13h-1a3 3 0 0 0-3 3v5a1 1 0 0 0 2 0v-2h3v2a1 1 0 0 0 2 0v-5a3 3 0 0 0-3-3m1 4h-3v-1a1 1 0 0 1 1-1h1a1 1 0 0 1 1 1Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.87 8.6A1 1 0 0 0 17 8h-4.58l1.27-4.74a1 1 0 0 0-.17-.87a1 1 0 0 0-.8-.39h-7a1 1 0 0 0-1 .74l-2.68 10a1 1 0 0 0 1 1.26h3.85l-1.81 6.74a1 1 0 0 0 1.71.93l10.9-12a1 1 0 0 0 .18-1.07m-9.79 8.68l1.08-4a1 1 0 0 0-.16-.89a1 1 0 0 0-.81-.39H4.35l2.14-8h4.93l-1.27 4.74a1 1 0 0 0 1 1.26h3.57ZM19 13h-1a3 3 0 0 0-3 3v5a1 1 0 0 0 2 0v-2h3v2a1 1 0 0 0 2 0v-5a3 3 0 0 0-3-3m1 4h-3v-1a1 1 0 0 1 1-1h1a1 1 0 0 1 1 1Z"/></svg> </template>
CSS
.icon-auto-flash {
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%22M17.87%208.6A1%201%200%200%200%2017%208h-4.58l1.27-4.74a1%201%200%200%200-.17-.87a1%201%200%200%200-.8-.39h-7a1%201%200%200%200-1%20.74l-2.68%2010a1%201%200%200%200%201%201.26h3.85l-1.81%206.74a1%201%200%200%200%201.71.93l10.9-12a1%201%200%200%200%20.18-1.07m-9.79%208.68l1.08-4a1%201%200%200%200-.16-.89a1%201%200%200%200-.81-.39H4.35l2.14-8h4.93l-1.27%204.74a1%201%200%200%200%201%201.26h3.57ZM19%2013h-1a3%203%200%200%200-3%203v5a1%201%200%200%200%202%200v-2h3v2a1%201%200%200%200%202%200v-5a3%203%200%200%200-3-3m1%204h-3v-1a1%201%200%200%201%201-1h1a1%201%200%200%201%201%201Z%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%22M17.87%208.6A1%201%200%200%200%2017%208h-4.58l1.27-4.74a1%201%200%200%200-.17-.87a1%201%200%200%200-.8-.39h-7a1%201%200%200%200-1%20.74l-2.68%2010a1%201%200%200%200%201%201.26h3.85l-1.81%206.74a1%201%200%200%200%201.71.93l10.9-12a1%201%200%200%200%20.18-1.07m-9.79%208.68l1.08-4a1%201%200%200%200-.16-.89a1%201%200%200%200-.81-.39H4.35l2.14-8h4.93l-1.27%204.74a1%201%200%200%200%201%201.26h3.57ZM19%2013h-1a3%203%200%200%200-3%203v5a1%201%200%200%200%202%200v-2h3v2a1%201%200%200%200%202%200v-5a3%203%200%200%200-3-3m1%204h-3v-1a1%201%200%200%201%201-1h1a1%201%200%200%201%201%201Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/uil/auto-flash.svg?color=%231a73e8&size=48