chart increasing with yen emoji

chart-increasing-with-yen from Fluent Emoji Flat by Microsoft Corporation · Default · Objects · MIT Free for personal and commercial use.

Name
chart-increasing-with-yen
Set
Fluent Emoji Flat
Style
Default
Category
Objects
Viewbox
32×32
License
MIT

The same emoji in other sets

More objects icons from Fluent Emoji Flat

Use the chart increasing with yen emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#00d26a" d="M2 6a4 4 0 0 1 4-4h20a4 4 0 0 1 4 4v20a4 4 0 0 1-4 4H6a4 4 0 0 1-4-4z"/><path fill="#f4f4f4" d="M5.461 5.119a.75.75 0 0 1 1.014.31l2.068 3.9l2.206-3.916a.75.75 0 1 1 1.307.737l-2.402 4.26h1.749a.75.75 0 1 1 0 1.5h-2.13v.95h2.13a.75.75 0 0 1 0 1.5h-2.13v1.4a.75.75 0 0 1-1.5 0v-1.4h-1.82a.75.75 0 0 1 0-1.5h1.82v-.95h-1.82a.75.75 0 0 1 0-1.5h1.466l-2.27-4.278a.75.75 0 0 1 .312-1.014m21.328 9.326a.75.75 0 0 0-1.06-1.06L15.304 23.809a.25.25 0 0 1-.355-.001l-2.617-2.637a1.75 1.75 0 0 0-2.48-.005l-4.421 4.422a.75.75 0 0 0 1.06 1.06l4.422-4.422a.25.25 0 0 1 .354.001l2.618 2.637a1.75 1.75 0 0 0 2.48.005z"/></g></svg>

React

import type { SVGProps } from "react";

export function FluentEmojiFlatChartIncreasingWithYen(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#00d26a" d="M2 6a4 4 0 0 1 4-4h20a4 4 0 0 1 4 4v20a4 4 0 0 1-4 4H6a4 4 0 0 1-4-4z"/><path fill="#f4f4f4" d="M5.461 5.119a.75.75 0 0 1 1.014.31l2.068 3.9l2.206-3.916a.75.75 0 1 1 1.307.737l-2.402 4.26h1.749a.75.75 0 1 1 0 1.5h-2.13v.95h2.13a.75.75 0 0 1 0 1.5h-2.13v1.4a.75.75 0 0 1-1.5 0v-1.4h-1.82a.75.75 0 0 1 0-1.5h1.82v-.95h-1.82a.75.75 0 0 1 0-1.5h1.466l-2.27-4.278a.75.75 0 0 1 .312-1.014m21.328 9.326a.75.75 0 0 0-1.06-1.06L15.304 23.809a.25.25 0 0 1-.355-.001l-2.617-2.637a1.75 1.75 0 0 0-2.48-.005l-4.421 4.422a.75.75 0 0 0 1.06 1.06l4.422-4.422a.25.25 0 0 1 .354.001l2.618 2.637a1.75 1.75 0 0 0 2.48.005z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#00d26a" d="M2 6a4 4 0 0 1 4-4h20a4 4 0 0 1 4 4v20a4 4 0 0 1-4 4H6a4 4 0 0 1-4-4z"/><path fill="#f4f4f4" d="M5.461 5.119a.75.75 0 0 1 1.014.31l2.068 3.9l2.206-3.916a.75.75 0 1 1 1.307.737l-2.402 4.26h1.749a.75.75 0 1 1 0 1.5h-2.13v.95h2.13a.75.75 0 0 1 0 1.5h-2.13v1.4a.75.75 0 0 1-1.5 0v-1.4h-1.82a.75.75 0 0 1 0-1.5h1.82v-.95h-1.82a.75.75 0 0 1 0-1.5h1.466l-2.27-4.278a.75.75 0 0 1 .312-1.014m21.328 9.326a.75.75 0 0 0-1.06-1.06L15.304 23.809a.25.25 0 0 1-.355-.001l-2.617-2.637a1.75 1.75 0 0 0-2.48-.005l-4.421 4.422a.75.75 0 0 0 1.06 1.06l4.422-4.422a.25.25 0 0 1 .354.001l2.618 2.637a1.75 1.75 0 0 0 2.48.005z"/></g></svg>
</template>

CSS

.icon-chart-increasing-with-yen {
  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%2032%2032%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%2300d26a%22%20d%3D%22M2%206a4%204%200%200%201%204-4h20a4%204%200%200%201%204%204v20a4%204%200%200%201-4%204H6a4%204%200%200%201-4-4z%22%2F%3E%3Cpath%20fill%3D%22%23f4f4f4%22%20d%3D%22M5.461%205.119a.75.75%200%200%201%201.014.31l2.068%203.9l2.206-3.916a.75.75%200%201%201%201.307.737l-2.402%204.26h1.749a.75.75%200%201%201%200%201.5h-2.13v.95h2.13a.75.75%200%200%201%200%201.5h-2.13v1.4a.75.75%200%200%201-1.5%200v-1.4h-1.82a.75.75%200%200%201%200-1.5h1.82v-.95h-1.82a.75.75%200%200%201%200-1.5h1.466l-2.27-4.278a.75.75%200%200%201%20.312-1.014m21.328%209.326a.75.75%200%200%200-1.06-1.06L15.304%2023.809a.25.25%200%200%201-.355-.001l-2.617-2.637a1.75%201.75%200%200%200-2.48-.005l-4.421%204.422a.75.75%200%200%200%201.06%201.06l4.422-4.422a.25.25%200%200%201%20.354.001l2.618%202.637a1.75%201.75%200%200%200%202.48.005z%22%2F%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%2032%2032%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%2300d26a%22%20d%3D%22M2%206a4%204%200%200%201%204-4h20a4%204%200%200%201%204%204v20a4%204%200%200%201-4%204H6a4%204%200%200%201-4-4z%22%2F%3E%3Cpath%20fill%3D%22%23f4f4f4%22%20d%3D%22M5.461%205.119a.75.75%200%200%201%201.014.31l2.068%203.9l2.206-3.916a.75.75%200%201%201%201.307.737l-2.402%204.26h1.749a.75.75%200%201%201%200%201.5h-2.13v.95h2.13a.75.75%200%200%201%200%201.5h-2.13v1.4a.75.75%200%200%201-1.5%200v-1.4h-1.82a.75.75%200%200%201%200-1.5h1.82v-.95h-1.82a.75.75%200%200%201%200-1.5h1.466l-2.27-4.278a.75.75%200%200%201%20.312-1.014m21.328%209.326a.75.75%200%200%200-1.06-1.06L15.304%2023.809a.25.25%200%200%201-.355-.001l-2.617-2.637a1.75%201.75%200%200%200-2.48-.005l-4.421%204.422a.75.75%200%200%200%201.06%201.06l4.422-4.422a.25.25%200%200%201%20.354.001l2.618%202.637a1.75%201.75%200%200%200%202.48.005z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent-emoji-flat/chart-increasing-with-yen.svg?color=%231a73e8&size=48