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

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

1 other variant in Material Symbols

The same icon in other sets

More text icons from Material Symbols

Use the format h5 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-.288M14 17q-.425 0-.712-.288T13 16t.288-.712T14 15h5v-2h-5q-.425 0-.712-.288T13 12V8q0-.425.288-.712T14 7h6q.425 0 .713.288T21 8t-.288.713T20 9h-5v2h4q.825 0 1.413.588T21 13v2q0 .825-.587 1.413T19 17z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsFormatH5Rounded(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-.288M14 17q-.425 0-.712-.288T13 16t.288-.712T14 15h5v-2h-5q-.425 0-.712-.288T13 12V8q0-.425.288-.712T14 7h6q.425 0 .713.288T21 8t-.288.713T20 9h-5v2h4q.825 0 1.413.588T21 13v2q0 .825-.587 1.413T19 17z"/></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-.288M14 17q-.425 0-.712-.288T13 16t.288-.712T14 15h5v-2h-5q-.425 0-.712-.288T13 12V8q0-.425.288-.712T14 7h6q.425 0 .713.288T21 8t-.288.713T20 9h-5v2h4q.825 0 1.413.588T21 13v2q0 .825-.587 1.413T19 17z"/></svg>
</template>

CSS

.icon-format-h5-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-.288M14%2017q-.425%200-.712-.288T13%2016t.288-.712T14%2015h5v-2h-5q-.425%200-.712-.288T13%2012V8q0-.425.288-.712T14%207h6q.425%200%20.713.288T21%208t-.288.713T20%209h-5v2h4q.825%200%201.413.588T21%2013v2q0%20.825-.587%201.413T19%2017z%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-.288M14%2017q-.425%200-.712-.288T13%2016t.288-.712T14%2015h5v-2h-5q-.425%200-.712-.288T13%2012V8q0-.425.288-.712T14%207h6q.425%200%20.713.288T21%208t-.288.713T20%209h-5v2h4q.825%200%201.413.588T21%2013v2q0%20.825-.587%201.413T19%2017z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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