quiet time active icon

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

Name
quiet-time-active-outline
Set
Material Symbols
Style
Outline
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-.862q.35-.463.625-.963q-1.2-.125-2.35-.45q-1.15-.325-2.2-.875L10.4 8.375q-.55-1.05-.875-2.187Q9.2 5.05 9.1 3.85q-.5.275-.963.625q-.462.35-.862.775l-1.4-1.4q1.075-1.1 2.437-1.825Q9.675 1.3 11.25 1q-.45 2.475.275 4.837q.725 2.363 2.5 4.138t4.138 2.5q2.362.725 4.837.275q-.275 1.575-1.012 2.938q-.738 1.362-1.838 2.437Zm-.775 4.925l-2.7-2.7q-.85.325-1.737.487Q14.05 21 13.1 21q-2.1 0-3.938-.8q-1.837-.8-3.199-2.162q-1.363-1.363-2.163-3.2Q3 13 3 10.9q0-.95.163-1.838q.162-.887.487-1.737L.975 4.65L2.4 3.225l18.4 18.4ZM13.1 19q.5 0 1-.062q.5-.063.975-.188l-4.925-4.925l-4.9-4.9q-.125.5-.188.987Q5 10.4 5 10.9q0 3.375 2.363 5.737Q9.725 19 13.1 19Zm-2.95-5.175Zm2.85-2.85Z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsQuietTimeActiveOutline(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-.862q.35-.463.625-.963q-1.2-.125-2.35-.45q-1.15-.325-2.2-.875L10.4 8.375q-.55-1.05-.875-2.187Q9.2 5.05 9.1 3.85q-.5.275-.963.625q-.462.35-.862.775l-1.4-1.4q1.075-1.1 2.437-1.825Q9.675 1.3 11.25 1q-.45 2.475.275 4.837q.725 2.363 2.5 4.138t4.138 2.5q2.362.725 4.837.275q-.275 1.575-1.012 2.938q-.738 1.362-1.838 2.437Zm-.775 4.925l-2.7-2.7q-.85.325-1.737.487Q14.05 21 13.1 21q-2.1 0-3.938-.8q-1.837-.8-3.199-2.162q-1.363-1.363-2.163-3.2Q3 13 3 10.9q0-.95.163-1.838q.162-.887.487-1.737L.975 4.65L2.4 3.225l18.4 18.4ZM13.1 19q.5 0 1-.062q.5-.063.975-.188l-4.925-4.925l-4.9-4.9q-.125.5-.188.987Q5 10.4 5 10.9q0 3.375 2.363 5.737Q9.725 19 13.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-.862q.35-.463.625-.963q-1.2-.125-2.35-.45q-1.15-.325-2.2-.875L10.4 8.375q-.55-1.05-.875-2.187Q9.2 5.05 9.1 3.85q-.5.275-.963.625q-.462.35-.862.775l-1.4-1.4q1.075-1.1 2.437-1.825Q9.675 1.3 11.25 1q-.45 2.475.275 4.837q.725 2.363 2.5 4.138t4.138 2.5q2.362.725 4.837.275q-.275 1.575-1.012 2.938q-.738 1.362-1.838 2.437Zm-.775 4.925l-2.7-2.7q-.85.325-1.737.487Q14.05 21 13.1 21q-2.1 0-3.938-.8q-1.837-.8-3.199-2.162q-1.363-1.363-2.163-3.2Q3 13 3 10.9q0-.95.163-1.838q.162-.887.487-1.737L.975 4.65L2.4 3.225l18.4 18.4ZM13.1 19q.5 0 1-.062q.5-.063.975-.188l-4.925-4.925l-4.9-4.9q-.125.5-.188.987Q5 10.4 5 10.9q0 3.375 2.363 5.737Q9.725 19 13.1 19Zm-2.95-5.175Zm2.85-2.85Z"/></svg>
</template>

CSS

.icon-quiet-time-active-outline {
  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-.862q.35-.463.625-.963q-1.2-.125-2.35-.45q-1.15-.325-2.2-.875L10.4%208.375q-.55-1.05-.875-2.187Q9.2%205.05%209.1%203.85q-.5.275-.963.625q-.462.35-.862.775l-1.4-1.4q1.075-1.1%202.437-1.825Q9.675%201.3%2011.25%201q-.45%202.475.275%204.837q.725%202.363%202.5%204.138t4.138%202.5q2.362.725%204.837.275q-.275%201.575-1.012%202.938q-.738%201.362-1.838%202.437Zm-.775%204.925l-2.7-2.7q-.85.325-1.737.487Q14.05%2021%2013.1%2021q-2.1%200-3.938-.8q-1.837-.8-3.199-2.162q-1.363-1.363-2.163-3.2Q3%2013%203%2010.9q0-.95.163-1.838q.162-.887.487-1.737L.975%204.65L2.4%203.225l18.4%2018.4ZM13.1%2019q.5%200%201-.062q.5-.063.975-.188l-4.925-4.925l-4.9-4.9q-.125.5-.188.987Q5%2010.4%205%2010.9q0%203.375%202.363%205.737Q9.725%2019%2013.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-.862q.35-.463.625-.963q-1.2-.125-2.35-.45q-1.15-.325-2.2-.875L10.4%208.375q-.55-1.05-.875-2.187Q9.2%205.05%209.1%203.85q-.5.275-.963.625q-.462.35-.862.775l-1.4-1.4q1.075-1.1%202.437-1.825Q9.675%201.3%2011.25%201q-.45%202.475.275%204.837q.725%202.363%202.5%204.138t4.138%202.5q2.362.725%204.837.275q-.275%201.575-1.012%202.938q-.738%201.362-1.838%202.437Zm-.775%204.925l-2.7-2.7q-.85.325-1.737.487Q14.05%2021%2013.1%2021q-2.1%200-3.938-.8q-1.837-.8-3.199-2.162q-1.363-1.363-2.163-3.2Q3%2013%203%2010.9q0-.95.163-1.838q.162-.887.487-1.737L.975%204.65L2.4%203.225l18.4%2018.4ZM13.1%2019q.5%200%201-.062q.5-.063.975-.188l-4.925-4.925l-4.9-4.9q-.125.5-.188.987Q5%2010.4%205%2010.9q0%203.375%202.363%205.737Q9.725%2019%2013.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.svg?color=%231a73e8&size=48