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

Name
format-h4-rounded
Set
Material Symbols
Style
Rounded
Category
Text
Viewbox
24×24
License
Apache 2.0

2 other variants in Material Symbols

The same icon in other sets

More text icons from Material Symbols

Use the format h4 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2.788 16.713Q2.5 16.425 2.5 16V8q0-.425.288-.712T3.5 7t.713.288T4.5 8v3h4V8q0-.425.288-.712T9.5 7t.713.288T10.5 8v8q0 .425-.288.713T9.5 17t-.712-.288T8.5 16v-3h-4v3q0 .425-.288.713T3.5 17t-.712-.288m15 0Q17.5 16.426 17.5 16v-2h-4q-.425 0-.712-.288T12.5 13V8q0-.425.288-.712T13.5 7t.713.288T14.5 8v4h3V8q0-.425.288-.712T18.5 7t.713.288T19.5 8v4h1q.425 0 .713.288T21.5 13t-.288.713T20.5 14h-1v2q0 .425-.288.713T18.5 17t-.712-.288"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsFormatH4Rounded(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="M2.788 16.713Q2.5 16.425 2.5 16V8q0-.425.288-.712T3.5 7t.713.288T4.5 8v3h4V8q0-.425.288-.712T9.5 7t.713.288T10.5 8v8q0 .425-.288.713T9.5 17t-.712-.288T8.5 16v-3h-4v3q0 .425-.288.713T3.5 17t-.712-.288m15 0Q17.5 16.426 17.5 16v-2h-4q-.425 0-.712-.288T12.5 13V8q0-.425.288-.712T13.5 7t.713.288T14.5 8v4h3V8q0-.425.288-.712T18.5 7t.713.288T19.5 8v4h1q.425 0 .713.288T21.5 13t-.288.713T20.5 14h-1v2q0 .425-.288.713T18.5 17t-.712-.288"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2.788 16.713Q2.5 16.425 2.5 16V8q0-.425.288-.712T3.5 7t.713.288T4.5 8v3h4V8q0-.425.288-.712T9.5 7t.713.288T10.5 8v8q0 .425-.288.713T9.5 17t-.712-.288T8.5 16v-3h-4v3q0 .425-.288.713T3.5 17t-.712-.288m15 0Q17.5 16.426 17.5 16v-2h-4q-.425 0-.712-.288T12.5 13V8q0-.425.288-.712T13.5 7t.713.288T14.5 8v4h3V8q0-.425.288-.712T18.5 7t.713.288T19.5 8v4h1q.425 0 .713.288T21.5 13t-.288.713T20.5 14h-1v2q0 .425-.288.713T18.5 17t-.712-.288"/></svg>
</template>

CSS

.icon-format-h4-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%22M2.788%2016.713Q2.5%2016.425%202.5%2016V8q0-.425.288-.712T3.5%207t.713.288T4.5%208v3h4V8q0-.425.288-.712T9.5%207t.713.288T10.5%208v8q0%20.425-.288.713T9.5%2017t-.712-.288T8.5%2016v-3h-4v3q0%20.425-.288.713T3.5%2017t-.712-.288m15%200Q17.5%2016.426%2017.5%2016v-2h-4q-.425%200-.712-.288T12.5%2013V8q0-.425.288-.712T13.5%207t.713.288T14.5%208v4h3V8q0-.425.288-.712T18.5%207t.713.288T19.5%208v4h1q.425%200%20.713.288T21.5%2013t-.288.713T20.5%2014h-1v2q0%20.425-.288.713T18.5%2017t-.712-.288%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%22M2.788%2016.713Q2.5%2016.425%202.5%2016V8q0-.425.288-.712T3.5%207t.713.288T4.5%208v3h4V8q0-.425.288-.712T9.5%207t.713.288T10.5%208v8q0%20.425-.288.713T9.5%2017t-.712-.288T8.5%2016v-3h-4v3q0%20.425-.288.713T3.5%2017t-.712-.288m15%200Q17.5%2016.426%2017.5%2016v-2h-4q-.425%200-.712-.288T12.5%2013V8q0-.425.288-.712T13.5%207t.713.288T14.5%208v4h3V8q0-.425.288-.712T18.5%207t.713.288T19.5%208v4h1q.425%200%20.713.288T21.5%2013t-.288.713T20.5%2014h-1v2q0%20.425-.288.713T18.5%2017t-.712-.288%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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