alarm turn off icon

alarm-turn-off-bold from Solar by 480 Design · Bold · Time · CC-BY-4.0 Attribution required.

Name
alarm-turn-off-bold
Set
Solar
Style
Bold
Category
Time
Viewbox
24×24
License
CC BY 4.0

5 other variants in Solar

More time icons from Solar

Use the alarm turn off icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor" fill-rule="evenodd" clip-rule="evenodd"><path d="M12.0001 22.0001C16.9707 22.0001 21.0001 17.9707 21.0001 13.0001C21.0001 8.02954 16.9707 4.0001 12.0001 4.0001C7.02954 4.0001 3.0001 8.02954 3.0001 13.0001C3.0001 17.9707 7.02954 22.0001 12.0001 22.0001ZM14.6518 10.3484C14.9446 10.6413 14.9446 11.1162 14.6518 11.4091L13.0607 13.0001L14.6517 14.5911C14.9446 14.884 14.9446 15.3589 14.6517 15.6518C14.3588 15.9447 13.884 15.9447 13.5911 15.6518L12.0001 14.0608L10.4091 15.6518C10.1162 15.9446 9.64134 15.9446 9.34845 15.6518C9.05556 15.3589 9.05556 14.884 9.34845 14.5911L10.9394 13.0001L9.34843 11.4091C9.05554 11.1162 9.05554 10.6414 9.34843 10.3485C9.64133 10.0556 10.1162 10.0556 10.4091 10.3485L12.0001 11.9395L13.5911 10.3484C13.884 10.0556 14.3589 10.0556 14.6518 10.3484Z"/><path d="M8.13612 1.6026C8.35566 1.95386 8.24887 2.41657 7.89762 2.6361L3.8976 5.1361C3.54634 5.35563 3.08363 5.24885 2.8641 4.8976C2.64457 4.54634 2.75135 4.08363 3.1026 3.8641L7.10263 1.3641C7.45388 1.14457 7.91659 1.25135 8.13612 1.6026ZM15.8641 1.6026C16.0836 1.25135 16.5463 1.14457 16.8976 1.3641L20.8976 3.8641C21.2489 4.08363 21.3556 4.54635 21.1361 4.8976C20.9166 5.24885 20.4539 5.35563 20.1026 5.1361L16.1026 2.6361C15.7513 2.41657 15.6446 1.95385 15.8641 1.6026Z"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarAlarmTurnOffBold(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" fillRule="evenodd" clipRule="evenodd"><path d="M12.0001 22.0001C16.9707 22.0001 21.0001 17.9707 21.0001 13.0001C21.0001 8.02954 16.9707 4.0001 12.0001 4.0001C7.02954 4.0001 3.0001 8.02954 3.0001 13.0001C3.0001 17.9707 7.02954 22.0001 12.0001 22.0001ZM14.6518 10.3484C14.9446 10.6413 14.9446 11.1162 14.6518 11.4091L13.0607 13.0001L14.6517 14.5911C14.9446 14.884 14.9446 15.3589 14.6517 15.6518C14.3588 15.9447 13.884 15.9447 13.5911 15.6518L12.0001 14.0608L10.4091 15.6518C10.1162 15.9446 9.64134 15.9446 9.34845 15.6518C9.05556 15.3589 9.05556 14.884 9.34845 14.5911L10.9394 13.0001L9.34843 11.4091C9.05554 11.1162 9.05554 10.6414 9.34843 10.3485C9.64133 10.0556 10.1162 10.0556 10.4091 10.3485L12.0001 11.9395L13.5911 10.3484C13.884 10.0556 14.3589 10.0556 14.6518 10.3484Z"/><path d="M8.13612 1.6026C8.35566 1.95386 8.24887 2.41657 7.89762 2.6361L3.8976 5.1361C3.54634 5.35563 3.08363 5.24885 2.8641 4.8976C2.64457 4.54634 2.75135 4.08363 3.1026 3.8641L7.10263 1.3641C7.45388 1.14457 7.91659 1.25135 8.13612 1.6026ZM15.8641 1.6026C16.0836 1.25135 16.5463 1.14457 16.8976 1.3641L20.8976 3.8641C21.2489 4.08363 21.3556 4.54635 21.1361 4.8976C20.9166 5.24885 20.4539 5.35563 20.1026 5.1361L16.1026 2.6361C15.7513 2.41657 15.6446 1.95385 15.8641 1.6026Z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor" fill-rule="evenodd" clip-rule="evenodd"><path d="M12.0001 22.0001C16.9707 22.0001 21.0001 17.9707 21.0001 13.0001C21.0001 8.02954 16.9707 4.0001 12.0001 4.0001C7.02954 4.0001 3.0001 8.02954 3.0001 13.0001C3.0001 17.9707 7.02954 22.0001 12.0001 22.0001ZM14.6518 10.3484C14.9446 10.6413 14.9446 11.1162 14.6518 11.4091L13.0607 13.0001L14.6517 14.5911C14.9446 14.884 14.9446 15.3589 14.6517 15.6518C14.3588 15.9447 13.884 15.9447 13.5911 15.6518L12.0001 14.0608L10.4091 15.6518C10.1162 15.9446 9.64134 15.9446 9.34845 15.6518C9.05556 15.3589 9.05556 14.884 9.34845 14.5911L10.9394 13.0001L9.34843 11.4091C9.05554 11.1162 9.05554 10.6414 9.34843 10.3485C9.64133 10.0556 10.1162 10.0556 10.4091 10.3485L12.0001 11.9395L13.5911 10.3484C13.884 10.0556 14.3589 10.0556 14.6518 10.3484Z"/><path d="M8.13612 1.6026C8.35566 1.95386 8.24887 2.41657 7.89762 2.6361L3.8976 5.1361C3.54634 5.35563 3.08363 5.24885 2.8641 4.8976C2.64457 4.54634 2.75135 4.08363 3.1026 3.8641L7.10263 1.3641C7.45388 1.14457 7.91659 1.25135 8.13612 1.6026ZM15.8641 1.6026C16.0836 1.25135 16.5463 1.14457 16.8976 1.3641L20.8976 3.8641C21.2489 4.08363 21.3556 4.54635 21.1361 4.8976C20.9166 5.24885 20.4539 5.35563 20.1026 5.1361L16.1026 2.6361C15.7513 2.41657 15.6446 1.95385 15.8641 1.6026Z"/></g></svg>
</template>

