alarm icon
alarm-fill from Framework7 Icons by Vladimir Kharlampidi · Fill · MIT Free for personal and commercial use.
- Name
- alarm-fill
- Set
- Framework7 Icons
- Style
- Fill
- Viewbox
- 56×56
- License
- MIT
1 other variant in Framework7 Icons
The same icon in other sets
alarmAkar IconsalarmBootstrap IconsalarmBoxIcons v2alarmBoxIcons v2 SolidalarmCarbonalarmcss.ggalarmIconParkalarmIconPark OutlinealarmIconPark SolidalarmIconPark TwoTonealarmIconoiralarmIonIconsalarmMaterial SymbolsalarmMaterial Symbols LightalarmMaterial Design IconsalarmPhosphoralarm-fillRemix Iconalarm-boldSolaralarmTabler IconsalarmTDesign Iconsalarm-outlineTeenyicons
Use the alarm icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M8.734 13.469c.352 0 .61-.047.938-.305l7.851-5.93c.399-.28.61-.656.61-1.054c0-.492-.235-.89-.633-1.266c-.89-.797-2.485-1.242-3.89-1.242a6.547 6.547 0 0 0-6.587 6.586c0 .867.141 1.734.375 2.273c.258.586.774.938 1.336.938m38.508 0c.586 0 1.055-.375 1.336-.938c.258-.515.398-1.406.398-2.273c0-3.656-2.93-6.586-6.609-6.586c-1.383 0-2.976.445-3.867 1.242c-.399.375-.633.774-.633 1.266c0 .398.211.773.586 1.054l7.852 5.93c.328.258.586.305.937.305M8.382 51.602a1.805 1.805 0 0 0 2.602-.024l3.703-3.68A22.38 22.38 0 0 0 28 52.282c4.992 0 9.586-1.64 13.312-4.382l3.704 3.68c.726.75 1.875.75 2.578.023c.68-.68.703-1.828-.024-2.532l-3.562-3.539a22.27 22.27 0 0 0 6.398-15.656C50.406 17.5 40.375 7.445 28 7.445S5.594 17.5 5.594 29.875a22.35 22.35 0 0 0 6.375 15.656l-3.563 3.54c-.703.703-.703 1.85-.023 2.53m8.954-19.149c-.938 0-1.64-.703-1.64-1.617s.702-1.64 1.64-1.64h9.023V16.632c0-.914.703-1.64 1.617-1.64a1.63 1.63 0 0 1 1.641 1.64v14.203c0 .914-.727 1.617-1.64 1.617Z"/></svg>
React
import type { SVGProps } from "react";
export function F7AlarmFill(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M8.734 13.469c.352 0 .61-.047.938-.305l7.851-5.93c.399-.28.61-.656.61-1.054c0-.492-.235-.89-.633-1.266c-.89-.797-2.485-1.242-3.89-1.242a6.547 6.547 0 0 0-6.587 6.586c0 .867.141 1.734.375 2.273c.258.586.774.938 1.336.938m38.508 0c.586 0 1.055-.375 1.336-.938c.258-.515.398-1.406.398-2.273c0-3.656-2.93-6.586-6.609-6.586c-1.383 0-2.976.445-3.867 1.242c-.399.375-.633.774-.633 1.266c0 .398.211.773.586 1.054l7.852 5.93c.328.258.586.305.937.305M8.382 51.602a1.805 1.805 0 0 0 2.602-.024l3.703-3.68A22.38 22.38 0 0 0 28 52.282c4.992 0 9.586-1.64 13.312-4.382l3.704 3.68c.726.75 1.875.75 2.578.023c.68-.68.703-1.828-.024-2.532l-3.562-3.539a22.27 22.27 0 0 0 6.398-15.656C50.406 17.5 40.375 7.445 28 7.445S5.594 17.5 5.594 29.875a22.35 22.35 0 0 0 6.375 15.656l-3.563 3.54c-.703.703-.703 1.85-.023 2.53m8.954-19.149c-.938 0-1.64-.703-1.64-1.617s.702-1.64 1.64-1.64h9.023V16.632c0-.914.703-1.64 1.617-1.64a1.63 1.63 0 0 1 1.641 1.64v14.203c0 .914-.727 1.617-1.64 1.617Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M8.734 13.469c.352 0 .61-.047.938-.305l7.851-5.93c.399-.28.61-.656.61-1.054c0-.492-.235-.89-.633-1.266c-.89-.797-2.485-1.242-3.89-1.242a6.547 6.547 0 0 0-6.587 6.586c0 .867.141 1.734.375 2.273c.258.586.774.938 1.336.938m38.508 0c.586 0 1.055-.375 1.336-.938c.258-.515.398-1.406.398-2.273c0-3.656-2.93-6.586-6.609-6.586c-1.383 0-2.976.445-3.867 1.242c-.399.375-.633.774-.633 1.266c0 .398.211.773.586 1.054l7.852 5.93c.328.258.586.305.937.305M8.382 51.602a1.805 1.805 0 0 0 2.602-.024l3.703-3.68A22.38 22.38 0 0 0 28 52.282c4.992 0 9.586-1.64 13.312-4.382l3.704 3.68c.726.75 1.875.75 2.578.023c.68-.68.703-1.828-.024-2.532l-3.562-3.539a22.27 22.27 0 0 0 6.398-15.656C50.406 17.5 40.375 7.445 28 7.445S5.594 17.5 5.594 29.875a22.35 22.35 0 0 0 6.375 15.656l-3.563 3.54c-.703.703-.703 1.85-.023 2.53m8.954-19.149c-.938 0-1.64-.703-1.64-1.617s.702-1.64 1.64-1.64h9.023V16.632c0-.914.703-1.64 1.617-1.64a1.63 1.63 0 0 1 1.641 1.64v14.203c0 .914-.727 1.617-1.64 1.617Z"/></svg> </template>
CSS
.icon-alarm-fill {
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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.734%2013.469c.352%200%20.61-.047.938-.305l7.851-5.93c.399-.28.61-.656.61-1.054c0-.492-.235-.89-.633-1.266c-.89-.797-2.485-1.242-3.89-1.242a6.547%206.547%200%200%200-6.587%206.586c0%20.867.141%201.734.375%202.273c.258.586.774.938%201.336.938m38.508%200c.586%200%201.055-.375%201.336-.938c.258-.515.398-1.406.398-2.273c0-3.656-2.93-6.586-6.609-6.586c-1.383%200-2.976.445-3.867%201.242c-.399.375-.633.774-.633%201.266c0%20.398.211.773.586%201.054l7.852%205.93c.328.258.586.305.937.305M8.382%2051.602a1.805%201.805%200%200%200%202.602-.024l3.703-3.68A22.38%2022.38%200%200%200%2028%2052.282c4.992%200%209.586-1.64%2013.312-4.382l3.704%203.68c.726.75%201.875.75%202.578.023c.68-.68.703-1.828-.024-2.532l-3.562-3.539a22.27%2022.27%200%200%200%206.398-15.656C50.406%2017.5%2040.375%207.445%2028%207.445S5.594%2017.5%205.594%2029.875a22.35%2022.35%200%200%200%206.375%2015.656l-3.563%203.54c-.703.703-.703%201.85-.023%202.53m8.954-19.149c-.938%200-1.64-.703-1.64-1.617s.702-1.64%201.64-1.64h9.023V16.632c0-.914.703-1.64%201.617-1.64a1.63%201.63%200%200%201%201.641%201.64v14.203c0%20.914-.727%201.617-1.64%201.617Z%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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.734%2013.469c.352%200%20.61-.047.938-.305l7.851-5.93c.399-.28.61-.656.61-1.054c0-.492-.235-.89-.633-1.266c-.89-.797-2.485-1.242-3.89-1.242a6.547%206.547%200%200%200-6.587%206.586c0%20.867.141%201.734.375%202.273c.258.586.774.938%201.336.938m38.508%200c.586%200%201.055-.375%201.336-.938c.258-.515.398-1.406.398-2.273c0-3.656-2.93-6.586-6.609-6.586c-1.383%200-2.976.445-3.867%201.242c-.399.375-.633.774-.633%201.266c0%20.398.211.773.586%201.054l7.852%205.93c.328.258.586.305.937.305M8.382%2051.602a1.805%201.805%200%200%200%202.602-.024l3.703-3.68A22.38%2022.38%200%200%200%2028%2052.282c4.992%200%209.586-1.64%2013.312-4.382l3.704%203.68c.726.75%201.875.75%202.578.023c.68-.68.703-1.828-.024-2.532l-3.562-3.539a22.27%2022.27%200%200%200%206.398-15.656C50.406%2017.5%2040.375%207.445%2028%207.445S5.594%2017.5%205.594%2029.875a22.35%2022.35%200%200%200%206.375%2015.656l-3.563%203.54c-.703.703-.703%201.85-.023%202.53m8.954-19.149c-.938%200-1.64-.703-1.64-1.617s.702-1.64%201.64-1.64h9.023V16.632c0-.914.703-1.64%201.617-1.64a1.63%201.63%200%200%201%201.641%201.64v14.203c0%20.914-.727%201.617-1.64%201.617Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/f7/alarm-fill.svg?color=%231a73e8&size=48