trending-up-rounded from Material Symbols by Google · Rounded · Business · Apache-2.0 Free for personal and commercial use.

Name
trending-up-rounded
Set
Material Symbols
Style
Rounded
Category
Business
Viewbox
24×24
License
Apache 2.0
Aliases
trending-up-outline-rounded

1 other variant in Material Symbols

The same icon in other sets

More business icons from Material Symbols

Use the trending up icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2.7 17.625q-.3-.3-.288-.712t.288-.688l5.275-5.35Q8.55 10.3 9.4 10.3t1.425.575l2.575 2.6l5.2-5.15H17q-.425 0-.712-.288T16 7.326t.288-.712t.712-.288h4q.425 0 .713.288t.287.712v4q0 .425-.288.713t-.712.287t-.712-.287t-.288-.713v-1.6L14.825 14.9q-.575.575-1.425.575t-1.425-.575L9.4 12.325l-5.3 5.3q-.275.275-.7.275t-.7-.275"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsTrendingUpRounded(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="M2.7 17.625q-.3-.3-.288-.712t.288-.688l5.275-5.35Q8.55 10.3 9.4 10.3t1.425.575l2.575 2.6l5.2-5.15H17q-.425 0-.712-.288T16 7.326t.288-.712t.712-.288h4q.425 0 .713.288t.287.712v4q0 .425-.288.713t-.712.287t-.712-.287t-.288-.713v-1.6L14.825 14.9q-.575.575-1.425.575t-1.425-.575L9.4 12.325l-5.3 5.3q-.275.275-.7.275t-.7-.275"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2.7 17.625q-.3-.3-.288-.712t.288-.688l5.275-5.35Q8.55 10.3 9.4 10.3t1.425.575l2.575 2.6l5.2-5.15H17q-.425 0-.712-.288T16 7.326t.288-.712t.712-.288h4q.425 0 .713.288t.287.712v4q0 .425-.288.713t-.712.287t-.712-.287t-.288-.713v-1.6L14.825 14.9q-.575.575-1.425.575t-1.425-.575L9.4 12.325l-5.3 5.3q-.275.275-.7.275t-.7-.275"/></svg>
</template>

CSS

.icon-trending-up-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%22M2.7%2017.625q-.3-.3-.288-.712t.288-.688l5.275-5.35Q8.55%2010.3%209.4%2010.3t1.425.575l2.575%202.6l5.2-5.15H17q-.425%200-.712-.288T16%207.326t.288-.712t.712-.288h4q.425%200%20.713.288t.287.712v4q0%20.425-.288.713t-.712.287t-.712-.287t-.288-.713v-1.6L14.825%2014.9q-.575.575-1.425.575t-1.425-.575L9.4%2012.325l-5.3%205.3q-.275.275-.7.275t-.7-.275%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%22M2.7%2017.625q-.3-.3-.288-.712t.288-.688l5.275-5.35Q8.55%2010.3%209.4%2010.3t1.425.575l2.575%202.6l5.2-5.15H17q-.425%200-.712-.288T16%207.326t.288-.712t.712-.288h4q.425%200%20.713.288t.287.712v4q0%20.425-.288.713t-.712.287t-.712-.287t-.288-.713v-1.6L14.825%2014.9q-.575.575-1.425.575t-1.425-.575L9.4%2012.325l-5.3%205.3q-.275.275-.7.275t-.7-.275%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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