CSS

.icon-alarm-turn-off-bold {
  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%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M12.0001%2022.0001C16.9707%2022.0001%2021.0001%2017.9707%2021.0001%2013.0001C21.0001%208.02954%2016.9707%204.0001%2012.0001%204.0001C7.02954%204.0001%203.0001%208.02954%203.0001%2013.0001C3.0001%2017.9707%207.02954%2022.0001%2012.0001%2022.0001ZM14.6518%2010.3484C14.9446%2010.6413%2014.9446%2011.1162%2014.6518%2011.4091L13.0607%2013.0001L14.6517%2014.5911C14.9446%2014.884%2014.9446%2015.3589%2014.6517%2015.6518C14.3588%2015.9447%2013.884%2015.9447%2013.5911%2015.6518L12.0001%2014.0608L10.4091%2015.6518C10.1162%2015.9446%209.64134%2015.9446%209.34845%2015.6518C9.05556%2015.3589%209.05556%2014.884%209.34845%2014.5911L10.9394%2013.0001L9.34843%2011.4091C9.05554%2011.1162%209.05554%2010.6414%209.34843%2010.3485C9.64133%2010.0556%2010.1162%2010.0556%2010.4091%2010.3485L12.0001%2011.9395L13.5911%2010.3484C13.884%2010.0556%2014.3589%2010.0556%2014.6518%2010.3484Z%22%2F%3E%3Cpath%20d%3D%22M8.13612%201.6026C8.35566%201.95386%208.24887%202.41657%207.89762%202.6361L3.8976%205.1361C3.54634%205.35563%203.08363%205.24885%202.8641%204.8976C2.64457%204.54634%202.75135%204.08363%203.1026%203.8641L7.10263%201.3641C7.45388%201.14457%207.91659%201.25135%208.13612%201.6026ZM15.8641%201.6026C16.0836%201.25135%2016.5463%201.14457%2016.8976%201.3641L20.8976%203.8641C21.2489%204.08363%2021.3556%204.54635%2021.1361%204.8976C20.9166%205.24885%2020.4539%205.35563%2020.1026%205.1361L16.1026%202.6361C15.7513%202.41657%2015.6446%201.95385%2015.8641%201.6026Z%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%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M12.0001%2022.0001C16.9707%2022.0001%2021.0001%2017.9707%2021.0001%2013.0001C21.0001%208.02954%2016.9707%204.0001%2012.0001%204.0001C7.02954%204.0001%203.0001%208.02954%203.0001%2013.0001C3.0001%2017.9707%207.02954%2022.0001%2012.0001%2022.0001ZM14.6518%2010.3484C14.9446%2010.6413%2014.9446%2011.1162%2014.6518%2011.4091L13.0607%2013.0001L14.6517%2014.5911C14.9446%2014.884%2014.9446%2015.3589%2014.6517%2015.6518C14.3588%2015.9447%2013.884%2015.9447%2013.5911%2015.6518L12.0001%2014.0608L10.4091%2015.6518C10.1162%2015.9446%209.64134%2015.9446%209.34845%2015.6518C9.05556%2015.3589%209.05556%2014.884%209.34845%2014.5911L10.9394%2013.0001L9.34843%2011.4091C9.05554%2011.1162%209.05554%2010.6414%209.34843%2010.3485C9.64133%2010.0556%2010.1162%2010.0556%2010.4091%2010.3485L12.0001%2011.9395L13.5911%2010.3484C13.884%2010.0556%2014.3589%2010.0556%2014.6518%2010.3484Z%22%2F%3E%3Cpath%20d%3D%22M8.13612%201.6026C8.35566%201.95386%208.24887%202.41657%207.89762%202.6361L3.8976%205.1361C3.54634%205.35563%203.08363%205.24885%202.8641%204.8976C2.64457%204.54634%202.75135%204.08363%203.1026%203.8641L7.10263%201.3641C7.45388%201.14457%207.91659%201.25135%208.13612%201.6026ZM15.8641%201.6026C16.0836%201.25135%2016.5463%201.14457%2016.8976%201.3641L20.8976%203.8641C21.2489%204.08363%2021.3556%204.54635%2021.1361%204.8976C20.9166%205.24885%2020.4539%205.35563%2020.1026%205.1361L16.1026%202.6361C15.7513%202.41657%2015.6446%201.95385%2015.8641%201.6026Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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