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

Name
text-format-rounded
Set
Material Symbols Light
Style
Rounded
Category
Text
Viewbox
24×24
License
Apache 2.0
Aliases
text-format-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 format icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6 18.539q-.213 0-.357-.144t-.143-.357t.143-.356t.357-.144h12q.214 0 .357.144t.143.356t-.143.357t-.357.144zm1.85-4.412l3.56-9.373q.061-.14.174-.217t.258-.076h.354q.146 0 .259.086q.112.086.174.226l3.482 9.36q.073.232-.052.434t-.382.202q-.16 0-.272-.076t-.174-.235l-.923-2.527H9.666l-.935 2.533q-.062.14-.171.223t-.27.082q-.263 0-.391-.204q-.128-.205-.049-.438m2.135-3.065h3.992L12.069 5.78h-.1z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightTextFormatRounded(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="M6 18.539q-.213 0-.357-.144t-.143-.357t.143-.356t.357-.144h12q.214 0 .357.144t.143.356t-.143.357t-.357.144zm1.85-4.412l3.56-9.373q.061-.14.174-.217t.258-.076h.354q.146 0 .259.086q.112.086.174.226l3.482 9.36q.073.232-.052.434t-.382.202q-.16 0-.272-.076t-.174-.235l-.923-2.527H9.666l-.935 2.533q-.062.14-.171.223t-.27.082q-.263 0-.391-.204q-.128-.205-.049-.438m2.135-3.065h3.992L12.069 5.78h-.1z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6 18.539q-.213 0-.357-.144t-.143-.357t.143-.356t.357-.144h12q.214 0 .357.144t.143.356t-.143.357t-.357.144zm1.85-4.412l3.56-9.373q.061-.14.174-.217t.258-.076h.354q.146 0 .259.086q.112.086.174.226l3.482 9.36q.073.232-.052.434t-.382.202q-.16 0-.272-.076t-.174-.235l-.923-2.527H9.666l-.935 2.533q-.062.14-.171.223t-.27.082q-.263 0-.391-.204q-.128-.205-.049-.438m2.135-3.065h3.992L12.069 5.78h-.1z"/></svg>
</template>

CSS

.icon-text-format-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%22M6%2018.539q-.213%200-.357-.144t-.143-.357t.143-.356t.357-.144h12q.214%200%20.357.144t.143.356t-.143.357t-.357.144zm1.85-4.412l3.56-9.373q.061-.14.174-.217t.258-.076h.354q.146%200%20.259.086q.112.086.174.226l3.482%209.36q.073.232-.052.434t-.382.202q-.16%200-.272-.076t-.174-.235l-.923-2.527H9.666l-.935%202.533q-.062.14-.171.223t-.27.082q-.263%200-.391-.204q-.128-.205-.049-.438m2.135-3.065h3.992L12.069%205.78h-.1z%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%22M6%2018.539q-.213%200-.357-.144t-.143-.357t.143-.356t.357-.144h12q.214%200%20.357.144t.143.356t-.143.357t-.357.144zm1.85-4.412l3.56-9.373q.061-.14.174-.217t.258-.076h.354q.146%200%20.259.086q.112.086.174.226l3.482%209.36q.073.232-.052.434t-.382.202q-.16%200-.272-.076t-.174-.235l-.923-2.527H9.666l-.935%202.533q-.062.14-.171.223t-.27.082q-.263%200-.391-.204q-.128-.205-.049-.438m2.135-3.065h3.992L12.069%205.78h-.1z%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-format-rounded.svg?color=%231a73e8&size=48