alarm plus icon
alarm-plus-filled from Tabler Icons by Paweł Kuna · Filled · MIT Free for personal and commercial use.
- Name
- alarm-plus-filled
- Set
- Tabler Icons
- Style
- Filled
- Viewbox
- 24×24
- License
- MIT
1 other variant in Tabler Icons
The same icon in other sets
Related icons in Tabler Icons
Use the alarm plus icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M16 6.072a8 8 0 1 1-11.995 7.213L4 13l.005-.285A8 8 0 0 1 16 6.072M12 10a1 1 0 0 0-1 1v1h-1l-.117.007A1 1 0 0 0 10 14h1v1l.007.117A1 1 0 0 0 13 15v-1h1l.117-.007A1 1 0 0 0 14 12h-1v-1l-.007-.117A1 1 0 0 0 12 10"/><path d="M6.412 3.191A1 1 0 0 1 7.685 4.73l-.097.08l-2.75 2a1 1 0 0 1-1.273-1.54l.097-.08zm9.779.221a1 1 0 0 1 1.291-.288l.106.067l2.75 2a1 1 0 0 1-1.07 1.685l-.106-.067l-2.75-2a1 1 0 0 1-.22-1.397z"/></g></svg>
React
import type { SVGProps } from "react";
export function TablerAlarmPlusFilled(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="M16 6.072a8 8 0 1 1-11.995 7.213L4 13l.005-.285A8 8 0 0 1 16 6.072M12 10a1 1 0 0 0-1 1v1h-1l-.117.007A1 1 0 0 0 10 14h1v1l.007.117A1 1 0 0 0 13 15v-1h1l.117-.007A1 1 0 0 0 14 12h-1v-1l-.007-.117A1 1 0 0 0 12 10"/><path d="M6.412 3.191A1 1 0 0 1 7.685 4.73l-.097.08l-2.75 2a1 1 0 0 1-1.273-1.54l.097-.08zm9.779.221a1 1 0 0 1 1.291-.288l.106.067l2.75 2a1 1 0 0 1-1.07 1.685l-.106-.067l-2.75-2a1 1 0 0 1-.22-1.397z"/></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="M16 6.072a8 8 0 1 1-11.995 7.213L4 13l.005-.285A8 8 0 0 1 16 6.072M12 10a1 1 0 0 0-1 1v1h-1l-.117.007A1 1 0 0 0 10 14h1v1l.007.117A1 1 0 0 0 13 15v-1h1l.117-.007A1 1 0 0 0 14 12h-1v-1l-.007-.117A1 1 0 0 0 12 10"/><path d="M6.412 3.191A1 1 0 0 1 7.685 4.73l-.097.08l-2.75 2a1 1 0 0 1-1.273-1.54l.097-.08zm9.779.221a1 1 0 0 1 1.291-.288l.106.067l2.75 2a1 1 0 0 1-1.07 1.685l-.106-.067l-2.75-2a1 1 0 0 1-.22-1.397z"/></g></svg> </template>
CSS
.icon-alarm-plus-filled {
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%22M16%206.072a8%208%200%201%201-11.995%207.213L4%2013l.005-.285A8%208%200%200%201%2016%206.072M12%2010a1%201%200%200%200-1%201v1h-1l-.117.007A1%201%200%200%200%2010%2014h1v1l.007.117A1%201%200%200%200%2013%2015v-1h1l.117-.007A1%201%200%200%200%2014%2012h-1v-1l-.007-.117A1%201%200%200%200%2012%2010%22%2F%3E%3Cpath%20d%3D%22M6.412%203.191A1%201%200%200%201%207.685%204.73l-.097.08l-2.75%202a1%201%200%200%201-1.273-1.54l.097-.08zm9.779.221a1%201%200%200%201%201.291-.288l.106.067l2.75%202a1%201%200%200%201-1.07%201.685l-.106-.067l-2.75-2a1%201%200%200%201-.22-1.397z%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%22M16%206.072a8%208%200%201%201-11.995%207.213L4%2013l.005-.285A8%208%200%200%201%2016%206.072M12%2010a1%201%200%200%200-1%201v1h-1l-.117.007A1%201%200%200%200%2010%2014h1v1l.007.117A1%201%200%200%200%2013%2015v-1h1l.117-.007A1%201%200%200%200%2014%2012h-1v-1l-.007-.117A1%201%200%200%200%2012%2010%22%2F%3E%3Cpath%20d%3D%22M6.412%203.191A1%201%200%200%201%207.685%204.73l-.097.08l-2.75%202a1%201%200%200%201-1.273-1.54l.097-.08zm9.779.221a1%201%200%200%201%201.291-.288l.106.067l2.75%202a1%201%200%200%201-1.07%201.685l-.106-.067l-2.75-2a1%201%200%200%201-.22-1.397z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/tabler/alarm-plus-filled.svg?color=%231a73e8&size=48