ios alarm icon

ios-alarm from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.

Name
ios-alarm
Set
IonIcons
Style
Regular
Viewbox
512×512
License
MIT

1 other variant in IonIcons

Related icons in IonIcons

Use the ios alarm icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M381.2 64.1c-1.3-.1-2.6-.1-3.9-.1h-.2c-16.2 0-32 5.4-44.6 15.1-1.6 1.3-2.6 3.2-2.7 5.2-.1 2 .8 4 2.3 5.4l89.8 80.5c1.3 1.1 2.9 1.8 4.6 1.8h.4c1.9-.1 3.6-1 4.8-2.4C440.9 159 448 150.8 448 133c.1-36.4-29.1-66.8-66.8-68.9z" fill="currentColor"/><path d="M64 133c0 17.8 7.1 26 16.3 36.6 1.2 1.4 2.9 2.3 4.8 2.4h.4c1.7 0 3.3-.6 4.6-1.8L180 89.7c1.5-1.4 2.4-3.3 2.3-5.4-.1-2-1-3.9-2.7-5.2C167 69.4 151.2 64 135 64h-.2c-1.3 0-2.6 0-3.9.1-37.7 2.1-67 32.5-66.9 68.9z" fill="currentColor"/><g><path d="M390 386c26.2-30.7 42-70.5 42-114 0-97.2-78.8-176-176-176S80 174.8 80 272c0 43.5 15.8 83.3 42 114l-34.7 35.5c-6.2 6.3-6 15.5.3 21.6 3.1 3 7.4 4.8 11.4 4.8 4.2 0 8.1-1.9 11.2-5.1l34.6-34.5c30.3 24.7 69 39.6 111.2 39.6s80.9-14.8 111.2-39.6l33.6 34.5c3.1 3.2 7.3 5.1 11.5 5.1 4 0 8.1-1.8 11.2-4.8 6.3-6.2 7.5-15.3 1.3-21.6L390 386zM270 274c0 7.7-6.3 14-14 14h-82c-7.7 0-14-6.3-14-14s6.3-14 14-14h68V158c0-7.7 6.3-14 14-14s14 6.3 14 14v116z" fill="currentColor"/></g></svg>

React

import type { SVGProps } from "react";

