quiet time active icon

quiet-time-active-outline-rounded from Material Symbols by Google · Outline Rounded · Apache-2.0 Free for personal and commercial use.

Name
quiet-time-active-outline-rounded
Set
Material Symbols
Style
Outline 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.125L18.725 16.7q.425-.4.775-.863t.625-.962q-1.2-.125-2.35-.45t-2.2-.875L10.4 8.375q-.55-1.05-.875-2.188T9.1 3.85q-.5.275-.963.625t-.862.775l-1.4-1.4Q6.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.65-.025.963.425t.087 1.05q-.35 1.05-.975 2.025t-1.475 1.8Zm-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-.3ZM13.1 19q.5 0 1-.063t.975-.187l-4.925-4.925l-4.9-4.9q-.125.5-.188.988T5 10.9q0 3.375 2.363 5.738T13.1 19Zm-2.95-5.175Zm2.85-2.85Z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsQuietTimeActiveOutlineRounded(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.125L18.725 16.7q.425-.4.775-.863t.625-.962q-1.2-.125-2.35-.45t-2.2-.875L10.4 8.375q-.55-1.05-.875-2.188T9.1 3.85q-.5.275-.963.625t-.862.775l-1.4-1.4Q6.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.65-.025.963.425t.087 1.05q-.35 1.05-.975 2.025t-1.475 1.8Zm-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-.3ZM13.1 19q.5 0 1-.063t.975-.187l-4.925-4.925l-4.9-4.9q-.125.5-.188.988T5 10.9q0 3.375 2.363 5.738T13.1 19Zm-2.95-5.175Zm2.85-2.85Z"/></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.125L18.725 16.7q.425-.4.775-.863t.625-.962q-1.2-.125-2.35-.45t-2.2-.875L10.4 8.375q-.55-1.05-.875-2.188T9.1 3.85q-.5.275-.963.625t-.862.775l-1.4-1.4Q6.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.65-.025.963.425t.087 1.05q-.35 1.05-.975 2.025t-1.475 1.8Zm-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-.3ZM13.1 19q.5 0 1-.063t.975-.187l-4.925-4.925l-4.9-4.9q-.125.5-.188.988T5 10.9q0 3.375 2.363 5.738T13.1 19Zm-2.95-5.175Zm2.85-2.85Z"/></svg>
</template>

CSS

.icon-quiet-time-active-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%22M20.15%2018.125L18.725%2016.7q.425-.4.775-.863t.625-.962q-1.2-.125-2.35-.45t-2.2-.875L10.4%208.375q-.55-1.05-.875-2.188T9.1%203.85q-.5.275-.963.625t-.862.775l-1.4-1.4Q6.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.65-.025.963.425t.087%201.05q-.35%201.05-.975%202.025t-1.475%201.8Zm-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-.3ZM13.1%2019q.5%200%201-.063t.975-.187l-4.925-4.925l-4.9-4.9q-.125.5-.188.988T5%2010.9q0%203.375%202.363%205.738T13.1%2019Zm-2.95-5.175Zm2.85-2.85Z%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.125L18.725%2016.7q.425-.4.775-.863t.625-.962q-1.2-.125-2.35-.45t-2.2-.875L10.4%208.375q-.55-1.05-.875-2.188T9.1%203.85q-.5.275-.963.625t-.862.775l-1.4-1.4Q6.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.65-.025.963.425t.087%201.05q-.35%201.05-.975%202.025t-1.475%201.8Zm-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-.3ZM13.1%2019q.5%200%201-.063t.975-.187l-4.925-4.925l-4.9-4.9q-.125.5-.188.988T5%2010.9q0%203.375%202.363%205.738T13.1%2019Zm-2.95-5.175Zm2.85-2.85Z%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-outline-rounded.svg?color=%231a73e8&size=48