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

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

1 other variant in Material Symbols

The same icon in other sets

More text icons from Material Symbols

Use the format h6 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3.288 16.713Q3 16.425 3 16V8q0-.425.288-.712T4 7t.713.288T5 8v3h4V8q0-.425.288-.712T10 7t.713.288T11 8v8q0 .425-.288.713T10 17t-.712-.288T9 16v-3H5v3q0 .425-.288.713T4 17t-.712-.288M15 17q-.825 0-1.412-.587T13 15V9q0-.825.588-1.412T15 7h5q.425 0 .713.288T21 8t-.288.713T20 9h-5v2h4q.825 0 1.413.588T21 13v2q0 .825-.587 1.413T19 17zm0-4v2h4v-2z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsFormatH6Rounded(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="M3.288 16.713Q3 16.425 3 16V8q0-.425.288-.712T4 7t.713.288T5 8v3h4V8q0-.425.288-.712T10 7t.713.288T11 8v8q0 .425-.288.713T10 17t-.712-.288T9 16v-3H5v3q0 .425-.288.713T4 17t-.712-.288M15 17q-.825 0-1.412-.587T13 15V9q0-.825.588-1.412T15 7h5q.425 0 .713.288T21 8t-.288.713T20 9h-5v2h4q.825 0 1.413.588T21 13v2q0 .825-.587 1.413T19 17zm0-4v2h4v-2z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3.288 16.713Q3 16.425 3 16V8q0-.425.288-.712T4 7t.713.288T5 8v3h4V8q0-.425.288-.712T10 7t.713.288T11 8v8q0 .425-.288.713T10 17t-.712-.288T9 16v-3H5v3q0 .425-.288.713T4 17t-.712-.288M15 17q-.825 0-1.412-.587T13 15V9q0-.825.588-1.412T15 7h5q.425 0 .713.288T21 8t-.288.713T20 9h-5v2h4q.825 0 1.413.588T21 13v2q0 .825-.587 1.413T19 17zm0-4v2h4v-2z"/></svg>
</template>

CSS

.icon-format-h6-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%22M3.288%2016.713Q3%2016.425%203%2016V8q0-.425.288-.712T4%207t.713.288T5%208v3h4V8q0-.425.288-.712T10%207t.713.288T11%208v8q0%20.425-.288.713T10%2017t-.712-.288T9%2016v-3H5v3q0%20.425-.288.713T4%2017t-.712-.288M15%2017q-.825%200-1.412-.587T13%2015V9q0-.825.588-1.412T15%207h5q.425%200%20.713.288T21%208t-.288.713T20%209h-5v2h4q.825%200%201.413.588T21%2013v2q0%20.825-.587%201.413T19%2017zm0-4v2h4v-2z%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%22M3.288%2016.713Q3%2016.425%203%2016V8q0-.425.288-.712T4%207t.713.288T5%208v3h4V8q0-.425.288-.712T10%207t.713.288T11%208v8q0%20.425-.288.713T10%2017t-.712-.288T9%2016v-3H5v3q0%20.425-.288.713T4%2017t-.712-.288M15%2017q-.825%200-1.412-.587T13%2015V9q0-.825.588-1.412T15%207h5q.425%200%20.713.288T21%208t-.288.713T20%209h-5v2h4q.825%200%201.413.588T21%2013v2q0%20.825-.587%201.413T19%2017zm0-4v2h4v-2z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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