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

Name
alarm-clock
Set
Font Awesome Solid
Style
Solid
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="M568.4 196.5c-4.5 10.5-18.4 9.8-24.9.4c-27.8-40-66.1-72.2-111-92.6c-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.3zm-471.9.4c-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-44.8 20.4-83.1 52.6-111 92.6zm357.7 334.5c-37.4 28-83.9 44.6-134.2 44.6s-96.8-16.6-134.1-44.6l-35.3 35.2c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3l35.2-35.2C112.6 448.8 96 402.3 96 352c0-123.7 100.3-224 224-224s224 100.3 224 224c0 50.3-16.6 96.8-44.6 134.2l35.2 35.2c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0l-35.2-35.2zM344 248c0-13.3-10.7-24-24-24s-24 10.7-24 24v104c0 6.4 2.5 12.5 7 17l56 56c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-49-49V248z"/></svg>

React

import type { SVGProps } from "react";

export function Fa7SolidAlarmClock(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="M568.4 196.5c-4.5 10.5-18.4 9.8-24.9.4c-27.8-40-66.1-72.2-111-92.6c-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.3zm-471.9.4c-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-44.8 20.4-83.1 52.6-111 92.6zm357.7 334.5c-37.4 28-83.9 44.6-134.2 44.6s-96.8-16.6-134.1-44.6l-35.3 35.2c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3l35.2-35.2C112.6 448.8 96 402.3 96 352c0-123.7 100.3-224 224-224s224 100.3 224 224c0 50.3-16.6 96.8-44.6 134.2l35.2 35.2c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0l-35.2-35.2zM344 248c0-13.3-10.7-24-24-24s-24 10.7-24 24v104c0 6.4 2.5 12.5 7 17l56 56c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-49-49V248z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M568.4 196.5c-4.5 10.5-18.4 9.8-24.9.4c-27.8-40-66.1-72.2-111-92.6c-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.3zm-471.9.4c-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-44.8 20.4-83.1 52.6-111 92.6zm357.7 334.5c-37.4 28-83.9 44.6-134.2 44.6s-96.8-16.6-134.1-44.6l-35.3 35.2c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3l35.2-35.2C112.6 448.8 96 402.3 96 352c0-123.7 100.3-224 224-224s224 100.3 224 224c0 50.3-16.6 96.8-44.6 134.2l35.2 35.2c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0l-35.2-35.2zM344 248c0-13.3-10.7-24-24-24s-24 10.7-24 24v104c0 6.4 2.5 12.5 7 17l56 56c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-49-49V248z"/></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%22M568.4%20196.5c-4.5%2010.5-18.4%209.8-24.9.4c-27.8-40-66.1-72.2-111-92.6c-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.3zm-471.9.4c-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-44.8%2020.4-83.1%2052.6-111%2092.6zm357.7%20334.5c-37.4%2028-83.9%2044.6-134.2%2044.6s-96.8-16.6-134.1-44.6l-35.3%2035.2c-12.5%2012.5-32.8%2012.5-45.3%200s-12.5-32.8%200-45.3l35.2-35.2C112.6%20448.8%2096%20402.3%2096%20352c0-123.7%20100.3-224%20224-224s224%20100.3%20224%20224c0%2050.3-16.6%2096.8-44.6%20134.2l35.2%2035.2c12.5%2012.5%2012.5%2032.8%200%2045.3s-32.8%2012.5-45.3%200l-35.2-35.2zM344%20248c0-13.3-10.7-24-24-24s-24%2010.7-24%2024v104c0%206.4%202.5%2012.5%207%2017l56%2056c9.4%209.4%2024.6%209.4%2033.9%200s9.4-24.6%200-33.9l-49-49V248z%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%22M568.4%20196.5c-4.5%2010.5-18.4%209.8-24.9.4c-27.8-40-66.1-72.2-111-92.6c-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.3zm-471.9.4c-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-44.8%2020.4-83.1%2052.6-111%2092.6zm357.7%20334.5c-37.4%2028-83.9%2044.6-134.2%2044.6s-96.8-16.6-134.1-44.6l-35.3%2035.2c-12.5%2012.5-32.8%2012.5-45.3%200s-12.5-32.8%200-45.3l35.2-35.2C112.6%20448.8%2096%20402.3%2096%20352c0-123.7%20100.3-224%20224-224s224%20100.3%20224%20224c0%2050.3-16.6%2096.8-44.6%20134.2l35.2%2035.2c12.5%2012.5%2012.5%2032.8%200%2045.3s-32.8%2012.5-45.3%200l-35.2-35.2zM344%20248c0-13.3-10.7-24-24-24s-24%2010.7-24%2024v104c0%206.4%202.5%2012.5%207%2017l56%2056c9.4%209.4%2024.6%209.4%2033.9%200s9.4-24.6%200-33.9l-49-49V248z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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