quiet time active icon
quiet-time-active-rounded from Material Symbols by Google · Rounded · Apache-2.0 Free for personal and commercial use.
- Name
- quiet-time-active-rounded
- Set
- Material Symbols
- Style
- Rounded
- Viewbox
- 24×24
- License
- Apache 2.0
2 other variants in Material Symbols
Related icons in Material Symbols
Use the quiet time active icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.15 18.125L5.875 3.85Q6.7 3 7.663 2.375t2.012-1q.55-.2 1.012.138t.438.912q-.075 2.1.688 4.038T14.075 9.9q1.5 1.5 3.425 2.25t4.05.675q.575-.025.938.388t.187.912q-.425 1.2-1.05 2.188t-1.475 1.812Zm-1.475 4.2l-2-1.975q-.85.325-1.738.487T13.1 21q-2.1 0-3.937-.8t-3.2-2.163Q4.6 16.675 3.8 14.837T3 10.9q0-.95.163-1.838t.487-1.737L1.675 5.35q-.3-.3-.287-.713t.312-.712q.3-.3.713-.3t.712.3l16.975 17q.3.3.3.7t-.3.7q-.3.3-.713.3t-.712-.3Z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsQuietTimeActiveRounded(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.15 18.125L5.875 3.85Q6.7 3 7.663 2.375t2.012-1q.55-.2 1.012.138t.438.912q-.075 2.1.688 4.038T14.075 9.9q1.5 1.5 3.425 2.25t4.05.675q.575-.025.938.388t.187.912q-.425 1.2-1.05 2.188t-1.475 1.812Zm-1.475 4.2l-2-1.975q-.85.325-1.738.487T13.1 21q-2.1 0-3.937-.8t-3.2-2.163Q4.6 16.675 3.8 14.837T3 10.9q0-.95.163-1.838t.487-1.737L1.675 5.35q-.3-.3-.287-.713t.312-.712q.3-.3.713-.3t.712.3l16.975 17q.3.3.3.7t-.3.7q-.3.3-.713.3t-.712-.3Z"/></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.15 18.125L5.875 3.85Q6.7 3 7.663 2.375t2.012-1q.55-.2 1.012.138t.438.912q-.075 2.1.688 4.038T14.075 9.9q1.5 1.5 3.425 2.25t4.05.675q.575-.025.938.388t.187.912q-.425 1.2-1.05 2.188t-1.475 1.812Zm-1.475 4.2l-2-1.975q-.85.325-1.738.487T13.1 21q-2.1 0-3.937-.8t-3.2-2.163Q4.6 16.675 3.8 14.837T3 10.9q0-.95.163-1.838t.487-1.737L1.675 5.35q-.3-.3-.287-.713t.312-.712q.3-.3.713-.3t.712.3l16.975 17q.3.3.3.7t-.3.7q-.3.3-.713.3t-.712-.3Z"/></svg> </template>
CSS
.icon-quiet-time-active-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%22M20.15%2018.125L5.875%203.85Q6.7%203%207.663%202.375t2.012-1q.55-.2%201.012.138t.438.912q-.075%202.1.688%204.038T14.075%209.9q1.5%201.5%203.425%202.25t4.05.675q.575-.025.938.388t.187.912q-.425%201.2-1.05%202.188t-1.475%201.812Zm-1.475%204.2l-2-1.975q-.85.325-1.738.487T13.1%2021q-2.1%200-3.937-.8t-3.2-2.163Q4.6%2016.675%203.8%2014.837T3%2010.9q0-.95.163-1.838t.487-1.737L1.675%205.35q-.3-.3-.287-.713t.312-.712q.3-.3.713-.3t.712.3l16.975%2017q.3.3.3.7t-.3.7q-.3.3-.713.3t-.712-.3Z%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.15%2018.125L5.875%203.85Q6.7%203%207.663%202.375t2.012-1q.55-.2%201.012.138t.438.912q-.075%202.1.688%204.038T14.075%209.9q1.5%201.5%203.425%202.25t4.05.675q.575-.025.938.388t.187.912q-.425%201.2-1.05%202.188t-1.475%201.812Zm-1.475%204.2l-2-1.975q-.85.325-1.738.487T13.1%2021q-2.1%200-3.937-.8t-3.2-2.163Q4.6%2016.675%203.8%2014.837T3%2010.9q0-.95.163-1.838t.487-1.737L1.675%205.35q-.3-.3-.287-.713t.312-.712q.3-.3.713-.3t.712.3l16.975%2017q.3.3.3.7t-.3.7q-.3.3-.713.3t-.712-.3Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/quiet-time-active-rounded.svg?color=%231a73e8&size=48