format h4 icon
format-h4-outline-rounded from Material Symbols by Google · Outline Rounded · Text · Apache-2.0 Free for personal and commercial use.
- Name
- format-h4-outline-rounded
- Set
- Material Symbols
- Style
- Outline 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
add-column-leftadd-column-rightadd-linkadd-notesadd-row-aboveadd-row-belowadd-to-drivealign-centeralign-endalign-flex-centeralign-flex-endalign-flex-startalign-horizontal-centeralign-horizontal-leftalign-horizontal-rightalign-items-stretchalign-justify-centeralign-justify-flex-endalign-justify-flex-startalign-justify-space-aroundalign-justify-space-betweenalign-justify-space-evenalign-justify-stretchalign-self-stretch
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="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 0Q18 16.426 18 16v-2h-4q-.425 0-.712-.288T13 13V8q0-.425.288-.712T14 7t.713.288T15 8v4h3V8q0-.425.288-.712T19 7t.713.288T20 8v4h1q.425 0 .713.288T22 13t-.288.713T21 14h-1v2q0 .425-.288.713T19 17t-.712-.288"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsFormatH4OutlineRounded(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 0Q18 16.426 18 16v-2h-4q-.425 0-.712-.288T13 13V8q0-.425.288-.712T14 7t.713.288T15 8v4h3V8q0-.425.288-.712T19 7t.713.288T20 8v4h1q.425 0 .713.288T22 13t-.288.713T21 14h-1v2q0 .425-.288.713T19 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="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 0Q18 16.426 18 16v-2h-4q-.425 0-.712-.288T13 13V8q0-.425.288-.712T14 7t.713.288T15 8v4h3V8q0-.425.288-.712T19 7t.713.288T20 8v4h1q.425 0 .713.288T22 13t-.288.713T21 14h-1v2q0 .425-.288.713T19 17t-.712-.288"/></svg> </template>
CSS
.icon-format-h4-outline-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%200Q18%2016.426%2018%2016v-2h-4q-.425%200-.712-.288T13%2013V8q0-.425.288-.712T14%207t.713.288T15%208v4h3V8q0-.425.288-.712T19%207t.713.288T20%208v4h1q.425%200%20.713.288T22%2013t-.288.713T21%2014h-1v2q0%20.425-.288.713T19%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%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%200Q18%2016.426%2018%2016v-2h-4q-.425%200-.712-.288T13%2013V8q0-.425.288-.712T14%207t.713.288T15%208v4h3V8q0-.425.288-.712T19%207t.713.288T20%208v4h1q.425%200%20.713.288T22%2013t-.288.713T21%2014h-1v2q0%20.425-.288.713T19%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-outline-rounded.svg?color=%231a73e8&size=48