timer off icon
timer-off-outline-rounded from Material Symbols Light by Google · Outline Rounded · Images · Apache-2.0 Free for personal and commercial use.
- Name
- timer-off-outline-rounded
- Set
- Material Symbols Light
- Style
- Outline Rounded
- Category
- Images
- Viewbox
- 24×24
- License
- Apache 2.0
3 other variants in Material Symbols Light
The same icon in other sets
More images icons from Material Symbols Light
Use the timer off icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 5q1.423 0 2.774.51t2.51 1.479l.739-.739q.14-.14.344-.15t.364.15t.16.354t-.16.354l-.739.738q.97 1.16 1.489 2.52T20 13q0 .65-.11 1.307t-.329 1.287q-.098.281-.293.37t-.372.02t-.29-.228t-.039-.356q.22-.588.326-1.184Q19 13.621 19 13q0-2.9-2.05-4.95T12 6q-.558 0-1.21.107q-.651.106-1.226.326q-.195.067-.35-.033t-.224-.277q-.067-.177.009-.372t.345-.293q.65-.239 1.325-.349T12 5m.5 4.68v-.796q0-.213-.143-.356q-.144-.144-.357-.144q-.154 0-.28.1t-.174.243zM12 21q-1.658 0-3.113-.626t-2.545-1.716t-1.716-2.546T4 13q0-1.538.549-2.935T6.146 7.56L2.985 4.4q-.14-.14-.15-.344t.15-.364t.354-.16t.353.16l16.616 16.616q.14.14.15.344t-.15.364t-.354.159t-.354-.16l-2.161-2.161q-1.066 1.01-2.492 1.578T12 21m0-1q1.28 0 2.502-.488q1.221-.489 2.212-1.377l-9.86-9.86q-.889.952-1.371 2.164T5 13q0 2.9 2.05 4.95T12 20M9.884 2.5q-.213 0-.356-.143q-.144-.144-.144-.357t.144-.357t.357-.143h4.23q.214 0 .357.143q.144.144.144.357t-.144.357q-.143.143-.356.143zm4.035 8.575"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightTimerOffOutlineRounded(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="M12 5q1.423 0 2.774.51t2.51 1.479l.739-.739q.14-.14.344-.15t.364.15t.16.354t-.16.354l-.739.738q.97 1.16 1.489 2.52T20 13q0 .65-.11 1.307t-.329 1.287q-.098.281-.293.37t-.372.02t-.29-.228t-.039-.356q.22-.588.326-1.184Q19 13.621 19 13q0-2.9-2.05-4.95T12 6q-.558 0-1.21.107q-.651.106-1.226.326q-.195.067-.35-.033t-.224-.277q-.067-.177.009-.372t.345-.293q.65-.239 1.325-.349T12 5m.5 4.68v-.796q0-.213-.143-.356q-.144-.144-.357-.144q-.154 0-.28.1t-.174.243zM12 21q-1.658 0-3.113-.626t-2.545-1.716t-1.716-2.546T4 13q0-1.538.549-2.935T6.146 7.56L2.985 4.4q-.14-.14-.15-.344t.15-.364t.354-.16t.353.16l16.616 16.616q.14.14.15.344t-.15.364t-.354.159t-.354-.16l-2.161-2.161q-1.066 1.01-2.492 1.578T12 21m0-1q1.28 0 2.502-.488q1.221-.489 2.212-1.377l-9.86-9.86q-.889.952-1.371 2.164T5 13q0 2.9 2.05 4.95T12 20M9.884 2.5q-.213 0-.356-.143q-.144-.144-.144-.357t.144-.357t.357-.143h4.23q.214 0 .357.143q.144.144.144.357t-.144.357q-.143.143-.356.143zm4.035 8.575"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 5q1.423 0 2.774.51t2.51 1.479l.739-.739q.14-.14.344-.15t.364.15t.16.354t-.16.354l-.739.738q.97 1.16 1.489 2.52T20 13q0 .65-.11 1.307t-.329 1.287q-.098.281-.293.37t-.372.02t-.29-.228t-.039-.356q.22-.588.326-1.184Q19 13.621 19 13q0-2.9-2.05-4.95T12 6q-.558 0-1.21.107q-.651.106-1.226.326q-.195.067-.35-.033t-.224-.277q-.067-.177.009-.372t.345-.293q.65-.239 1.325-.349T12 5m.5 4.68v-.796q0-.213-.143-.356q-.144-.144-.357-.144q-.154 0-.28.1t-.174.243zM12 21q-1.658 0-3.113-.626t-2.545-1.716t-1.716-2.546T4 13q0-1.538.549-2.935T6.146 7.56L2.985 4.4q-.14-.14-.15-.344t.15-.364t.354-.16t.353.16l16.616 16.616q.14.14.15.344t-.15.364t-.354.159t-.354-.16l-2.161-2.161q-1.066 1.01-2.492 1.578T12 21m0-1q1.28 0 2.502-.488q1.221-.489 2.212-1.377l-9.86-9.86q-.889.952-1.371 2.164T5 13q0 2.9 2.05 4.95T12 20M9.884 2.5q-.213 0-.356-.143q-.144-.144-.144-.357t.144-.357t.357-.143h4.23q.214 0 .357.143q.144.144.144.357t-.144.357q-.143.143-.356.143zm4.035 8.575"/></svg> </template>
CSS
.icon-timer-off-outline-rounded {
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%22M12%205q1.423%200%202.774.51t2.51%201.479l.739-.739q.14-.14.344-.15t.364.15t.16.354t-.16.354l-.739.738q.97%201.16%201.489%202.52T20%2013q0%20.65-.11%201.307t-.329%201.287q-.098.281-.293.37t-.372.02t-.29-.228t-.039-.356q.22-.588.326-1.184Q19%2013.621%2019%2013q0-2.9-2.05-4.95T12%206q-.558%200-1.21.107q-.651.106-1.226.326q-.195.067-.35-.033t-.224-.277q-.067-.177.009-.372t.345-.293q.65-.239%201.325-.349T12%205m.5%204.68v-.796q0-.213-.143-.356q-.144-.144-.357-.144q-.154%200-.28.1t-.174.243zM12%2021q-1.658%200-3.113-.626t-2.545-1.716t-1.716-2.546T4%2013q0-1.538.549-2.935T6.146%207.56L2.985%204.4q-.14-.14-.15-.344t.15-.364t.354-.16t.353.16l16.616%2016.616q.14.14.15.344t-.15.364t-.354.159t-.354-.16l-2.161-2.161q-1.066%201.01-2.492%201.578T12%2021m0-1q1.28%200%202.502-.488q1.221-.489%202.212-1.377l-9.86-9.86q-.889.952-1.371%202.164T5%2013q0%202.9%202.05%204.95T12%2020M9.884%202.5q-.213%200-.356-.143q-.144-.144-.144-.357t.144-.357t.357-.143h4.23q.214%200%20.357.143q.144.144.144.357t-.144.357q-.143.143-.356.143zm4.035%208.575%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%22M12%205q1.423%200%202.774.51t2.51%201.479l.739-.739q.14-.14.344-.15t.364.15t.16.354t-.16.354l-.739.738q.97%201.16%201.489%202.52T20%2013q0%20.65-.11%201.307t-.329%201.287q-.098.281-.293.37t-.372.02t-.29-.228t-.039-.356q.22-.588.326-1.184Q19%2013.621%2019%2013q0-2.9-2.05-4.95T12%206q-.558%200-1.21.107q-.651.106-1.226.326q-.195.067-.35-.033t-.224-.277q-.067-.177.009-.372t.345-.293q.65-.239%201.325-.349T12%205m.5%204.68v-.796q0-.213-.143-.356q-.144-.144-.357-.144q-.154%200-.28.1t-.174.243zM12%2021q-1.658%200-3.113-.626t-2.545-1.716t-1.716-2.546T4%2013q0-1.538.549-2.935T6.146%207.56L2.985%204.4q-.14-.14-.15-.344t.15-.364t.354-.16t.353.16l16.616%2016.616q.14.14.15.344t-.15.364t-.354.159t-.354-.16l-2.161-2.161q-1.066%201.01-2.492%201.578T12%2021m0-1q1.28%200%202.502-.488q1.221-.489%202.212-1.377l-9.86-9.86q-.889.952-1.371%202.164T5%2013q0%202.9%202.05%204.95T12%2020M9.884%202.5q-.213%200-.356-.143q-.144-.144-.144-.357t.144-.357t.357-.143h4.23q.214%200%20.357.143q.144.144.144.357t-.144.357q-.143.143-.356.143zm4.035%208.575%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/timer-off-outline-rounded.svg?color=%231a73e8&size=48