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

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

1 other variant in Material Symbols Light

The same icon in other sets

More actions icons from Material Symbols Light

Use the upgrade icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8 19q-.213 0-.356-.144t-.144-.357t.144-.356T8 18h8q.213 0 .356.144t.144.357t-.144.356T16 19zm3.643-3.528q-.143-.144-.143-.356V6.883L8.716 9.662q-.141.14-.332.133t-.341-.153q-.137-.134-.137-.34t.14-.348l3.389-3.389q.13-.13.27-.183q.138-.053.297-.053t.296.053q.137.052.268.183l3.407 3.408q.14.14.143.332q.003.191-.143.34q-.134.138-.341.138t-.347-.14L12.5 6.882v8.233q0 .212-.144.356t-.357.144t-.356-.144"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightUpgradeRounded(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="M8 19q-.213 0-.356-.144t-.144-.357t.144-.356T8 18h8q.213 0 .356.144t.144.357t-.144.356T16 19zm3.643-3.528q-.143-.144-.143-.356V6.883L8.716 9.662q-.141.14-.332.133t-.341-.153q-.137-.134-.137-.34t.14-.348l3.389-3.389q.13-.13.27-.183q.138-.053.297-.053t.296.053q.137.052.268.183l3.407 3.408q.14.14.143.332q.003.191-.143.34q-.134.138-.341.138t-.347-.14L12.5 6.882v8.233q0 .212-.144.356t-.357.144t-.356-.144"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8 19q-.213 0-.356-.144t-.144-.357t.144-.356T8 18h8q.213 0 .356.144t.144.357t-.144.356T16 19zm3.643-3.528q-.143-.144-.143-.356V6.883L8.716 9.662q-.141.14-.332.133t-.341-.153q-.137-.134-.137-.34t.14-.348l3.389-3.389q.13-.13.27-.183q.138-.053.297-.053t.296.053q.137.052.268.183l3.407 3.408q.14.14.143.332q.003.191-.143.34q-.134.138-.341.138t-.347-.14L12.5 6.882v8.233q0 .212-.144.356t-.357.144t-.356-.144"/></svg>
</template>

CSS

.icon-upgrade-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%22M8%2019q-.213%200-.356-.144t-.144-.357t.144-.356T8%2018h8q.213%200%20.356.144t.144.357t-.144.356T16%2019zm3.643-3.528q-.143-.144-.143-.356V6.883L8.716%209.662q-.141.14-.332.133t-.341-.153q-.137-.134-.137-.34t.14-.348l3.389-3.389q.13-.13.27-.183q.138-.053.297-.053t.296.053q.137.052.268.183l3.407%203.408q.14.14.143.332q.003.191-.143.34q-.134.138-.341.138t-.347-.14L12.5%206.882v8.233q0%20.212-.144.356t-.357.144t-.356-.144%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%22M8%2019q-.213%200-.356-.144t-.144-.357t.144-.356T8%2018h8q.213%200%20.356.144t.144.357t-.144.356T16%2019zm3.643-3.528q-.143-.144-.143-.356V6.883L8.716%209.662q-.141.14-.332.133t-.341-.153q-.137-.134-.137-.34t.14-.348l3.389-3.389q.13-.13.27-.183q.138-.053.297-.053t.296.053q.137.052.268.183l3.407%203.408q.14.14.143.332q.003.191-.143.34q-.134.138-.341.138t-.347-.14L12.5%206.882v8.233q0%20.212-.144.356t-.357.144t-.356-.144%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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