expand-rounded from Material Symbols Light by Google · Rounded · UI Actions · Apache-2.0 Free for personal and commercial use.

Name
expand-rounded
Set
Material Symbols Light
Style
Rounded
Category
UI Actions
Viewbox
24×24
License
Apache 2.0
Aliases
expand-outline-rounded

1 other variant in Material Symbols Light

The same icon in other sets

More ui actions icons from Material Symbols Light

Use the expand icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5 21q-.213 0-.357-.143T4.5 20.5t.143-.357T5 20h14q.214 0 .357.143t.143.357t-.143.357T19 21zm6.702-2.766q-.136-.053-.267-.184l-2.389-2.388q-.14-.14-.153-.342t.153-.366q.16-.16.351-.163q.192-.003.357.157l1.746 1.74V7.313l-1.746 1.74q-.14.14-.341.15q-.202.01-.367-.156q-.16-.16-.16-.354t.16-.353l2.389-2.389q.13-.13.267-.184q.137-.052.298-.052t.298.052t.268.184l2.388 2.389q.14.14.153.34t-.153.367q-.16.16-.351.163t-.357-.157L12.5 7.312v9.377l1.746-1.741q.14-.14.341-.15q.202-.01.367.156q.16.16.16.354t-.16.353l-2.389 2.389q-.13.13-.267.184q-.136.052-.298.052t-.298-.052M5 4q-.213 0-.357-.143T4.5 3.5t.143-.357T5 3h14q.214 0 .357.143t.143.357t-.143.357T19 4z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightExpandRounded(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 21q-.213 0-.357-.143T4.5 20.5t.143-.357T5 20h14q.214 0 .357.143t.143.357t-.143.357T19 21zm6.702-2.766q-.136-.053-.267-.184l-2.389-2.388q-.14-.14-.153-.342t.153-.366q.16-.16.351-.163q.192-.003.357.157l1.746 1.74V7.313l-1.746 1.74q-.14.14-.341.15q-.202.01-.367-.156q-.16-.16-.16-.354t.16-.353l2.389-2.389q.13-.13.267-.184q.137-.052.298-.052t.298.052t.268.184l2.388 2.389q.14.14.153.34t-.153.367q-.16.16-.351.163t-.357-.157L12.5 7.312v9.377l1.746-1.741q.14-.14.341-.15q.202-.01.367.156q.16.16.16.354t-.16.353l-2.389 2.389q-.13.13-.267.184q-.136.052-.298.052t-.298-.052M5 4q-.213 0-.357-.143T4.5 3.5t.143-.357T5 3h14q.214 0 .357.143t.143.357t-.143.357T19 4z"/></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 21q-.213 0-.357-.143T4.5 20.5t.143-.357T5 20h14q.214 0 .357.143t.143.357t-.143.357T19 21zm6.702-2.766q-.136-.053-.267-.184l-2.389-2.388q-.14-.14-.153-.342t.153-.366q.16-.16.351-.163q.192-.003.357.157l1.746 1.74V7.313l-1.746 1.74q-.14.14-.341.15q-.202.01-.367-.156q-.16-.16-.16-.354t.16-.353l2.389-2.389q.13-.13.267-.184q.137-.052.298-.052t.298.052t.268.184l2.388 2.389q.14.14.153.34t-.153.367q-.16.16-.351.163t-.357-.157L12.5 7.312v9.377l1.746-1.741q.14-.14.341-.15q.202-.01.367.156q.16.16.16.354t-.16.353l-2.389 2.389q-.13.13-.267.184q-.136.052-.298.052t-.298-.052M5 4q-.213 0-.357-.143T4.5 3.5t.143-.357T5 3h14q.214 0 .357.143t.143.357t-.143.357T19 4z"/></svg>
</template>

CSS

.icon-expand-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%2021q-.213%200-.357-.143T4.5%2020.5t.143-.357T5%2020h14q.214%200%20.357.143t.143.357t-.143.357T19%2021zm6.702-2.766q-.136-.053-.267-.184l-2.389-2.388q-.14-.14-.153-.342t.153-.366q.16-.16.351-.163q.192-.003.357.157l1.746%201.74V7.313l-1.746%201.74q-.14.14-.341.15q-.202.01-.367-.156q-.16-.16-.16-.354t.16-.353l2.389-2.389q.13-.13.267-.184q.137-.052.298-.052t.298.052t.268.184l2.388%202.389q.14.14.153.34t-.153.367q-.16.16-.351.163t-.357-.157L12.5%207.312v9.377l1.746-1.741q.14-.14.341-.15q.202-.01.367.156q.16.16.16.354t-.16.353l-2.389%202.389q-.13.13-.267.184q-.136.052-.298.052t-.298-.052M5%204q-.213%200-.357-.143T4.5%203.5t.143-.357T5%203h14q.214%200%20.357.143t.143.357t-.143.357T19%204z%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%2021q-.213%200-.357-.143T4.5%2020.5t.143-.357T5%2020h14q.214%200%20.357.143t.143.357t-.143.357T19%2021zm6.702-2.766q-.136-.053-.267-.184l-2.389-2.388q-.14-.14-.153-.342t.153-.366q.16-.16.351-.163q.192-.003.357.157l1.746%201.74V7.313l-1.746%201.74q-.14.14-.341.15q-.202.01-.367-.156q-.16-.16-.16-.354t.16-.353l2.389-2.389q.13-.13.267-.184q.137-.052.298-.052t.298.052t.268.184l2.388%202.389q.14.14.153.34t-.153.367q-.16.16-.351.163t-.357-.157L12.5%207.312v9.377l1.746-1.741q.14-.14.341-.15q.202-.01.367.156q.16.16.16.354t-.16.353l-2.389%202.389q-.13.13-.267.184q-.136.052-.298.052t-.298-.052M5%204q-.213%200-.357-.143T4.5%203.5t.143-.357T5%203h14q.214%200%20.357.143t.143.357t-.143.357T19%204z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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