trending flat icon
trending-flat-rounded from Material Symbols Light by Google · Rounded · Business · Apache-2.0 Free for personal and commercial use.
- Name
- trending-flat-rounded
- Set
- Material Symbols Light
- Style
- Rounded
- Category
- Business
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- trending-flat-outline-rounded
1 other variant in Material Symbols Light
The same icon in other sets
More business icons from Material Symbols Light
Use the trending flat icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.079 12.5H4.5q-.213 0-.357-.143T4 12t.143-.357t.357-.143h14.579l-2.24-2.246q-.147-.146-.153-.344q-.007-.199.158-.364q.166-.16.357-.162t.351.162l2.883 2.888q.242.243.242.566t-.242.566l-2.889 2.888q-.14.14-.341.15t-.366-.15q-.166-.166-.166-.357t.166-.357z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightTrendingFlatRounded(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="M19.079 12.5H4.5q-.213 0-.357-.143T4 12t.143-.357t.357-.143h14.579l-2.24-2.246q-.147-.146-.153-.344q-.007-.199.158-.364q.166-.16.357-.162t.351.162l2.883 2.888q.242.243.242.566t-.242.566l-2.889 2.888q-.14.14-.341.15t-.366-.15q-.166-.166-.166-.357t.166-.357z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.079 12.5H4.5q-.213 0-.357-.143T4 12t.143-.357t.357-.143h14.579l-2.24-2.246q-.147-.146-.153-.344q-.007-.199.158-.364q.166-.16.357-.162t.351.162l2.883 2.888q.242.243.242.566t-.242.566l-2.889 2.888q-.14.14-.341.15t-.366-.15q-.166-.166-.166-.357t.166-.357z"/></svg> </template>
CSS
.icon-trending-flat-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%22M19.079%2012.5H4.5q-.213%200-.357-.143T4%2012t.143-.357t.357-.143h14.579l-2.24-2.246q-.147-.146-.153-.344q-.007-.199.158-.364q.166-.16.357-.162t.351.162l2.883%202.888q.242.243.242.566t-.242.566l-2.889%202.888q-.14.14-.341.15t-.366-.15q-.166-.166-.166-.357t.166-.357z%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%22M19.079%2012.5H4.5q-.213%200-.357-.143T4%2012t.143-.357t.357-.143h14.579l-2.24-2.246q-.147-.146-.153-.344q-.007-.199.158-.364q.166-.16.357-.162t.351.162l2.883%202.888q.242.243.242.566t-.242.566l-2.889%202.888q-.14.14-.341.15t-.366-.15q-.166-.166-.166-.357t.166-.357z%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-flat-rounded.svg?color=%231a73e8&size=48