round access alarm icon

round-access-alarm from Google Material Icons by Material Design Authors · Baseline · Device · Apache-2.0 Free for personal and commercial use.

Name
round-access-alarm
Set
Google Material Icons
Style
Baseline
Category
Device
Viewbox
24×24
License
Apache 2.0

More device icons from Google Material Icons

Use the round access alarm icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m15.87 15.25l-3.37-2V8.72c0-.4-.32-.72-.72-.72h-.06c-.4 0-.72.32-.72.72v4.72c0 .35.18.68.49.86l3.65 2.19c.34.2.78.1.98-.24c.21-.35.1-.8-.25-1m5.31-10.24L18.1 2.45c-.42-.35-1.05-.3-1.41.13c-.35.42-.29 1.05.13 1.41l3.07 2.56c.42.35 1.05.3 1.41-.13a1 1 0 0 0-.12-1.41M4.1 6.55l3.07-2.56c.43-.36.49-.99.13-1.41a.99.99 0 0 0-1.4-.13L2.82 5.01a1 1 0 0 0-.12 1.41c.35.43.98.48 1.4.13M12 4a9 9 0 1 0 .001 18.001A9 9 0 0 0 12 4m0 16c-3.86 0-7-3.14-7-7s3.14-7 7-7s7 3.14 7 7s-3.14 7-7 7"/></svg>

React

import type { SVGProps } from "react";

export function IcRoundAccessAlarm(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.87 15.25l-3.37-2V8.72c0-.4-.32-.72-.72-.72h-.06c-.4 0-.72.32-.72.72v4.72c0 .35.18.68.49.86l3.65 2.19c.34.2.78.1.98-.24c.21-.35.1-.8-.25-1m5.31-10.24L18.1 2.45c-.42-.35-1.05-.3-1.41.13c-.35.42-.29 1.05.13 1.41l3.07 2.56c.42.35 1.05.3 1.41-.13a1 1 0 0 0-.12-1.41M4.1 6.55l3.07-2.56c.43-.36.49-.99.13-1.41a.99.99 0 0 0-1.4-.13L2.82 5.01a1 1 0 0 0-.12 1.41c.35.43.98.48 1.4.13M12 4a9 9 0 1 0 .001 18.001A9 9 0 0 0 12 4m0 16c-3.86 0-7-3.14-7-7s3.14-7 7-7s7 3.14 7 7s-3.14 7-7 7"/></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.87 15.25l-3.37-2V8.72c0-.4-.32-.72-.72-.72h-.06c-.4 0-.72.32-.72.72v4.72c0 .35.18.68.49.86l3.65 2.19c.34.2.78.1.98-.24c.21-.35.1-.8-.25-1m5.31-10.24L18.1 2.45c-.42-.35-1.05-.3-1.41.13c-.35.42-.29 1.05.13 1.41l3.07 2.56c.42.35 1.05.3 1.41-.13a1 1 0 0 0-.12-1.41M4.1 6.55l3.07-2.56c.43-.36.49-.99.13-1.41a.99.99 0 0 0-1.4-.13L2.82 5.01a1 1 0 0 0-.12 1.41c.35.43.98.48 1.4.13M12 4a9 9 0 1 0 .001 18.001A9 9 0 0 0 12 4m0 16c-3.86 0-7-3.14-7-7s3.14-7 7-7s7 3.14 7 7s-3.14 7-7 7"/></svg>
</template>

CSS

.icon-round-access-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m15.87%2015.25l-3.37-2V8.72c0-.4-.32-.72-.72-.72h-.06c-.4%200-.72.32-.72.72v4.72c0%20.35.18.68.49.86l3.65%202.19c.34.2.78.1.98-.24c.21-.35.1-.8-.25-1m5.31-10.24L18.1%202.45c-.42-.35-1.05-.3-1.41.13c-.35.42-.29%201.05.13%201.41l3.07%202.56c.42.35%201.05.3%201.41-.13a1%201%200%200%200-.12-1.41M4.1%206.55l3.07-2.56c.43-.36.49-.99.13-1.41a.99.99%200%200%200-1.4-.13L2.82%205.01a1%201%200%200%200-.12%201.41c.35.43.98.48%201.4.13M12%204a9%209%200%201%200%20.001%2018.001A9%209%200%200%200%2012%204m0%2016c-3.86%200-7-3.14-7-7s3.14-7%207-7s7%203.14%207%207s-3.14%207-7%207%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.87%2015.25l-3.37-2V8.72c0-.4-.32-.72-.72-.72h-.06c-.4%200-.72.32-.72.72v4.72c0%20.35.18.68.49.86l3.65%202.19c.34.2.78.1.98-.24c.21-.35.1-.8-.25-1m5.31-10.24L18.1%202.45c-.42-.35-1.05-.3-1.41.13c-.35.42-.29%201.05.13%201.41l3.07%202.56c.42.35%201.05.3%201.41-.13a1%201%200%200%200-.12-1.41M4.1%206.55l3.07-2.56c.43-.36.49-.99.13-1.41a.99.99%200%200%200-1.4-.13L2.82%205.01a1%201%200%200%200-.12%201.41c.35.43.98.48%201.4.13M12%204a9%209%200%201%200%20.001%2018.001A9%209%200%200%200%2012%204m0%2016c-3.86%200-7-3.14-7-7s3.14-7%207-7s7%203.14%207%207s-3.14%207-7%207%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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