chronic-rounded from Material Symbols Light by Google · Rounded · UI Actions · Apache-2.0 Free for personal and commercial use.

Name
chronic-rounded
Set
Material Symbols Light
Style
Rounded
Category
UI Actions
Viewbox
24×24
License
Apache 2.0

3 other variants in Material Symbols Light

The same icon in other sets

More ui actions icons from Material Symbols Light

Use the chronic icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.5 10.792V7q0-.213-.144-.356t-.357-.144t-.356.144T10.5 7v3.866q0 .158.056.296t.186.269l1.904 1.923q.153.146.357.146t.35-.146t.147-.35t-.146-.358zm-1.463 8.143q-2.973-.362-5.005-2.61T3 11q0-3.333 2.332-5.667T10.996 3t5.667 2.333Q19 7.667 19 11q0 1.44-.5 2.713T17.146 16H12.95q-1.17 0-2.002.8t-.929 1.95q0 .046.003.092q.003.047.014.093M13 21h6q.825 0 1.413-.587T21 19t-.587-1.412T19 17h-6q-.825 0-1.412.588T11 19t.588 1.413T13 21m-.52-1.48q-.21-.209-.21-.52t.21-.52q.209-.21.52-.21t.52.21q.21.209.21.52t-.21.52q-.209.21-.52.21t-.52-.21m3 0q-.21-.209-.21-.52t.21-.52q.209-.21.52-.21t.52.21q.21.209.21.52t-.21.52q-.209.21-.52.21t-.52-.21m3 0q-.21-.209-.21-.52t.21-.52q.209-.21.52-.21t.52.21q.21.209.21.52t-.21.52q-.209.21-.52.21t-.52-.21"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightChronicRounded(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="M11.5 10.792V7q0-.213-.144-.356t-.357-.144t-.356.144T10.5 7v3.866q0 .158.056.296t.186.269l1.904 1.923q.153.146.357.146t.35-.146t.147-.35t-.146-.358zm-1.463 8.143q-2.973-.362-5.005-2.61T3 11q0-3.333 2.332-5.667T10.996 3t5.667 2.333Q19 7.667 19 11q0 1.44-.5 2.713T17.146 16H12.95q-1.17 0-2.002.8t-.929 1.95q0 .046.003.092q.003.047.014.093M13 21h6q.825 0 1.413-.587T21 19t-.587-1.412T19 17h-6q-.825 0-1.412.588T11 19t.588 1.413T13 21m-.52-1.48q-.21-.209-.21-.52t.21-.52q.209-.21.52-.21t.52.21q.21.209.21.52t-.21.52q-.209.21-.52.21t-.52-.21m3 0q-.21-.209-.21-.52t.21-.52q.209-.21.52-.21t.52.21q.21.209.21.52t-.21.52q-.209.21-.52.21t-.52-.21m3 0q-.21-.209-.21-.52t.21-.52q.209-.21.52-.21t.52.21q.21.209.21.52t-.21.52q-.209.21-.52.21t-.52-.21"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.5 10.792V7q0-.213-.144-.356t-.357-.144t-.356.144T10.5 7v3.866q0 .158.056.296t.186.269l1.904 1.923q.153.146.357.146t.35-.146t.147-.35t-.146-.358zm-1.463 8.143q-2.973-.362-5.005-2.61T3 11q0-3.333 2.332-5.667T10.996 3t5.667 2.333Q19 7.667 19 11q0 1.44-.5 2.713T17.146 16H12.95q-1.17 0-2.002.8t-.929 1.95q0 .046.003.092q.003.047.014.093M13 21h6q.825 0 1.413-.587T21 19t-.587-1.412T19 17h-6q-.825 0-1.412.588T11 19t.588 1.413T13 21m-.52-1.48q-.21-.209-.21-.52t.21-.52q.209-.21.52-.21t.52.21q.21.209.21.52t-.21.52q-.209.21-.52.21t-.52-.21m3 0q-.21-.209-.21-.52t.21-.52q.209-.21.52-.21t.52.21q.21.209.21.52t-.21.52q-.209.21-.52.21t-.52-.21m3 0q-.21-.209-.21-.52t.21-.52q.209-.21.52-.21t.52.21q.21.209.21.52t-.21.52q-.209.21-.52.21t-.52-.21"/></svg>
</template>

CSS

.icon-chronic-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%22M11.5%2010.792V7q0-.213-.144-.356t-.357-.144t-.356.144T10.5%207v3.866q0%20.158.056.296t.186.269l1.904%201.923q.153.146.357.146t.35-.146t.147-.35t-.146-.358zm-1.463%208.143q-2.973-.362-5.005-2.61T3%2011q0-3.333%202.332-5.667T10.996%203t5.667%202.333Q19%207.667%2019%2011q0%201.44-.5%202.713T17.146%2016H12.95q-1.17%200-2.002.8t-.929%201.95q0%20.046.003.092q.003.047.014.093M13%2021h6q.825%200%201.413-.587T21%2019t-.587-1.412T19%2017h-6q-.825%200-1.412.588T11%2019t.588%201.413T13%2021m-.52-1.48q-.21-.209-.21-.52t.21-.52q.209-.21.52-.21t.52.21q.21.209.21.52t-.21.52q-.209.21-.52.21t-.52-.21m3%200q-.21-.209-.21-.52t.21-.52q.209-.21.52-.21t.52.21q.21.209.21.52t-.21.52q-.209.21-.52.21t-.52-.21m3%200q-.21-.209-.21-.52t.21-.52q.209-.21.52-.21t.52.21q.21.209.21.52t-.21.52q-.209.21-.52.21t-.52-.21%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%22M11.5%2010.792V7q0-.213-.144-.356t-.357-.144t-.356.144T10.5%207v3.866q0%20.158.056.296t.186.269l1.904%201.923q.153.146.357.146t.35-.146t.147-.35t-.146-.358zm-1.463%208.143q-2.973-.362-5.005-2.61T3%2011q0-3.333%202.332-5.667T10.996%203t5.667%202.333Q19%207.667%2019%2011q0%201.44-.5%202.713T17.146%2016H12.95q-1.17%200-2.002.8t-.929%201.95q0%20.046.003.092q.003.047.014.093M13%2021h6q.825%200%201.413-.587T21%2019t-.587-1.412T19%2017h-6q-.825%200-1.412.588T11%2019t.588%201.413T13%2021m-.52-1.48q-.21-.209-.21-.52t.21-.52q.209-.21.52-.21t.52.21q.21.209.21.52t-.21.52q-.209.21-.52.21t-.52-.21m3%200q-.21-.209-.21-.52t.21-.52q.209-.21.52-.21t.52.21q.21.209.21.52t-.21.52q-.209.21-.52.21t-.52-.21m3%200q-.21-.209-.21-.52t.21-.52q.209-.21.52-.21t.52.21q.21.209.21.52t-.21.52q-.209.21-.52.21t-.52-.21%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/chronic-rounded.svg?color=%231a73e8&size=48