alarm-clock from Font Awesome Regular by Dave Gandy · Regular · CC-BY-4.0 Attribution required.

Name
alarm-clock
Set
Font Awesome Regular
Style
Regular
Viewbox
640×640
License
CC BY 4.0

The same icon in other sets

Use the alarm clock icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M466.6 114.2c-5.4 1.7-11.3 1.8-16.2-.9c-5.8-3.2-11.8-6.2-17.8-8.9c-10.4-4.7-13.7-18.3-4.1-24.6c15-9.9 33-15.7 52.3-15.7c52.6 0 95.2 42.6 95.2 95.2c0 13.2-2.7 25.8-7.6 37.3c-4.5 10.5-18.4 9.8-24.9.4c-3.8-5.5-7.8-10.8-12-16c-3.5-4.4-4.5-10.2-3.8-15.8c.2-1.9.4-3.9.4-5.9c0-26.1-21.2-47.2-47.2-47.2c-4.9 0-9.7.8-14.2 2.2zM96.5 196.9c-6.5 9.4-20.5 10.1-24.9-.4c-4.9-11.5-7.6-24.1-7.6-37.3c0-52.6 42.6-95.2 95.2-95.2c19.3 0 37.3 5.8 52.3 15.7c9.6 6.3 6.3 19.9-4.1 24.6c-6.1 2.8-12 5.7-17.8 8.9c-4.9 2.7-10.9 2.6-16.2.9c-4.5-1.4-9.2-2.2-14.2-2.2c-26.1 0-47.2 21.2-47.2 47.2c0 2 .1 4 .4 5.9c.7 5.6-.3 11.4-3.8 15.8c-4.2 5.2-8.2 10.5-12 16zM496 352c0-97.2-78.8-176-176-176s-176 78.8-176 176s78.8 176 176 176s176-78.8 176-176m-35.5 174.5C422.1 557.4 373.2 576 320 576s-102.1-18.6-140.5-49.5L137 569c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l42.5-42.5C114.6 454.1 96 405.2 96 352c0-123.7 100.3-224 224-224s224 100.3 224 224c0 53.2-18.6 102.1-49.5 140.5L537 535c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0l-42.5-42.5zM344 248v94.1l41 41c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0l-48-48c-4.5-4.5-7-10.6-7-17V248c0-13.3 10.7-24 24-24s24 10.7 24 24z"/></svg>

React

import type { SVGProps } from "react";

