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

Name
unfold-more-rounded
Set
Material Symbols Light
Style
Rounded
Category
UI Actions
Viewbox
24×24
License
Apache 2.0
Aliases
unfold-more-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 unfold more icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m12 18.83l2.767-2.766q.147-.147.35-.156q.204-.01.37.156q.165.165.165.359t-.165.36l-2.921 2.92q-.132.132-.268.185T12 19.94t-.298-.053t-.267-.183l-2.921-2.921q-.147-.147-.156-.35q-.01-.204.156-.37q.165-.165.359-.165t.36.165zm0-13.638L9.233 7.96q-.146.146-.35.156q-.204.009-.37-.156q-.165-.166-.165-.36t.166-.36l2.92-2.92q.132-.131.268-.184q.137-.053.298-.053t.298.053t.268.183l2.92 2.922q.147.146.156.35t-.155.369q-.166.165-.36.165t-.36-.165z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightUnfoldMoreRounded(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="m12 18.83l2.767-2.766q.147-.147.35-.156q.204-.01.37.156q.165.165.165.359t-.165.36l-2.921 2.92q-.132.132-.268.185T12 19.94t-.298-.053t-.267-.183l-2.921-2.921q-.147-.147-.156-.35q-.01-.204.156-.37q.165-.165.359-.165t.36.165zm0-13.638L9.233 7.96q-.146.146-.35.156q-.204.009-.37-.156q-.165-.166-.165-.36t.166-.36l2.92-2.92q.132-.131.268-.184q.137-.053.298-.053t.298.053t.268.183l2.92 2.922q.147.146.156.35t-.155.369q-.166.165-.36.165t-.36-.165z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m12 18.83l2.767-2.766q.147-.147.35-.156q.204-.01.37.156q.165.165.165.359t-.165.36l-2.921 2.92q-.132.132-.268.185T12 19.94t-.298-.053t-.267-.183l-2.921-2.921q-.147-.147-.156-.35q-.01-.204.156-.37q.165-.165.359-.165t.36.165zm0-13.638L9.233 7.96q-.146.146-.35.156q-.204.009-.37-.156q-.165-.166-.165-.36t.166-.36l2.92-2.92q.132-.131.268-.184q.137-.053.298-.053t.298.053t.268.183l2.92 2.922q.147.146.156.35t-.155.369q-.166.165-.36.165t-.36-.165z"/></svg>
</template>

CSS

.icon-unfold-more-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%22m12%2018.83l2.767-2.766q.147-.147.35-.156q.204-.01.37.156q.165.165.165.359t-.165.36l-2.921%202.92q-.132.132-.268.185T12%2019.94t-.298-.053t-.267-.183l-2.921-2.921q-.147-.147-.156-.35q-.01-.204.156-.37q.165-.165.359-.165t.36.165zm0-13.638L9.233%207.96q-.146.146-.35.156q-.204.009-.37-.156q-.165-.166-.165-.36t.166-.36l2.92-2.92q.132-.131.268-.184q.137-.053.298-.053t.298.053t.268.183l2.92%202.922q.147.146.156.35t-.155.369q-.166.165-.36.165t-.36-.165z%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%22m12%2018.83l2.767-2.766q.147-.147.35-.156q.204-.01.37.156q.165.165.165.359t-.165.36l-2.921%202.92q-.132.132-.268.185T12%2019.94t-.298-.053t-.267-.183l-2.921-2.921q-.147-.147-.156-.35q-.01-.204.156-.37q.165-.165.359-.165t.36.165zm0-13.638L9.233%207.96q-.146.146-.35.156q-.204.009-.37-.156q-.165-.166-.165-.36t.166-.36l2.92-2.92q.132-.131.268-.184q.137-.053.298-.053t.298.053t.268.183l2.92%202.922q.147.146.156.35t-.155.369q-.166.165-.36.165t-.36-.165z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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