export function IonIosAlarm(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M381.2 64.1c-1.3-.1-2.6-.1-3.9-.1h-.2c-16.2 0-32 5.4-44.6 15.1-1.6 1.3-2.6 3.2-2.7 5.2-.1 2 .8 4 2.3 5.4l89.8 80.5c1.3 1.1 2.9 1.8 4.6 1.8h.4c1.9-.1 3.6-1 4.8-2.4C440.9 159 448 150.8 448 133c.1-36.4-29.1-66.8-66.8-68.9z" fill="currentColor"/><path d="M64 133c0 17.8 7.1 26 16.3 36.6 1.2 1.4 2.9 2.3 4.8 2.4h.4c1.7 0 3.3-.6 4.6-1.8L180 89.7c1.5-1.4 2.4-3.3 2.3-5.4-.1-2-1-3.9-2.7-5.2C167 69.4 151.2 64 135 64h-.2c-1.3 0-2.6 0-3.9.1-37.7 2.1-67 32.5-66.9 68.9z" fill="currentColor"/><g><path d="M390 386c26.2-30.7 42-70.5 42-114 0-97.2-78.8-176-176-176S80 174.8 80 272c0 43.5 15.8 83.3 42 114l-34.7 35.5c-6.2 6.3-6 15.5.3 21.6 3.1 3 7.4 4.8 11.4 4.8 4.2 0 8.1-1.9 11.2-5.1l34.6-34.5c30.3 24.7 69 39.6 111.2 39.6s80.9-14.8 111.2-39.6l33.6 34.5c3.1 3.2 7.3 5.1 11.5 5.1 4 0 8.1-1.8 11.2-4.8 6.3-6.2 7.5-15.3 1.3-21.6L390 386zM270 274c0 7.7-6.3 14-14 14h-82c-7.7 0-14-6.3-14-14s6.3-14 14-14h68V158c0-7.7 6.3-14 14-14s14 6.3 14 14v116z" fill="currentColor"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M381.2 64.1c-1.3-.1-2.6-.1-3.9-.1h-.2c-16.2 0-32 5.4-44.6 15.1-1.6 1.3-2.6 3.2-2.7 5.2-.1 2 .8 4 2.3 5.4l89.8 80.5c1.3 1.1 2.9 1.8 4.6 1.8h.4c1.9-.1 3.6-1 4.8-2.4C440.9 159 448 150.8 448 133c.1-36.4-29.1-66.8-66.8-68.9z" fill="currentColor"/><path d="M64 133c0 17.8 7.1 26 16.3 36.6 1.2 1.4 2.9 2.3 4.8 2.4h.4c1.7 0 3.3-.6 4.6-1.8L180 89.7c1.5-1.4 2.4-3.3 2.3-5.4-.1-2-1-3.9-2.7-5.2C167 69.4 151.2 64 135 64h-.2c-1.3 0-2.6 0-3.9.1-37.7 2.1-67 32.5-66.9 68.9z" fill="currentColor"/><g><path d="M390 386c26.2-30.7 42-70.5 42-114 0-97.2-78.8-176-176-176S80 174.8 80 272c0 43.5 15.8 83.3 42 114l-34.7 35.5c-6.2 6.3-6 15.5.3 21.6 3.1 3 7.4 4.8 11.4 4.8 4.2 0 8.1-1.9 11.2-5.1l34.6-34.5c30.3 24.7 69 39.6 111.2 39.6s80.9-14.8 111.2-39.6l33.6 34.5c3.1 3.2 7.3 5.1 11.5 5.1 4 0 8.1-1.8 11.2-4.8 6.3-6.2 7.5-15.3 1.3-21.6L390 386zM270 274c0 7.7-6.3 14-14 14h-82c-7.7 0-14-6.3-14-14s6.3-14 14-14h68V158c0-7.7 6.3-14 14-14s14 6.3 14 14v116z" fill="currentColor"/></g></svg>
</template>

CSS

.icon-ios-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%20512%20512%22%3E%3Cpath%20d%3D%22M381.2%2064.1c-1.3-.1-2.6-.1-3.9-.1h-.2c-16.2%200-32%205.4-44.6%2015.1-1.6%201.3-2.6%203.2-2.7%205.2-.1%202%20.8%204%202.3%205.4l89.8%2080.5c1.3%201.1%202.9%201.8%204.6%201.8h.4c1.9-.1%203.6-1%204.8-2.4C440.9%20159%20448%20150.8%20448%20133c.1-36.4-29.1-66.8-66.8-68.9z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M64%20133c0%2017.8%207.1%2026%2016.3%2036.6%201.2%201.4%202.9%202.3%204.8%202.4h.4c1.7%200%203.3-.6%204.6-1.8L180%2089.7c1.5-1.4%202.4-3.3%202.3-5.4-.1-2-1-3.9-2.7-5.2C167%2069.4%20151.2%2064%20135%2064h-.2c-1.3%200-2.6%200-3.9.1-37.7%202.1-67%2032.5-66.9%2068.9z%22%20fill%3D%22currentColor%22%2F%3E%3Cg%3E%3Cpath%20d%3D%22M390%20386c26.2-30.7%2042-70.5%2042-114%200-97.2-78.8-176-176-176S80%20174.8%2080%20272c0%2043.5%2015.8%2083.3%2042%20114l-34.7%2035.5c-6.2%206.3-6%2015.5.3%2021.6%203.1%203%207.4%204.8%2011.4%204.8%204.2%200%208.1-1.9%2011.2-5.1l34.6-34.5c30.3%2024.7%2069%2039.6%20111.2%2039.6s80.9-14.8%20111.2-39.6l33.6%2034.5c3.1%203.2%207.3%205.1%2011.5%205.1%204%200%208.1-1.8%2011.2-4.8%206.3-6.2%207.5-15.3%201.3-21.6L390%20386zM270%20274c0%207.7-6.3%2014-14%2014h-82c-7.7%200-14-6.3-14-14s6.3-14%2014-14h68V158c0-7.7%206.3-14%2014-14s14%206.3%2014%2014v116z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fg%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%20512%20512%22%3E%3Cpath%20d%3D%22M381.2%2064.1c-1.3-.1-2.6-.1-3.9-.1h-.2c-16.2%200-32%205.4-44.6%2015.1-1.6%201.3-2.6%203.2-2.7%205.2-.1%202%20.8%204%202.3%205.4l89.8%2080.5c1.3%201.1%202.9%201.8%204.6%201.8h.4c1.9-.1%203.6-1%204.8-2.4C440.9%20159%20448%20150.8%20448%20133c.1-36.4-29.1-66.8-66.8-68.9z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M64%20133c0%2017.8%207.1%2026%2016.3%2036.6%201.2%201.4%202.9%202.3%204.8%202.4h.4c1.7%200%203.3-.6%204.6-1.8L180%2089.7c1.5-1.4%202.4-3.3%202.3-5.4-.1-2-1-3.9-2.7-5.2C167%2069.4%20151.2%2064%20135%2064h-.2c-1.3%200-2.6%200-3.9.1-37.7%202.1-67%2032.5-66.9%2068.9z%22%20fill%3D%22currentColor%22%2F%3E%3Cg%3E%3Cpath%20d%3D%22M390%20386c26.2-30.7%2042-70.5%2042-114%200-97.2-78.8-176-176-176S80%20174.8%2080%20272c0%2043.5%2015.8%2083.3%2042%20114l-34.7%2035.5c-6.2%206.3-6%2015.5.3%2021.6%203.1%203%207.4%204.8%2011.4%204.8%204.2%200%208.1-1.9%2011.2-5.1l34.6-34.5c30.3%2024.7%2069%2039.6%20111.2%2039.6s80.9-14.8%20111.2-39.6l33.6%2034.5c3.1%203.2%207.3%205.1%2011.5%205.1%204%200%208.1-1.8%2011.2-4.8%206.3-6.2%207.5-15.3%201.3-21.6L390%20386zM270%20274c0%207.7-6.3%2014-14%2014h-82c-7.7%200-14-6.3-14-14s6.3-14%2014-14h68V158c0-7.7%206.3-14%2014-14s14%206.3%2014%2014v116z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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