trending up icon
trending-up-rounded from Material Symbols Light by Google · Rounded · Business · Apache-2.0 Free for personal and commercial use.
- Name
- trending-up-rounded
- Set
- Material Symbols Light
- Style
- Rounded
- Category
- Business
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- trending-up-outline-rounded
1 other variant in Material Symbols Light
The same icon in other sets
trending-upBoxIcons v2trending-up-fillEva Iconstrending-upFeather Iconstrending-upHuge Iconstrending-upHumbleiconstrending-upIconParktrending-upIconPark Outlinetrending-upIonIconstrending-upLucidetrending-upMajesticonstrending-upMaterial Symbolstrending-upMaterial Design Iconstrending-up-fillMingCute Icontrending-upMyna UI Iconstrending-upPixelarticonstrending-upTabler Iconstrending-upTDesign Icons
More business icons from Material Symbols Light
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="M3.354 16.894q-.165-.165-.153-.356t.153-.332l4.813-4.87q.46-.478 1.137-.478t1.156.478l2.42 2.427q.174.173.424.173t.442-.173l5.585-5.515H16.5q-.213 0-.357-.143T16 7.748t.143-.357t.357-.143h3.692q.349 0 .578.23q.23.23.23.578v3.692q0 .214-.143.357t-.357.143t-.357-.133t-.143-.348V8.956l-5.56 5.56q-.46.459-1.136.459q-.677 0-1.137-.46l-2.42-2.42q-.174-.174-.443-.174t-.443.173l-4.8 4.8q-.159.16-.353.16t-.354-.16"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightTrendingUpRounded(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="M3.354 16.894q-.165-.165-.153-.356t.153-.332l4.813-4.87q.46-.478 1.137-.478t1.156.478l2.42 2.427q.174.173.424.173t.442-.173l5.585-5.515H16.5q-.213 0-.357-.143T16 7.748t.143-.357t.357-.143h3.692q.349 0 .578.23q.23.23.23.578v3.692q0 .214-.143.357t-.357.143t-.357-.133t-.143-.348V8.956l-5.56 5.56q-.46.459-1.136.459q-.677 0-1.137-.46l-2.42-2.42q-.174-.174-.443-.174t-.443.173l-4.8 4.8q-.159.16-.353.16t-.354-.16"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3.354 16.894q-.165-.165-.153-.356t.153-.332l4.813-4.87q.46-.478 1.137-.478t1.156.478l2.42 2.427q.174.173.424.173t.442-.173l5.585-5.515H16.5q-.213 0-.357-.143T16 7.748t.143-.357t.357-.143h3.692q.349 0 .578.23q.23.23.23.578v3.692q0 .214-.143.357t-.357.143t-.357-.133t-.143-.348V8.956l-5.56 5.56q-.46.459-1.136.459q-.677 0-1.137-.46l-2.42-2.42q-.174-.174-.443-.174t-.443.173l-4.8 4.8q-.159.16-.353.16t-.354-.16"/></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%22M3.354%2016.894q-.165-.165-.153-.356t.153-.332l4.813-4.87q.46-.478%201.137-.478t1.156.478l2.42%202.427q.174.173.424.173t.442-.173l5.585-5.515H16.5q-.213%200-.357-.143T16%207.748t.143-.357t.357-.143h3.692q.349%200%20.578.23q.23.23.23.578v3.692q0%20.214-.143.357t-.357.143t-.357-.133t-.143-.348V8.956l-5.56%205.56q-.46.459-1.136.459q-.677%200-1.137-.46l-2.42-2.42q-.174-.174-.443-.174t-.443.173l-4.8%204.8q-.159.16-.353.16t-.354-.16%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%22M3.354%2016.894q-.165-.165-.153-.356t.153-.332l4.813-4.87q.46-.478%201.137-.478t1.156.478l2.42%202.427q.174.173.424.173t.442-.173l5.585-5.515H16.5q-.213%200-.357-.143T16%207.748t.143-.357t.357-.143h3.692q.349%200%20.578.23q.23.23.23.578v3.692q0%20.214-.143.357t-.357.143t-.357-.133t-.143-.348V8.956l-5.56%205.56q-.46.459-1.136.459q-.677%200-1.137-.46l-2.42-2.42q-.174-.174-.443-.174t-.443.173l-4.8%204.8q-.159.16-.353.16t-.354-.16%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/trending-up-rounded.svg?color=%231a73e8&size=48