export function Fa7RegularAlarmClock(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M466.6 114.2c-5.4 1.7-11.3 1.8-16.2-.9c-5.8-3.2-11.8-6.2-17.8-8.9c-10.4-4.7-13.7-18.3-4.1-24.6c15-9.9 33-15.7 52.3-15.7c52.6 0 95.2 42.6 95.2 95.2c0 13.2-2.7 25.8-7.6 37.3c-4.5 10.5-18.4 9.8-24.9.4c-3.8-5.5-7.8-10.8-12-16c-3.5-4.4-4.5-10.2-3.8-15.8c.2-1.9.4-3.9.4-5.9c0-26.1-21.2-47.2-47.2-47.2c-4.9 0-9.7.8-14.2 2.2zM96.5 196.9c-6.5 9.4-20.5 10.1-24.9-.4c-4.9-11.5-7.6-24.1-7.6-37.3c0-52.6 42.6-95.2 95.2-95.2c19.3 0 37.3 5.8 52.3 15.7c9.6 6.3 6.3 19.9-4.1 24.6c-6.1 2.8-12 5.7-17.8 8.9c-4.9 2.7-10.9 2.6-16.2.9c-4.5-1.4-9.2-2.2-14.2-2.2c-26.1 0-47.2 21.2-47.2 47.2c0 2 .1 4 .4 5.9c.7 5.6-.3 11.4-3.8 15.8c-4.2 5.2-8.2 10.5-12 16zM496 352c0-97.2-78.8-176-176-176s-176 78.8-176 176s78.8 176 176 176s176-78.8 176-176m-35.5 174.5C422.1 557.4 373.2 576 320 576s-102.1-18.6-140.5-49.5L137 569c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l42.5-42.5C114.6 454.1 96 405.2 96 352c0-123.7 100.3-224 224-224s224 100.3 224 224c0 53.2-18.6 102.1-49.5 140.5L537 535c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0l-42.5-42.5zM344 248v94.1l41 41c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0l-48-48c-4.5-4.5-7-10.6-7-17V248c0-13.3 10.7-24 24-24s24 10.7 24 24z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M466.6 114.2c-5.4 1.7-11.3 1.8-16.2-.9c-5.8-3.2-11.8-6.2-17.8-8.9c-10.4-4.7-13.7-18.3-4.1-24.6c15-9.9 33-15.7 52.3-15.7c52.6 0 95.2 42.6 95.2 95.2c0 13.2-2.7 25.8-7.6 37.3c-4.5 10.5-18.4 9.8-24.9.4c-3.8-5.5-7.8-10.8-12-16c-3.5-4.4-4.5-10.2-3.8-15.8c.2-1.9.4-3.9.4-5.9c0-26.1-21.2-47.2-47.2-47.2c-4.9 0-9.7.8-14.2 2.2zM96.5 196.9c-6.5 9.4-20.5 10.1-24.9-.4c-4.9-11.5-7.6-24.1-7.6-37.3c0-52.6 42.6-95.2 95.2-95.2c19.3 0 37.3 5.8 52.3 15.7c9.6 6.3 6.3 19.9-4.1 24.6c-6.1 2.8-12 5.7-17.8 8.9c-4.9 2.7-10.9 2.6-16.2.9c-4.5-1.4-9.2-2.2-14.2-2.2c-26.1 0-47.2 21.2-47.2 47.2c0 2 .1 4 .4 5.9c.7 5.6-.3 11.4-3.8 15.8c-4.2 5.2-8.2 10.5-12 16zM496 352c0-97.2-78.8-176-176-176s-176 78.8-176 176s78.8 176 176 176s176-78.8 176-176m-35.5 174.5C422.1 557.4 373.2 576 320 576s-102.1-18.6-140.5-49.5L137 569c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l42.5-42.5C114.6 454.1 96 405.2 96 352c0-123.7 100.3-224 224-224s224 100.3 224 224c0 53.2-18.6 102.1-49.5 140.5L537 535c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0l-42.5-42.5zM344 248v94.1l41 41c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0l-48-48c-4.5-4.5-7-10.6-7-17V248c0-13.3 10.7-24 24-24s24 10.7 24 24z"/></svg>
</template>

CSS

.icon-alarm-clock {
  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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M466.6%20114.2c-5.4%201.7-11.3%201.8-16.2-.9c-5.8-3.2-11.8-6.2-17.8-8.9c-10.4-4.7-13.7-18.3-4.1-24.6c15-9.9%2033-15.7%2052.3-15.7c52.6%200%2095.2%2042.6%2095.2%2095.2c0%2013.2-2.7%2025.8-7.6%2037.3c-4.5%2010.5-18.4%209.8-24.9.4c-3.8-5.5-7.8-10.8-12-16c-3.5-4.4-4.5-10.2-3.8-15.8c.2-1.9.4-3.9.4-5.9c0-26.1-21.2-47.2-47.2-47.2c-4.9%200-9.7.8-14.2%202.2zM96.5%20196.9c-6.5%209.4-20.5%2010.1-24.9-.4c-4.9-11.5-7.6-24.1-7.6-37.3c0-52.6%2042.6-95.2%2095.2-95.2c19.3%200%2037.3%205.8%2052.3%2015.7c9.6%206.3%206.3%2019.9-4.1%2024.6c-6.1%202.8-12%205.7-17.8%208.9c-4.9%202.7-10.9%202.6-16.2.9c-4.5-1.4-9.2-2.2-14.2-2.2c-26.1%200-47.2%2021.2-47.2%2047.2c0%202%20.1%204%20.4%205.9c.7%205.6-.3%2011.4-3.8%2015.8c-4.2%205.2-8.2%2010.5-12%2016zM496%20352c0-97.2-78.8-176-176-176s-176%2078.8-176%20176s78.8%20176%20176%20176s176-78.8%20176-176m-35.5%20174.5C422.1%20557.4%20373.2%20576%20320%20576s-102.1-18.6-140.5-49.5L137%20569c-9.4%209.4-24.6%209.4-33.9%200s-9.4-24.6%200-33.9l42.5-42.5C114.6%20454.1%2096%20405.2%2096%20352c0-123.7%20100.3-224%20224-224s224%20100.3%20224%20224c0%2053.2-18.6%20102.1-49.5%20140.5L537%20535c9.4%209.4%209.4%2024.6%200%2033.9s-24.6%209.4-33.9%200l-42.5-42.5zM344%20248v94.1l41%2041c9.4%209.4%209.4%2024.6%200%2033.9s-24.6%209.4-33.9%200l-48-48c-4.5-4.5-7-10.6-7-17V248c0-13.3%2010.7-24%2024-24s24%2010.7%2024%2024z%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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M466.6%20114.2c-5.4%201.7-11.3%201.8-16.2-.9c-5.8-3.2-11.8-6.2-17.8-8.9c-10.4-4.7-13.7-18.3-4.1-24.6c15-9.9%2033-15.7%2052.3-15.7c52.6%200%2095.2%2042.6%2095.2%2095.2c0%2013.2-2.7%2025.8-7.6%2037.3c-4.5%2010.5-18.4%209.8-24.9.4c-3.8-5.5-7.8-10.8-12-16c-3.5-4.4-4.5-10.2-3.8-15.8c.2-1.9.4-3.9.4-5.9c0-26.1-21.2-47.2-47.2-47.2c-4.9%200-9.7.8-14.2%202.2zM96.5%20196.9c-6.5%209.4-20.5%2010.1-24.9-.4c-4.9-11.5-7.6-24.1-7.6-37.3c0-52.6%2042.6-95.2%2095.2-95.2c19.3%200%2037.3%205.8%2052.3%2015.7c9.6%206.3%206.3%2019.9-4.1%2024.6c-6.1%202.8-12%205.7-17.8%208.9c-4.9%202.7-10.9%202.6-16.2.9c-4.5-1.4-9.2-2.2-14.2-2.2c-26.1%200-47.2%2021.2-47.2%2047.2c0%202%20.1%204%20.4%205.9c.7%205.6-.3%2011.4-3.8%2015.8c-4.2%205.2-8.2%2010.5-12%2016zM496%20352c0-97.2-78.8-176-176-176s-176%2078.8-176%20176s78.8%20176%20176%20176s176-78.8%20176-176m-35.5%20174.5C422.1%20557.4%20373.2%20576%20320%20576s-102.1-18.6-140.5-49.5L137%20569c-9.4%209.4-24.6%209.4-33.9%200s-9.4-24.6%200-33.9l42.5-42.5C114.6%20454.1%2096%20405.2%2096%20352c0-123.7%20100.3-224%20224-224s224%20100.3%20224%20224c0%2053.2-18.6%20102.1-49.5%20140.5L537%20535c9.4%209.4%209.4%2024.6%200%2033.9s-24.6%209.4-33.9%200l-42.5-42.5zM344%20248v94.1l41%2041c9.4%209.4%209.4%2024.6%200%2033.9s-24.6%209.4-33.9%200l-48-48c-4.5-4.5-7-10.6-7-17V248c0-13.3%2010.7-24%2024-24s24%2010.7%2024%2024z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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