data-trending-24 from Fluent UI System Color Icons by Microsoft Corporation · 24 · MIT Free for personal and commercial use.

Name
data-trending-24
Set
Fluent UI System Color Icons
Style
24
Viewbox
24×24
License
MIT

5 other variants in Fluent UI System Color Icons

The same icon in other sets

Related icons in Fluent UI System Color Icons

Use the data trending icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path fill="url(#SVGnnbc3chc)" d="M15 6a1 1 0 1 0 0 2h2.086l-3.836 3.836l-1.793-1.793a1 1 0 0 0-1.414 0l-3.25 3.25a1 1 0 1 0 1.414 1.414l2.543-2.543l1.793 1.793a1 1 0 0 0 1.414 0l4.544-4.543L18.5 11.5a1 1 0 1 0 2 0l.002-4.5a1 1 0 0 0-1-1z"/><path fill="url(#SVG7R1Yvc8m)" d="M5 4a1 1 0 0 0-2 0v13.5A3.5 3.5 0 0 0 6.5 21H20a1 1 0 1 0 0-2H6.5A1.5 1.5 0 0 1 5 17.5z"/><defs><linearGradient id="SVGnnbc3chc" x1="5.423" x2="24.458" y1="14.5" y2="7.097" gradientUnits="userSpaceOnUse"><stop stop-color="#0fafff"/><stop offset=".445" stop-color="#9c6cfe"/><stop offset=".957" stop-color="#e656eb"/></linearGradient><linearGradient id="SVG7R1Yvc8m" x1="19.313" x2="3.56" y1="4.125" y2="27.58" gradientUnits="userSpaceOnUse"><stop stop-color="#70777d"/><stop offset="1" stop-color="#b9c0c7"/></linearGradient></defs></g></svg>

React

import type { SVGProps } from "react";

export function FluentColorDataTrending24(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path fill="url(#SVGnnbc3chc)" d="M15 6a1 1 0 1 0 0 2h2.086l-3.836 3.836l-1.793-1.793a1 1 0 0 0-1.414 0l-3.25 3.25a1 1 0 1 0 1.414 1.414l2.543-2.543l1.793 1.793a1 1 0 0 0 1.414 0l4.544-4.543L18.5 11.5a1 1 0 1 0 2 0l.002-4.5a1 1 0 0 0-1-1z"/><path fill="url(#SVG7R1Yvc8m)" d="M5 4a1 1 0 0 0-2 0v13.5A3.5 3.5 0 0 0 6.5 21H20a1 1 0 1 0 0-2H6.5A1.5 1.5 0 0 1 5 17.5z"/><defs><linearGradient id="SVGnnbc3chc" x1="5.423" x2="24.458" y1="14.5" y2="7.097" gradientUnits="userSpaceOnUse"><stop stopColor="#0fafff"/><stop offset=".445" stopColor="#9c6cfe"/><stop offset=".957" stopColor="#e656eb"/></linearGradient><linearGradient id="SVG7R1Yvc8m" x1="19.313" x2="3.56" y1="4.125" y2="27.58" gradientUnits="userSpaceOnUse"><stop stopColor="#70777d"/><stop offset="1" stopColor="#b9c0c7"/></linearGradient></defs></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path fill="url(#SVGnnbc3chc)" d="M15 6a1 1 0 1 0 0 2h2.086l-3.836 3.836l-1.793-1.793a1 1 0 0 0-1.414 0l-3.25 3.25a1 1 0 1 0 1.414 1.414l2.543-2.543l1.793 1.793a1 1 0 0 0 1.414 0l4.544-4.543L18.5 11.5a1 1 0 1 0 2 0l.002-4.5a1 1 0 0 0-1-1z"/><path fill="url(#SVG7R1Yvc8m)" d="M5 4a1 1 0 0 0-2 0v13.5A3.5 3.5 0 0 0 6.5 21H20a1 1 0 1 0 0-2H6.5A1.5 1.5 0 0 1 5 17.5z"/><defs><linearGradient id="SVGnnbc3chc" x1="5.423" x2="24.458" y1="14.5" y2="7.097" gradientUnits="userSpaceOnUse"><stop stop-color="#0fafff"/><stop offset=".445" stop-color="#9c6cfe"/><stop offset=".957" stop-color="#e656eb"/></linearGradient><linearGradient id="SVG7R1Yvc8m" x1="19.313" x2="3.56" y1="4.125" y2="27.58" gradientUnits="userSpaceOnUse"><stop stop-color="#70777d"/><stop offset="1" stop-color="#b9c0c7"/></linearGradient></defs></g></svg>
</template>

CSS

.icon-data-trending-24 {
  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%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22url(%23SVGnnbc3chc)%22%20d%3D%22M15%206a1%201%200%201%200%200%202h2.086l-3.836%203.836l-1.793-1.793a1%201%200%200%200-1.414%200l-3.25%203.25a1%201%200%201%200%201.414%201.414l2.543-2.543l1.793%201.793a1%201%200%200%200%201.414%200l4.544-4.543L18.5%2011.5a1%201%200%201%200%202%200l.002-4.5a1%201%200%200%200-1-1z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVG7R1Yvc8m)%22%20d%3D%22M5%204a1%201%200%200%200-2%200v13.5A3.5%203.5%200%200%200%206.5%2021H20a1%201%200%201%200%200-2H6.5A1.5%201.5%200%200%201%205%2017.5z%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGnnbc3chc%22%20x1%3D%225.423%22%20x2%3D%2224.458%22%20y1%3D%2214.5%22%20y2%3D%227.097%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%230fafff%22%2F%3E%3Cstop%20offset%3D%22.445%22%20stop-color%3D%22%239c6cfe%22%2F%3E%3Cstop%20offset%3D%22.957%22%20stop-color%3D%22%23e656eb%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVG7R1Yvc8m%22%20x1%3D%2219.313%22%20x2%3D%223.56%22%20y1%3D%224.125%22%20y2%3D%2227.58%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%2370777d%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23b9c0c7%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22url(%23SVGnnbc3chc)%22%20d%3D%22M15%206a1%201%200%201%200%200%202h2.086l-3.836%203.836l-1.793-1.793a1%201%200%200%200-1.414%200l-3.25%203.25a1%201%200%201%200%201.414%201.414l2.543-2.543l1.793%201.793a1%201%200%200%200%201.414%200l4.544-4.543L18.5%2011.5a1%201%200%201%200%202%200l.002-4.5a1%201%200%200%200-1-1z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVG7R1Yvc8m)%22%20d%3D%22M5%204a1%201%200%200%200-2%200v13.5A3.5%203.5%200%200%200%206.5%2021H20a1%201%200%201%200%200-2H6.5A1.5%201.5%200%200%201%205%2017.5z%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGnnbc3chc%22%20x1%3D%225.423%22%20x2%3D%2224.458%22%20y1%3D%2214.5%22%20y2%3D%227.097%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%230fafff%22%2F%3E%3Cstop%20offset%3D%22.445%22%20stop-color%3D%22%239c6cfe%22%2F%3E%3Cstop%20offset%3D%22.957%22%20stop-color%3D%22%23e656eb%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVG7R1Yvc8m%22%20x1%3D%2219.313%22%20x2%3D%223.56%22%20y1%3D%224.125%22%20y2%3D%2227.58%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%2370777d%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23b9c0c7%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent-color/data-trending-24.svg?color=%231a73e8&size=48