format h1 icon
format-h1-rounded from Material Symbols by Google · Rounded · Text · Apache-2.0 Free for personal and commercial use.
- Name
- format-h1-rounded
- Set
- Material Symbols
- Style
- Rounded
- Category
- Text
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- format-h1-outline-rounded
1 other variant 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 h1 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.288 16.713Q5 16.425 5 16V8q0-.425.288-.712T6 7t.713.288T7 8v3h4V8q0-.425.288-.712T12 7t.713.288T13 8v8q0 .425-.288.713T12 17t-.712-.288T11 16v-3H7v3q0 .425-.288.713T6 17t-.712-.288m12 0Q17 16.426 17 16V9h-1q-.425 0-.712-.288T15 8t.288-.712T16 7h2q.425 0 .713.288T19 8v8q0 .425-.288.713T18 17t-.712-.288"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsFormatH1Rounded(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="M5.288 16.713Q5 16.425 5 16V8q0-.425.288-.712T6 7t.713.288T7 8v3h4V8q0-.425.288-.712T12 7t.713.288T13 8v8q0 .425-.288.713T12 17t-.712-.288T11 16v-3H7v3q0 .425-.288.713T6 17t-.712-.288m12 0Q17 16.426 17 16V9h-1q-.425 0-.712-.288T15 8t.288-.712T16 7h2q.425 0 .713.288T19 8v8q0 .425-.288.713T18 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="M5.288 16.713Q5 16.425 5 16V8q0-.425.288-.712T6 7t.713.288T7 8v3h4V8q0-.425.288-.712T12 7t.713.288T13 8v8q0 .425-.288.713T12 17t-.712-.288T11 16v-3H7v3q0 .425-.288.713T6 17t-.712-.288m12 0Q17 16.426 17 16V9h-1q-.425 0-.712-.288T15 8t.288-.712T16 7h2q.425 0 .713.288T19 8v8q0 .425-.288.713T18 17t-.712-.288"/></svg> </template>
CSS
.icon-format-h1-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%22M5.288%2016.713Q5%2016.425%205%2016V8q0-.425.288-.712T6%207t.713.288T7%208v3h4V8q0-.425.288-.712T12%207t.713.288T13%208v8q0%20.425-.288.713T12%2017t-.712-.288T11%2016v-3H7v3q0%20.425-.288.713T6%2017t-.712-.288m12%200Q17%2016.426%2017%2016V9h-1q-.425%200-.712-.288T15%208t.288-.712T16%207h2q.425%200%20.713.288T19%208v8q0%20.425-.288.713T18%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%22M5.288%2016.713Q5%2016.425%205%2016V8q0-.425.288-.712T6%207t.713.288T7%208v3h4V8q0-.425.288-.712T12%207t.713.288T13%208v8q0%20.425-.288.713T12%2017t-.712-.288T11%2016v-3H7v3q0%20.425-.288.713T6%2017t-.712-.288m12%200Q17%2016.426%2017%2016V9h-1q-.425%200-.712-.288T15%208t.288-.712T16%207h2q.425%200%20.713.288T19%208v8q0%20.425-.288.713T18%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-h1-rounded.svg?color=%231a73e8&size=48