alarm off icon
alarm-off from BoxIcons v2 by Boxicons · Regular · MIT Free for personal and commercial use.
- Name
- alarm-off
- Set
- BoxIcons v2
- Style
- Regular
- Viewbox
- 24×24
- License
- MIT
- Aliases
- bx-alarm-off
The same icon in other sets
Related icons in BoxIcons v2
Use the alarm off icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m20.292 6.708l-3.01-3l1.412-1.417l3.01 3zm1.415 13.585l-2.287-2.287C20.409 16.563 21 14.838 21 13c0-4.879-4.121-9-9-9c-1.838 0-3.563.591-5.006 1.58L5.91 4.496l.788-.79l-1.416-1.412l-.786.788l-.789-.789l-1.414 1.414l18 18zM12 6c3.794 0 7 3.206 7 7c0 1.292-.387 2.507-1.027 3.559L15.414 14H17v-2h-3.586L13 11.586V8h-2v1.586L8.441 7.027C9.493 6.387 10.708 6 12 6M4.305 8.426A8.8 8.8 0 0 0 3 13c0 4.879 4.121 9 9 9a8.8 8.8 0 0 0 4.574-1.305l-1.461-1.461A6.8 6.8 0 0 1 12 20c-3.794 0-7-3.206-7-7c0-1.111.281-2.169.766-3.113z"/></svg>
React
import type { SVGProps } from "react";
export function BxAlarmOff(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="m20.292 6.708l-3.01-3l1.412-1.417l3.01 3zm1.415 13.585l-2.287-2.287C20.409 16.563 21 14.838 21 13c0-4.879-4.121-9-9-9c-1.838 0-3.563.591-5.006 1.58L5.91 4.496l.788-.79l-1.416-1.412l-.786.788l-.789-.789l-1.414 1.414l18 18zM12 6c3.794 0 7 3.206 7 7c0 1.292-.387 2.507-1.027 3.559L15.414 14H17v-2h-3.586L13 11.586V8h-2v1.586L8.441 7.027C9.493 6.387 10.708 6 12 6M4.305 8.426A8.8 8.8 0 0 0 3 13c0 4.879 4.121 9 9 9a8.8 8.8 0 0 0 4.574-1.305l-1.461-1.461A6.8 6.8 0 0 1 12 20c-3.794 0-7-3.206-7-7c0-1.111.281-2.169.766-3.113z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m20.292 6.708l-3.01-3l1.412-1.417l3.01 3zm1.415 13.585l-2.287-2.287C20.409 16.563 21 14.838 21 13c0-4.879-4.121-9-9-9c-1.838 0-3.563.591-5.006 1.58L5.91 4.496l.788-.79l-1.416-1.412l-.786.788l-.789-.789l-1.414 1.414l18 18zM12 6c3.794 0 7 3.206 7 7c0 1.292-.387 2.507-1.027 3.559L15.414 14H17v-2h-3.586L13 11.586V8h-2v1.586L8.441 7.027C9.493 6.387 10.708 6 12 6M4.305 8.426A8.8 8.8 0 0 0 3 13c0 4.879 4.121 9 9 9a8.8 8.8 0 0 0 4.574-1.305l-1.461-1.461A6.8 6.8 0 0 1 12 20c-3.794 0-7-3.206-7-7c0-1.111.281-2.169.766-3.113z"/></svg> </template>
CSS
.icon-alarm-off {
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%22m20.292%206.708l-3.01-3l1.412-1.417l3.01%203zm1.415%2013.585l-2.287-2.287C20.409%2016.563%2021%2014.838%2021%2013c0-4.879-4.121-9-9-9c-1.838%200-3.563.591-5.006%201.58L5.91%204.496l.788-.79l-1.416-1.412l-.786.788l-.789-.789l-1.414%201.414l18%2018zM12%206c3.794%200%207%203.206%207%207c0%201.292-.387%202.507-1.027%203.559L15.414%2014H17v-2h-3.586L13%2011.586V8h-2v1.586L8.441%207.027C9.493%206.387%2010.708%206%2012%206M4.305%208.426A8.8%208.8%200%200%200%203%2013c0%204.879%204.121%209%209%209a8.8%208.8%200%200%200%204.574-1.305l-1.461-1.461A6.8%206.8%200%200%201%2012%2020c-3.794%200-7-3.206-7-7c0-1.111.281-2.169.766-3.113z%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%22m20.292%206.708l-3.01-3l1.412-1.417l3.01%203zm1.415%2013.585l-2.287-2.287C20.409%2016.563%2021%2014.838%2021%2013c0-4.879-4.121-9-9-9c-1.838%200-3.563.591-5.006%201.58L5.91%204.496l.788-.79l-1.416-1.412l-.786.788l-.789-.789l-1.414%201.414l18%2018zM12%206c3.794%200%207%203.206%207%207c0%201.292-.387%202.507-1.027%203.559L15.414%2014H17v-2h-3.586L13%2011.586V8h-2v1.586L8.441%207.027C9.493%206.387%2010.708%206%2012%206M4.305%208.426A8.8%208.8%200%200%200%203%2013c0%204.879%204.121%209%209%209a8.8%208.8%200%200%200%204.574-1.305l-1.461-1.461A6.8%206.8%200%200%201%2012%2020c-3.794%200-7-3.206-7-7c0-1.111.281-2.169.766-3.113z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/bx/alarm-off.svg?color=%231a73e8&size=48