trending up icon
trending-up-outline from Eva Icons by Akveo · Outline · MIT Free for personal and commercial use.
- Name
- trending-up-outline
- Set
- Eva Icons
- Style
- Outline
- Viewbox
- 24×24
- License
- MIT
1 other variant in Eva Icons
The same icon in other sets
trending-upBoxIcons v2trending-upFeather Iconstrending-upHuge Iconstrending-upHumbleiconstrending-upIconParktrending-upIconPark Outlinetrending-upIonIconstrending-upLucidetrending-upMajesticonstrending-upMaterial Symbolstrending-upMaterial Symbols Lighttrending-upMaterial Design Iconstrending-up-fillMingCute Icontrending-upMyna UI Iconstrending-upPixelarticonstrending-upTabler Iconstrending-upTDesign Icons
Related icons in Eva Icons
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="M21 7a.8.8 0 0 0 0-.21a.6.6 0 0 0-.05-.17a1 1 0 0 0-.09-.14a.8.8 0 0 0-.14-.17l-.12-.07a.7.7 0 0 0-.19-.1h-.2A.7.7 0 0 0 20 6h-5a1 1 0 0 0 0 2h2.83l-4 4.71l-4.32-2.57a1 1 0 0 0-1.28.22l-5 6a1 1 0 0 0 .13 1.41A1 1 0 0 0 4 18a1 1 0 0 0 .77-.36l4.45-5.34l4.27 2.56a1 1 0 0 0 1.27-.21L19 9.7V12a1 1 0 0 0 2 0z"/></svg>
React
import type { SVGProps } from "react";
export function EvaTrendingUpOutline(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="M21 7a.8.8 0 0 0 0-.21a.6.6 0 0 0-.05-.17a1 1 0 0 0-.09-.14a.8.8 0 0 0-.14-.17l-.12-.07a.7.7 0 0 0-.19-.1h-.2A.7.7 0 0 0 20 6h-5a1 1 0 0 0 0 2h2.83l-4 4.71l-4.32-2.57a1 1 0 0 0-1.28.22l-5 6a1 1 0 0 0 .13 1.41A1 1 0 0 0 4 18a1 1 0 0 0 .77-.36l4.45-5.34l4.27 2.56a1 1 0 0 0 1.27-.21L19 9.7V12a1 1 0 0 0 2 0z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21 7a.8.8 0 0 0 0-.21a.6.6 0 0 0-.05-.17a1 1 0 0 0-.09-.14a.8.8 0 0 0-.14-.17l-.12-.07a.7.7 0 0 0-.19-.1h-.2A.7.7 0 0 0 20 6h-5a1 1 0 0 0 0 2h2.83l-4 4.71l-4.32-2.57a1 1 0 0 0-1.28.22l-5 6a1 1 0 0 0 .13 1.41A1 1 0 0 0 4 18a1 1 0 0 0 .77-.36l4.45-5.34l4.27 2.56a1 1 0 0 0 1.27-.21L19 9.7V12a1 1 0 0 0 2 0z"/></svg> </template>
CSS
.icon-trending-up-outline {
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%22M21%207a.8.8%200%200%200%200-.21a.6.6%200%200%200-.05-.17a1%201%200%200%200-.09-.14a.8.8%200%200%200-.14-.17l-.12-.07a.7.7%200%200%200-.19-.1h-.2A.7.7%200%200%200%2020%206h-5a1%201%200%200%200%200%202h2.83l-4%204.71l-4.32-2.57a1%201%200%200%200-1.28.22l-5%206a1%201%200%200%200%20.13%201.41A1%201%200%200%200%204%2018a1%201%200%200%200%20.77-.36l4.45-5.34l4.27%202.56a1%201%200%200%200%201.27-.21L19%209.7V12a1%201%200%200%200%202%200z%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%22M21%207a.8.8%200%200%200%200-.21a.6.6%200%200%200-.05-.17a1%201%200%200%200-.09-.14a.8.8%200%200%200-.14-.17l-.12-.07a.7.7%200%200%200-.19-.1h-.2A.7.7%200%200%200%2020%206h-5a1%201%200%200%200%200%202h2.83l-4%204.71l-4.32-2.57a1%201%200%200%200-1.28.22l-5%206a1%201%200%200%200%20.13%201.41A1%201%200%200%200%204%2018a1%201%200%200%200%20.77-.36l4.45-5.34l4.27%202.56a1%201%200%200%200%201.27-.21L19%209.7V12a1%201%200%200%200%202%200z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/eva/trending-up-outline.svg?color=%231a73e8&size=48