timer off icon
timer-off-outline-rounded from Material Symbols by Google · Outline Rounded · Images · Apache-2.0 Free for personal and commercial use.
- Name
- timer-off-outline-rounded
- Set
- Material Symbols
- Style
- Outline Rounded
- Category
- Images
- Viewbox
- 24×24
- License
- Apache 2.0
3 other variants in Material Symbols
The same icon in other sets
More images icons from Material Symbols
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 4q1.5 0 2.938.5t2.712 1.45l.7-.7q.275-.275.7-.275t.7.275t.275.7t-.275.7l-.7.7q.95 1.275 1.45 2.713T21 13q0 .65-.1 1.288t-.3 1.287q-.175.55-.562.725t-.738.05t-.587-.45t-.088-.75q.2-.55.288-1.087T19 13q0-2.9-2.05-4.95T12 6q-.5 0-1.075.088t-1.15.287q-.425.125-.725-.1T8.625 5.7t.038-.737t.662-.563q.65-.2 1.325-.3T12 4m1 6.2V9q0-.425-.287-.712T12 8q-.25 0-.462.1t-.338.3zM12 22q-1.85 0-3.487-.712T5.65 19.35t-1.937-2.863T3 13q0-1.5.463-2.887T4.8 7.6L2.1 4.9q-.275-.275-.275-.7t.275-.7t.7-.275t.7.275l17 17q.275.275.275.7t-.275.7t-.7.275t-.7-.275l-1.7-1.7q-1.2.875-2.587 1.338T12 22m0-2q1.05 0 2.05-.325t1.875-.925L6.2 9.025q-.6.875-.9 1.875T5 13q0 2.9 2.05 4.95T12 20M10 3q-.425 0-.712-.288T9 2t.288-.712T10 1h4q.425 0 .713.288T15 2t-.288.713T14 3zm3.9 8.075"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsTimerOffOutlineRounded(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 4q1.5 0 2.938.5t2.712 1.45l.7-.7q.275-.275.7-.275t.7.275t.275.7t-.275.7l-.7.7q.95 1.275 1.45 2.713T21 13q0 .65-.1 1.288t-.3 1.287q-.175.55-.562.725t-.738.05t-.587-.45t-.088-.75q.2-.55.288-1.087T19 13q0-2.9-2.05-4.95T12 6q-.5 0-1.075.088t-1.15.287q-.425.125-.725-.1T8.625 5.7t.038-.737t.662-.563q.65-.2 1.325-.3T12 4m1 6.2V9q0-.425-.287-.712T12 8q-.25 0-.462.1t-.338.3zM12 22q-1.85 0-3.487-.712T5.65 19.35t-1.937-2.863T3 13q0-1.5.463-2.887T4.8 7.6L2.1 4.9q-.275-.275-.275-.7t.275-.7t.7-.275t.7.275l17 17q.275.275.275.7t-.275.7t-.7.275t-.7-.275l-1.7-1.7q-1.2.875-2.587 1.338T12 22m0-2q1.05 0 2.05-.325t1.875-.925L6.2 9.025q-.6.875-.9 1.875T5 13q0 2.9 2.05 4.95T12 20M10 3q-.425 0-.712-.288T9 2t.288-.712T10 1h4q.425 0 .713.288T15 2t-.288.713T14 3zm3.9 8.075"/></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 4q1.5 0 2.938.5t2.712 1.45l.7-.7q.275-.275.7-.275t.7.275t.275.7t-.275.7l-.7.7q.95 1.275 1.45 2.713T21 13q0 .65-.1 1.288t-.3 1.287q-.175.55-.562.725t-.738.05t-.587-.45t-.088-.75q.2-.55.288-1.087T19 13q0-2.9-2.05-4.95T12 6q-.5 0-1.075.088t-1.15.287q-.425.125-.725-.1T8.625 5.7t.038-.737t.662-.563q.65-.2 1.325-.3T12 4m1 6.2V9q0-.425-.287-.712T12 8q-.25 0-.462.1t-.338.3zM12 22q-1.85 0-3.487-.712T5.65 19.35t-1.937-2.863T3 13q0-1.5.463-2.887T4.8 7.6L2.1 4.9q-.275-.275-.275-.7t.275-.7t.7-.275t.7.275l17 17q.275.275.275.7t-.275.7t-.7.275t-.7-.275l-1.7-1.7q-1.2.875-2.587 1.338T12 22m0-2q1.05 0 2.05-.325t1.875-.925L6.2 9.025q-.6.875-.9 1.875T5 13q0 2.9 2.05 4.95T12 20M10 3q-.425 0-.712-.288T9 2t.288-.712T10 1h4q.425 0 .713.288T15 2t-.288.713T14 3zm3.9 8.075"/></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%204q1.5%200%202.938.5t2.712%201.45l.7-.7q.275-.275.7-.275t.7.275t.275.7t-.275.7l-.7.7q.95%201.275%201.45%202.713T21%2013q0%20.65-.1%201.288t-.3%201.287q-.175.55-.562.725t-.738.05t-.587-.45t-.088-.75q.2-.55.288-1.087T19%2013q0-2.9-2.05-4.95T12%206q-.5%200-1.075.088t-1.15.287q-.425.125-.725-.1T8.625%205.7t.038-.737t.662-.563q.65-.2%201.325-.3T12%204m1%206.2V9q0-.425-.287-.712T12%208q-.25%200-.462.1t-.338.3zM12%2022q-1.85%200-3.487-.712T5.65%2019.35t-1.937-2.863T3%2013q0-1.5.463-2.887T4.8%207.6L2.1%204.9q-.275-.275-.275-.7t.275-.7t.7-.275t.7.275l17%2017q.275.275.275.7t-.275.7t-.7.275t-.7-.275l-1.7-1.7q-1.2.875-2.587%201.338T12%2022m0-2q1.05%200%202.05-.325t1.875-.925L6.2%209.025q-.6.875-.9%201.875T5%2013q0%202.9%202.05%204.95T12%2020M10%203q-.425%200-.712-.288T9%202t.288-.712T10%201h4q.425%200%20.713.288T15%202t-.288.713T14%203zm3.9%208.075%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%204q1.5%200%202.938.5t2.712%201.45l.7-.7q.275-.275.7-.275t.7.275t.275.7t-.275.7l-.7.7q.95%201.275%201.45%202.713T21%2013q0%20.65-.1%201.288t-.3%201.287q-.175.55-.562.725t-.738.05t-.587-.45t-.088-.75q.2-.55.288-1.087T19%2013q0-2.9-2.05-4.95T12%206q-.5%200-1.075.088t-1.15.287q-.425.125-.725-.1T8.625%205.7t.038-.737t.662-.563q.65-.2%201.325-.3T12%204m1%206.2V9q0-.425-.287-.712T12%208q-.25%200-.462.1t-.338.3zM12%2022q-1.85%200-3.487-.712T5.65%2019.35t-1.937-2.863T3%2013q0-1.5.463-2.887T4.8%207.6L2.1%204.9q-.275-.275-.275-.7t.275-.7t.7-.275t.7.275l17%2017q.275.275.275.7t-.275.7t-.7.275t-.7-.275l-1.7-1.7q-1.2.875-2.587%201.338T12%2022m0-2q1.05%200%202.05-.325t1.875-.925L6.2%209.025q-.6.875-.9%201.875T5%2013q0%202.9%202.05%204.95T12%2020M10%203q-.425%200-.712-.288T9%202t.288-.712T10%201h4q.425%200%20.713.288T15%202t-.288.713T14%203zm3.9%208.075%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/timer-off-outline-rounded.svg?color=%231a73e8&size=48