alarm from Framework7 Icons by Vladimir Kharlampidi · Outline · MIT Free for personal and commercial use.

Name
alarm
Set
Framework7 Icons
Style
Outline
Viewbox
56×56
License
MIT

1 other variant in Framework7 Icons

The same icon in other sets

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.53M28 48.274c-10.172 0-18.422-8.227-18.422-18.399c0-10.148 8.25-18.398 18.422-18.398c10.148 0 18.375 8.25 18.375 18.398c0 10.172-8.227 18.399-18.375 18.399m-10.664-15.82h10.64c.915 0 1.641-.704 1.641-1.618V16.633a1.63 1.63 0 0 0-1.64-1.64c-.915 0-1.618.726-1.618 1.64v12.562h-9.023c-.938 0-1.64.727-1.64 1.64c0 .915.702 1.618 1.64 1.618"/></svg>

React

import type { SVGProps } from "react";

export function F7Alarm(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.53M28 48.274c-10.172 0-18.422-8.227-18.422-18.399c0-10.148 8.25-18.398 18.422-18.398c10.148 0 18.375 8.25 18.375 18.398c0 10.172-8.227 18.399-18.375 18.399m-10.664-15.82h10.64c.915 0 1.641-.704 1.641-1.618V16.633a1.63 1.63 0 0 0-1.64-1.64c-.915 0-1.618.726-1.618 1.64v12.562h-9.023c-.938 0-1.64.727-1.64 1.64c0 .915.702 1.618 1.64 1.618"/></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.53M28 48.274c-10.172 0-18.422-8.227-18.422-18.399c0-10.148 8.25-18.398 18.422-18.398c10.148 0 18.375 8.25 18.375 18.398c0 10.172-8.227 18.399-18.375 18.399m-10.664-15.82h10.64c.915 0 1.641-.704 1.641-1.618V16.633a1.63 1.63 0 0 0-1.64-1.64c-.915 0-1.618.726-1.618 1.64v12.562h-9.023c-.938 0-1.64.727-1.64 1.64c0 .915.702 1.618 1.64 1.618"/></svg>
</template>

CSS

.icon-alarm {
  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.53M28%2048.274c-10.172%200-18.422-8.227-18.422-18.399c0-10.148%208.25-18.398%2018.422-18.398c10.148%200%2018.375%208.25%2018.375%2018.398c0%2010.172-8.227%2018.399-18.375%2018.399m-10.664-15.82h10.64c.915%200%201.641-.704%201.641-1.618V16.633a1.63%201.63%200%200%200-1.64-1.64c-.915%200-1.618.726-1.618%201.64v12.562h-9.023c-.938%200-1.64.727-1.64%201.64c0%20.915.702%201.618%201.64%201.618%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.53M28%2048.274c-10.172%200-18.422-8.227-18.422-18.399c0-10.148%208.25-18.398%2018.422-18.398c10.148%200%2018.375%208.25%2018.375%2018.398c0%2010.172-8.227%2018.399-18.375%2018.399m-10.664-15.82h10.64c.915%200%201.641-.704%201.641-1.618V16.633a1.63%201.63%200%200%200-1.64-1.64c-.915%200-1.618.726-1.618%201.64v12.562h-9.023c-.938%200-1.64.727-1.64%201.64c0%20.915.702%201.618%201.64%201.618%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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