alarm play icon
alarm-play-duotone from Reicon by REICON · Duotone · Time · MIT Free for personal and commercial use.
- Name
- alarm-play-duotone
- Set
- Reicon
- Style
- Duotone
- 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"><g fill="currentColor"><path d="M12 22a9 9 0 1 0 0-18a9 9 0 0 0 0 18" opacity=".5"/><path d="M13.026 10.275a15 15 0 0 0-.784-.508c-1.073-.652-1.609-.978-2.09-.617c-.48.36-.524 1.116-.612 2.628c-.024.427-.04.846-.04 1.222s.016.795.04 1.222c.088 1.512.132 2.267.612 2.628c.481.361 1.018.035 2.09-.617c.278-.169.547-.341.784-.508c.27-.19.565-.418.862-.66C14.963 14.188 15.5 13.75 15.5 13s-.537-1.188-1.612-2.065c-.297-.242-.591-.47-.862-.66"/><path fill-rule="evenodd" d="M8.24 2.34a.72.72 0 0 1-.232.996l-3.891 2.41a.734.734 0 0 1-1.006-.23a.72.72 0 0 1 .232-.996l3.892-2.41a.734.734 0 0 1 1.006.23m7.519 0a.734.734 0 0 1 1.005-.23l3.892 2.41a.72.72 0 0 1 .232.996a.734.734 0 0 1-1.006.23l-3.891-2.41a.72.72 0 0 1-.233-.996" clip-rule="evenodd"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconAlarmPlayDuotone(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M12 22a9 9 0 1 0 0-18a9 9 0 0 0 0 18" opacity=".5"/><path d="M13.026 10.275a15 15 0 0 0-.784-.508c-1.073-.652-1.609-.978-2.09-.617c-.48.36-.524 1.116-.612 2.628c-.024.427-.04.846-.04 1.222s.016.795.04 1.222c.088 1.512.132 2.267.612 2.628c.481.361 1.018.035 2.09-.617c.278-.169.547-.341.784-.508c.27-.19.565-.418.862-.66C14.963 14.188 15.5 13.75 15.5 13s-.537-1.188-1.612-2.065c-.297-.242-.591-.47-.862-.66"/><path fillRule="evenodd" d="M8.24 2.34a.72.72 0 0 1-.232.996l-3.891 2.41a.734.734 0 0 1-1.006-.23a.72.72 0 0 1 .232-.996l3.892-2.41a.734.734 0 0 1 1.006.23m7.519 0a.734.734 0 0 1 1.005-.23l3.892 2.41a.72.72 0 0 1 .232.996a.734.734 0 0 1-1.006.23l-3.891-2.41a.72.72 0 0 1-.233-.996" clipRule="evenodd"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M12 22a9 9 0 1 0 0-18a9 9 0 0 0 0 18" opacity=".5"/><path d="M13.026 10.275a15 15 0 0 0-.784-.508c-1.073-.652-1.609-.978-2.09-.617c-.48.36-.524 1.116-.612 2.628c-.024.427-.04.846-.04 1.222s.016.795.04 1.222c.088 1.512.132 2.267.612 2.628c.481.361 1.018.035 2.09-.617c.278-.169.547-.341.784-.508c.27-.19.565-.418.862-.66C14.963 14.188 15.5 13.75 15.5 13s-.537-1.188-1.612-2.065c-.297-.242-.591-.47-.862-.66"/><path fill-rule="evenodd" d="M8.24 2.34a.72.72 0 0 1-.232.996l-3.891 2.41a.734.734 0 0 1-1.006-.23a.72.72 0 0 1 .232-.996l3.892-2.41a.734.734 0 0 1 1.006.23m7.519 0a.734.734 0 0 1 1.005-.23l3.892 2.41a.72.72 0 0 1 .232.996a.734.734 0 0 1-1.006.23l-3.891-2.41a.72.72 0 0 1-.233-.996" clip-rule="evenodd"/></g></svg> </template>
CSS
.icon-alarm-play-duotone {
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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M12%2022a9%209%200%201%200%200-18a9%209%200%200%200%200%2018%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M13.026%2010.275a15%2015%200%200%200-.784-.508c-1.073-.652-1.609-.978-2.09-.617c-.48.36-.524%201.116-.612%202.628c-.024.427-.04.846-.04%201.222s.016.795.04%201.222c.088%201.512.132%202.267.612%202.628c.481.361%201.018.035%202.09-.617c.278-.169.547-.341.784-.508c.27-.19.565-.418.862-.66C14.963%2014.188%2015.5%2013.75%2015.5%2013s-.537-1.188-1.612-2.065c-.297-.242-.591-.47-.862-.66%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M8.24%202.34a.72.72%200%200%201-.232.996l-3.891%202.41a.734.734%200%200%201-1.006-.23a.72.72%200%200%201%20.232-.996l3.892-2.41a.734.734%200%200%201%201.006.23m7.519%200a.734.734%200%200%201%201.005-.23l3.892%202.41a.72.72%200%200%201%20.232.996a.734.734%200%200%201-1.006.23l-3.891-2.41a.72.72%200%200%201-.233-.996%22%20clip-rule%3D%22evenodd%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%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M12%2022a9%209%200%201%200%200-18a9%209%200%200%200%200%2018%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M13.026%2010.275a15%2015%200%200%200-.784-.508c-1.073-.652-1.609-.978-2.09-.617c-.48.36-.524%201.116-.612%202.628c-.024.427-.04.846-.04%201.222s.016.795.04%201.222c.088%201.512.132%202.267.612%202.628c.481.361%201.018.035%202.09-.617c.278-.169.547-.341.784-.508c.27-.19.565-.418.862-.66C14.963%2014.188%2015.5%2013.75%2015.5%2013s-.537-1.188-1.612-2.065c-.297-.242-.591-.47-.862-.66%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M8.24%202.34a.72.72%200%200%201-.232.996l-3.891%202.41a.734.734%200%200%201-1.006-.23a.72.72%200%200%201%20.232-.996l3.892-2.41a.734.734%200%200%201%201.006.23m7.519%200a.734.734%200%200%201%201.005-.23l3.892%202.41a.72.72%200%200%201%20.232.996a.734.734%200%200%201-1.006.23l-3.891-2.41a.72.72%200%200%201-.233-.996%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/alarm-play-duotone.svg?color=%231a73e8&size=48