format h2 icon
format-h2-rounded from Material Symbols Light by Google · Rounded · Text · Apache-2.0 Free for personal and commercial use.
- Name
- format-h2-rounded
- Set
- Material Symbols Light
- Style
- Rounded
- Category
- Text
- Viewbox
- 24×24
- License
- Apache 2.0
2 other variants in Material Symbols Light
The same icon in other sets
More text icons from Material Symbols Light
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 h2 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3.643 16.356Q3.5 16.213 3.5 16V8q0-.213.144-.356t.357-.144t.356.144T4.5 8v3.5h5V8q0-.213.144-.356t.357-.144t.356.144T10.5 8v8q0 .213-.144.356t-.357.144t-.356-.144T9.5 16v-3.5h-5V16q0 .213-.144.356t-.357.144t-.356-.144m9.665.144q-.344 0-.576-.232t-.232-.576v-2.576q0-.667.475-1.141t1.14-.475h3.77q.269 0 .442-.173t.173-.442v-1.77q0-.269-.173-.442t-.442-.173H13q-.213 0-.356-.144t-.144-.357t.144-.356T13 7.5h4.885q.666 0 1.14.475t.475 1.14v1.77q0 .666-.475 1.14t-1.14.475h-3.77q-.269 0-.442.173t-.173.443V15.5H19q.213 0 .356.144t.144.357t-.144.356T19 16.5z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightFormatH2Rounded(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.643 16.356Q3.5 16.213 3.5 16V8q0-.213.144-.356t.357-.144t.356.144T4.5 8v3.5h5V8q0-.213.144-.356t.357-.144t.356.144T10.5 8v8q0 .213-.144.356t-.357.144t-.356-.144T9.5 16v-3.5h-5V16q0 .213-.144.356t-.357.144t-.356-.144m9.665.144q-.344 0-.576-.232t-.232-.576v-2.576q0-.667.475-1.141t1.14-.475h3.77q.269 0 .442-.173t.173-.442v-1.77q0-.269-.173-.442t-.442-.173H13q-.213 0-.356-.144t-.144-.357t.144-.356T13 7.5h4.885q.666 0 1.14.475t.475 1.14v1.77q0 .666-.475 1.14t-1.14.475h-3.77q-.269 0-.442.173t-.173.443V15.5H19q.213 0 .356.144t.144.357t-.144.356T19 16.5z"/></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.643 16.356Q3.5 16.213 3.5 16V8q0-.213.144-.356t.357-.144t.356.144T4.5 8v3.5h5V8q0-.213.144-.356t.357-.144t.356.144T10.5 8v8q0 .213-.144.356t-.357.144t-.356-.144T9.5 16v-3.5h-5V16q0 .213-.144.356t-.357.144t-.356-.144m9.665.144q-.344 0-.576-.232t-.232-.576v-2.576q0-.667.475-1.141t1.14-.475h3.77q.269 0 .442-.173t.173-.442v-1.77q0-.269-.173-.442t-.442-.173H13q-.213 0-.356-.144t-.144-.357t.144-.356T13 7.5h4.885q.666 0 1.14.475t.475 1.14v1.77q0 .666-.475 1.14t-1.14.475h-3.77q-.269 0-.442.173t-.173.443V15.5H19q.213 0 .356.144t.144.357t-.144.356T19 16.5z"/></svg> </template>
CSS
.icon-format-h2-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.643%2016.356Q3.5%2016.213%203.5%2016V8q0-.213.144-.356t.357-.144t.356.144T4.5%208v3.5h5V8q0-.213.144-.356t.357-.144t.356.144T10.5%208v8q0%20.213-.144.356t-.357.144t-.356-.144T9.5%2016v-3.5h-5V16q0%20.213-.144.356t-.357.144t-.356-.144m9.665.144q-.344%200-.576-.232t-.232-.576v-2.576q0-.667.475-1.141t1.14-.475h3.77q.269%200%20.442-.173t.173-.442v-1.77q0-.269-.173-.442t-.442-.173H13q-.213%200-.356-.144t-.144-.357t.144-.356T13%207.5h4.885q.666%200%201.14.475t.475%201.14v1.77q0%20.666-.475%201.14t-1.14.475h-3.77q-.269%200-.442.173t-.173.443V15.5H19q.213%200%20.356.144t.144.357t-.144.356T19%2016.5z%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.643%2016.356Q3.5%2016.213%203.5%2016V8q0-.213.144-.356t.357-.144t.356.144T4.5%208v3.5h5V8q0-.213.144-.356t.357-.144t.356.144T10.5%208v8q0%20.213-.144.356t-.357.144t-.356-.144T9.5%2016v-3.5h-5V16q0%20.213-.144.356t-.357.144t-.356-.144m9.665.144q-.344%200-.576-.232t-.232-.576v-2.576q0-.667.475-1.141t1.14-.475h3.77q.269%200%20.442-.173t.173-.442v-1.77q0-.269-.173-.442t-.442-.173H13q-.213%200-.356-.144t-.144-.357t.144-.356T13%207.5h4.885q.666%200%201.14.475t.475%201.14v1.77q0%20.666-.475%201.14t-1.14.475h-3.77q-.269%200-.442.173t-.173.443V15.5H19q.213%200%20.356.144t.144.357t-.144.356T19%2016.5z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/format-h2-rounded.svg?color=%231a73e8&size=48