text-decrease-rounded from Material Symbols Light by Google · Rounded · Text · Apache-2.0 Free for personal and commercial use.

Name
text-decrease-rounded
Set
Material Symbols Light
Style
Rounded
Category
Text
Viewbox
24×24
License
Apache 2.0
Aliases
text-decrease-outline-rounded

1 other variant in Material Symbols Light

The same icon in other sets

More text icons from Material Symbols Light

Use the text decrease icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.885 12.5q-.214 0-.357-.143q-.144-.143-.144-.357t.144-.357t.357-.143h6q.213 0 .356.143t.144.357t-.144.357t-.356.143zm-11.69 2.367L2.88 18.16q-.067.158-.189.25q-.12.091-.298.091q-.286 0-.441-.228t-.051-.49l4.9-11.994q.048-.119.156-.204t.246-.084h.362q.144 0 .249.084q.104.085.152.204l4.887 11.943q.104.28-.06.525t-.452.244q-.177 0-.323-.094t-.213-.271l-1.308-3.268zm.359-.967h5.584L7.436 7.1h-.139z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightTextDecreaseRounded(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="M15.885 12.5q-.214 0-.357-.143q-.144-.143-.144-.357t.144-.357t.357-.143h6q.213 0 .356.143t.144.357t-.144.357t-.356.143zm-11.69 2.367L2.88 18.16q-.067.158-.189.25q-.12.091-.298.091q-.286 0-.441-.228t-.051-.49l4.9-11.994q.048-.119.156-.204t.246-.084h.362q.144 0 .249.084q.104.085.152.204l4.887 11.943q.104.28-.06.525t-.452.244q-.177 0-.323-.094t-.213-.271l-1.308-3.268zm.359-.967h5.584L7.436 7.1h-.139z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.885 12.5q-.214 0-.357-.143q-.144-.143-.144-.357t.144-.357t.357-.143h6q.213 0 .356.143t.144.357t-.144.357t-.356.143zm-11.69 2.367L2.88 18.16q-.067.158-.189.25q-.12.091-.298.091q-.286 0-.441-.228t-.051-.49l4.9-11.994q.048-.119.156-.204t.246-.084h.362q.144 0 .249.084q.104.085.152.204l4.887 11.943q.104.28-.06.525t-.452.244q-.177 0-.323-.094t-.213-.271l-1.308-3.268zm.359-.967h5.584L7.436 7.1h-.139z"/></svg>
</template>

CSS

.icon-text-decrease-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%22M15.885%2012.5q-.214%200-.357-.143q-.144-.143-.144-.357t.144-.357t.357-.143h6q.213%200%20.356.143t.144.357t-.144.357t-.356.143zm-11.69%202.367L2.88%2018.16q-.067.158-.189.25q-.12.091-.298.091q-.286%200-.441-.228t-.051-.49l4.9-11.994q.048-.119.156-.204t.246-.084h.362q.144%200%20.249.084q.104.085.152.204l4.887%2011.943q.104.28-.06.525t-.452.244q-.177%200-.323-.094t-.213-.271l-1.308-3.268zm.359-.967h5.584L7.436%207.1h-.139z%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%22M15.885%2012.5q-.214%200-.357-.143q-.144-.143-.144-.357t.144-.357t.357-.143h6q.213%200%20.356.143t.144.357t-.144.357t-.356.143zm-11.69%202.367L2.88%2018.16q-.067.158-.189.25q-.12.091-.298.091q-.286%200-.441-.228t-.051-.49l4.9-11.994q.048-.119.156-.204t.246-.084h.362q.144%200%20.249.084q.104.085.152.204l4.887%2011.943q.104.28-.06.525t-.452.244q-.177%200-.323-.094t-.213-.271l-1.308-3.268zm.359-.967h5.584L7.436%207.1h-.139z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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