alarm play icon

alarm-play from Reicon by REICON · Outline · Time · MIT Free for personal and commercial use.

Name
alarm-play
Set
Reicon
Style
Outline
Category
Time
Viewbox
24×24
License
MIT

2 other variants in Reicon

The same icon in other sets

More time icons from Reicon

Use the alarm play icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M8.136 1.603a.75.75 0 0 1-.238 1.033l-4 2.5a.75.75 0 0 1-.796-1.272l4-2.5a.75.75 0 0 1 1.034.239m7.728 0a.75.75 0 0 1 1.034-.239l4 2.5a.75.75 0 1 1-.796 1.272l-4-2.5a.75.75 0 0 1-.238-1.033M12 4.75a8.25 8.25 0 1 0 0 16.5a8.25 8.25 0 0 0 0-16.5M2.25 13c0-5.385 4.365-9.75 9.75-9.75s9.75 4.365 9.75 9.75s-4.365 9.75-9.75 9.75S2.25 18.385 2.25 13m10.323-3.91l.059.036c.287.175.57.356.825.535c.29.204.6.444.905.693l.046.037c.498.406.945.771 1.258 1.136c.354.412.584.877.584 1.473s-.23 1.06-.584 1.474c-.313.364-.76.729-1.258 1.135l-.046.037c-.305.25-.615.49-.905.693c-.255.179-.538.36-.825.535l-.06.036c-.484.295-.942.574-1.343.718c-.223.08-.478.139-.754.118a1.45 1.45 0 0 1-.773-.296c-.459-.344-.643-.843-.74-1.34c-.091-.472-.126-1.081-.167-1.793l-.003-.051c-.026-.437-.042-.871-.042-1.266s.016-.83.042-1.265l.003-.052c.04-.712.076-1.32.168-1.793c.096-.497.28-.995.74-1.34c.225-.17.483-.274.772-.296c.276-.02.531.038.754.119c.4.144.859.422 1.344.717m-1.973.661c-.024.02-.1.086-.165.424c-.07.362-.1.869-.146 1.646a21 21 0 0 0-.039 1.18c0 .356.015.76.04 1.178c.044.778.075 1.284.145 1.646c.066.339.14.405.165.424a.6.6 0 0 0 .122-.033c.24-.086.565-.28 1.13-.624c.27-.163.524-.326.743-.48c.25-.177.53-.393.819-.628c.558-.456.899-.737 1.114-.988c.183-.213.222-.343.222-.496s-.04-.283-.222-.496c-.215-.25-.556-.532-1.114-.988a15 15 0 0 0-.819-.627a14 14 0 0 0-.743-.481c-.566-.344-.89-.538-1.13-.624a.6.6 0 0 0-.122-.033" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function ReiconAlarmPlay(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" fillRule="evenodd" d="M8.136 1.603a.75.75 0 0 1-.238 1.033l-4 2.5a.75.75 0 0 1-.796-1.272l4-2.5a.75.75 0 0 1 1.034.239m7.728 0a.75.75 0 0 1 1.034-.239l4 2.5a.75.75 0 1 1-.796 1.272l-4-2.5a.75.75 0 0 1-.238-1.033M12 4.75a8.25 8.25 0 1 0 0 16.5a8.25 8.25 0 0 0 0-16.5M2.25 13c0-5.385 4.365-9.75 9.75-9.75s9.75 4.365 9.75 9.75s-4.365 9.75-9.75 9.75S2.25 18.385 2.25 13m10.323-3.91l.059.036c.287.175.57.356.825.535c.29.204.6.444.905.693l.046.037c.498.406.945.771 1.258 1.136c.354.412.584.877.584 1.473s-.23 1.06-.584 1.474c-.313.364-.76.729-1.258 1.135l-.046.037c-.305.25-.615.49-.905.693c-.255.179-.538.36-.825.535l-.06.036c-.484.295-.942.574-1.343.718c-.223.08-.478.139-.754.118a1.45 1.45 0 0 1-.773-.296c-.459-.344-.643-.843-.74-1.34c-.091-.472-.126-1.081-.167-1.793l-.003-.051c-.026-.437-.042-.871-.042-1.266s.016-.83.042-1.265l.003-.052c.04-.712.076-1.32.168-1.793c.096-.497.28-.995.74-1.34c.225-.17.483-.274.772-.296c.276-.02.531.038.754.119c.4.144.859.422 1.344.717m-1.973.661c-.024.02-.1.086-.165.424c-.07.362-.1.869-.146 1.646a21 21 0 0 0-.039 1.18c0 .356.015.76.04 1.178c.044.778.075 1.284.145 1.646c.066.339.14.405.165.424a.6.6 0 0 0 .122-.033c.24-.086.565-.28 1.13-.624c.27-.163.524-.326.743-.48c.25-.177.53-.393.819-.628c.558-.456.899-.737 1.114-.988c.183-.213.222-.343.222-.496s-.04-.283-.222-.496c-.215-.25-.556-.532-1.114-.988a15 15 0 0 0-.819-.627a14 14 0 0 0-.743-.481c-.566-.344-.89-.538-1.13-.624a.6.6 0 0 0-.122-.033" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M8.136 1.603a.75.75 0 0 1-.238 1.033l-4 2.5a.75.75 0 0 1-.796-1.272l4-2.5a.75.75 0 0 1 1.034.239m7.728 0a.75.75 0 0 1 1.034-.239l4 2.5a.75.75 0 1 1-.796 1.272l-4-2.5a.75.75 0 0 1-.238-1.033M12 4.75a8.25 8.25 0 1 0 0 16.5a8.25 8.25 0 0 0 0-16.5M2.25 13c0-5.385 4.365-9.75 9.75-9.75s9.75 4.365 9.75 9.75s-4.365 9.75-9.75 9.75S2.25 18.385 2.25 13m10.323-3.91l.059.036c.287.175.57.356.825.535c.29.204.6.444.905.693l.046.037c.498.406.945.771 1.258 1.136c.354.412.584.877.584 1.473s-.23 1.06-.584 1.474c-.313.364-.76.729-1.258 1.135l-.046.037c-.305.25-.615.49-.905.693c-.255.179-.538.36-.825.535l-.06.036c-.484.295-.942.574-1.343.718c-.223.08-.478.139-.754.118a1.45 1.45 0 0 1-.773-.296c-.459-.344-.643-.843-.74-1.34c-.091-.472-.126-1.081-.167-1.793l-.003-.051c-.026-.437-.042-.871-.042-1.266s.016-.83.042-1.265l.003-.052c.04-.712.076-1.32.168-1.793c.096-.497.28-.995.74-1.34c.225-.17.483-.274.772-.296c.276-.02.531.038.754.119c.4.144.859.422 1.344.717m-1.973.661c-.024.02-.1.086-.165.424c-.07.362-.1.869-.146 1.646a21 21 0 0 0-.039 1.18c0 .356.015.76.04 1.178c.044.778.075 1.284.145 1.646c.066.339.14.405.165.424a.6.6 0 0 0 .122-.033c.24-.086.565-.28 1.13-.624c.27-.163.524-.326.743-.48c.25-.177.53-.393.819-.628c.558-.456.899-.737 1.114-.988c.183-.213.222-.343.222-.496s-.04-.283-.222-.496c-.215-.25-.556-.532-1.114-.988a15 15 0 0 0-.819-.627a14 14 0 0 0-.743-.481c-.566-.344-.89-.538-1.13-.624a.6.6 0 0 0-.122-.033" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-alarm-play {
  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%20fill-rule%3D%22evenodd%22%20d%3D%22M8.136%201.603a.75.75%200%200%201-.238%201.033l-4%202.5a.75.75%200%200%201-.796-1.272l4-2.5a.75.75%200%200%201%201.034.239m7.728%200a.75.75%200%200%201%201.034-.239l4%202.5a.75.75%200%201%201-.796%201.272l-4-2.5a.75.75%200%200%201-.238-1.033M12%204.75a8.25%208.25%200%201%200%200%2016.5a8.25%208.25%200%200%200%200-16.5M2.25%2013c0-5.385%204.365-9.75%209.75-9.75s9.75%204.365%209.75%209.75s-4.365%209.75-9.75%209.75S2.25%2018.385%202.25%2013m10.323-3.91l.059.036c.287.175.57.356.825.535c.29.204.6.444.905.693l.046.037c.498.406.945.771%201.258%201.136c.354.412.584.877.584%201.473s-.23%201.06-.584%201.474c-.313.364-.76.729-1.258%201.135l-.046.037c-.305.25-.615.49-.905.693c-.255.179-.538.36-.825.535l-.06.036c-.484.295-.942.574-1.343.718c-.223.08-.478.139-.754.118a1.45%201.45%200%200%201-.773-.296c-.459-.344-.643-.843-.74-1.34c-.091-.472-.126-1.081-.167-1.793l-.003-.051c-.026-.437-.042-.871-.042-1.266s.016-.83.042-1.265l.003-.052c.04-.712.076-1.32.168-1.793c.096-.497.28-.995.74-1.34c.225-.17.483-.274.772-.296c.276-.02.531.038.754.119c.4.144.859.422%201.344.717m-1.973.661c-.024.02-.1.086-.165.424c-.07.362-.1.869-.146%201.646a21%2021%200%200%200-.039%201.18c0%20.356.015.76.04%201.178c.044.778.075%201.284.145%201.646c.066.339.14.405.165.424a.6.6%200%200%200%20.122-.033c.24-.086.565-.28%201.13-.624c.27-.163.524-.326.743-.48c.25-.177.53-.393.819-.628c.558-.456.899-.737%201.114-.988c.183-.213.222-.343.222-.496s-.04-.283-.222-.496c-.215-.25-.556-.532-1.114-.988a15%2015%200%200%200-.819-.627a14%2014%200%200%200-.743-.481c-.566-.344-.89-.538-1.13-.624a.6.6%200%200%200-.122-.033%22%20clip-rule%3D%22evenodd%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%20fill-rule%3D%22evenodd%22%20d%3D%22M8.136%201.603a.75.75%200%200%201-.238%201.033l-4%202.5a.75.75%200%200%201-.796-1.272l4-2.5a.75.75%200%200%201%201.034.239m7.728%200a.75.75%200%200%201%201.034-.239l4%202.5a.75.75%200%201%201-.796%201.272l-4-2.5a.75.75%200%200%201-.238-1.033M12%204.75a8.25%208.25%200%201%200%200%2016.5a8.25%208.25%200%200%200%200-16.5M2.25%2013c0-5.385%204.365-9.75%209.75-9.75s9.75%204.365%209.75%209.75s-4.365%209.75-9.75%209.75S2.25%2018.385%202.25%2013m10.323-3.91l.059.036c.287.175.57.356.825.535c.29.204.6.444.905.693l.046.037c.498.406.945.771%201.258%201.136c.354.412.584.877.584%201.473s-.23%201.06-.584%201.474c-.313.364-.76.729-1.258%201.135l-.046.037c-.305.25-.615.49-.905.693c-.255.179-.538.36-.825.535l-.06.036c-.484.295-.942.574-1.343.718c-.223.08-.478.139-.754.118a1.45%201.45%200%200%201-.773-.296c-.459-.344-.643-.843-.74-1.34c-.091-.472-.126-1.081-.167-1.793l-.003-.051c-.026-.437-.042-.871-.042-1.266s.016-.83.042-1.265l.003-.052c.04-.712.076-1.32.168-1.793c.096-.497.28-.995.74-1.34c.225-.17.483-.274.772-.296c.276-.02.531.038.754.119c.4.144.859.422%201.344.717m-1.973.661c-.024.02-.1.086-.165.424c-.07.362-.1.869-.146%201.646a21%2021%200%200%200-.039%201.18c0%20.356.015.76.04%201.178c.044.778.075%201.284.145%201.646c.066.339.14.405.165.424a.6.6%200%200%200%20.122-.033c.24-.086.565-.28%201.13-.624c.27-.163.524-.326.743-.48c.25-.177.53-.393.819-.628c.558-.456.899-.737%201.114-.988c.183-.213.222-.343.222-.496s-.04-.283-.222-.496c-.215-.25-.556-.532-1.114-.988a15%2015%200%200%200-.819-.627a14%2014%200%200%200-.743-.481c-.566-.344-.89-.538-1.13-.624a.6.6%200%200%200-.122-.033%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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