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

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

1 other variant in Material Symbols Light

The same icon in other sets

More text icons from Material Symbols Light

Use the height icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.5 18.06V5.902L9.754 7.629q-.136.14-.339.14t-.353-.146q-.137-.134-.137-.341t.14-.348l2.364-2.363q.137-.137.28-.19t.308-.052t.3.053q.137.052.273.189l2.364 2.363q.14.141.15.332t-.146.357q-.17.165-.361.165t-.357-.165L12.5 5.902V18.06l1.746-1.708q.136-.14.339-.14t.353.146q.137.134.137.34t-.14.348L12.57 19.41q-.136.136-.275.189q-.14.053-.298.053t-.307-.054t-.276-.182l-2.369-2.37q-.134-.135-.14-.339q-.006-.203.14-.353q.134-.137.341-.137t.347.14z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightHeightRounded(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="M11.5 18.06V5.902L9.754 7.629q-.136.14-.339.14t-.353-.146q-.137-.134-.137-.341t.14-.348l2.364-2.363q.137-.137.28-.19t.308-.052t.3.053q.137.052.273.189l2.364 2.363q.14.141.15.332t-.146.357q-.17.165-.361.165t-.357-.165L12.5 5.902V18.06l1.746-1.708q.136-.14.339-.14t.353.146q.137.134.137.34t-.14.348L12.57 19.41q-.136.136-.275.189q-.14.053-.298.053t-.307-.054t-.276-.182l-2.369-2.37q-.134-.135-.14-.339q-.006-.203.14-.353q.134-.137.341-.137t.347.14z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.5 18.06V5.902L9.754 7.629q-.136.14-.339.14t-.353-.146q-.137-.134-.137-.341t.14-.348l2.364-2.363q.137-.137.28-.19t.308-.052t.3.053q.137.052.273.189l2.364 2.363q.14.141.15.332t-.146.357q-.17.165-.361.165t-.357-.165L12.5 5.902V18.06l1.746-1.708q.136-.14.339-.14t.353.146q.137.134.137.34t-.14.348L12.57 19.41q-.136.136-.275.189q-.14.053-.298.053t-.307-.054t-.276-.182l-2.369-2.37q-.134-.135-.14-.339q-.006-.203.14-.353q.134-.137.341-.137t.347.14z"/></svg>
</template>

CSS

.icon-height-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%22M11.5%2018.06V5.902L9.754%207.629q-.136.14-.339.14t-.353-.146q-.137-.134-.137-.341t.14-.348l2.364-2.363q.137-.137.28-.19t.308-.052t.3.053q.137.052.273.189l2.364%202.363q.14.141.15.332t-.146.357q-.17.165-.361.165t-.357-.165L12.5%205.902V18.06l1.746-1.708q.136-.14.339-.14t.353.146q.137.134.137.34t-.14.348L12.57%2019.41q-.136.136-.275.189q-.14.053-.298.053t-.307-.054t-.276-.182l-2.369-2.37q-.134-.135-.14-.339q-.006-.203.14-.353q.134-.137.341-.137t.347.14z%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%22M11.5%2018.06V5.902L9.754%207.629q-.136.14-.339.14t-.353-.146q-.137-.134-.137-.341t.14-.348l2.364-2.363q.137-.137.28-.19t.308-.052t.3.053q.137.052.273.189l2.364%202.363q.14.141.15.332t-.146.357q-.17.165-.361.165t-.357-.165L12.5%205.902V18.06l1.746-1.708q.136-.14.339-.14t.353.146q.137.134.137.34t-.14.348L12.57%2019.41q-.136.136-.275.189q-.14.053-.298.053t-.307-.054t-.276-.182l-2.369-2.37q-.134-.135-.14-.339q-.006-.203.14-.353q.134-.137.341-.137t.347.14z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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