chart increasing with yen emoji

chart-increasing-with-yen from OpenMoji by OpenMoji · Default · Objects · CC-BY-SA-4.0 Attribution required.

Name
chart-increasing-with-yen
Set
OpenMoji
Style
Default
Category
Objects
Viewbox
72×72
License
CC BY-SA 4.0

The same emoji in other sets

More objects icons from OpenMoji

Use the chart increasing with yen emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#b1cc33" d="m34.091 29.625l-8.675 20.614l-6.996-2.984l-7.462 11.753l3.078 2.052l5.597-9.048l4.384 1.679l3.358 1.399l8.686-20.56l10.716 6.009l13.525-27.15l-2.798-1.865l-12.593 24.351z"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M18.316 32.405v-8.25l5.5-11l-5.5 11l-5.5-11m.279 10.589H23.46m10.631 5.881l-8.675 20.614l-6.996-2.984l-7.462 11.753l3.078 2.052l5.597-9.048l4.384 1.679l3.358 1.399l8.686-20.56l10.716 6.009l13.525-27.15l-2.798-1.865l-12.593 24.351z"/></svg>

React

import type { SVGProps } from "react";

export function OpenmojiChartIncreasingWithYen(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#b1cc33" d="m34.091 29.625l-8.675 20.614l-6.996-2.984l-7.462 11.753l3.078 2.052l5.597-9.048l4.384 1.679l3.358 1.399l8.686-20.56l10.716 6.009l13.525-27.15l-2.798-1.865l-12.593 24.351z"/><path fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="M18.316 32.405v-8.25l5.5-11l-5.5 11l-5.5-11m.279 10.589H23.46m10.631 5.881l-8.675 20.614l-6.996-2.984l-7.462 11.753l3.078 2.052l5.597-9.048l4.384 1.679l3.358 1.399l8.686-20.56l10.716 6.009l13.525-27.15l-2.798-1.865l-12.593 24.351z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#b1cc33" d="m34.091 29.625l-8.675 20.614l-6.996-2.984l-7.462 11.753l3.078 2.052l5.597-9.048l4.384 1.679l3.358 1.399l8.686-20.56l10.716 6.009l13.525-27.15l-2.798-1.865l-12.593 24.351z"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M18.316 32.405v-8.25l5.5-11l-5.5 11l-5.5-11m.279 10.589H23.46m10.631 5.881l-8.675 20.614l-6.996-2.984l-7.462 11.753l3.078 2.052l5.597-9.048l4.384 1.679l3.358 1.399l8.686-20.56l10.716 6.009l13.525-27.15l-2.798-1.865l-12.593 24.351z"/></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%2072%2072%22%3E%3Cpath%20fill%3D%22%23b1cc33%22%20d%3D%22m34.091%2029.625l-8.675%2020.614l-6.996-2.984l-7.462%2011.753l3.078%202.052l5.597-9.048l4.384%201.679l3.358%201.399l8.686-20.56l10.716%206.009l13.525-27.15l-2.798-1.865l-12.593%2024.351z%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M18.316%2032.405v-8.25l5.5-11l-5.5%2011l-5.5-11m.279%2010.589H23.46m10.631%205.881l-8.675%2020.614l-6.996-2.984l-7.462%2011.753l3.078%202.052l5.597-9.048l4.384%201.679l3.358%201.399l8.686-20.56l10.716%206.009l13.525-27.15l-2.798-1.865l-12.593%2024.351z%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%2072%2072%22%3E%3Cpath%20fill%3D%22%23b1cc33%22%20d%3D%22m34.091%2029.625l-8.675%2020.614l-6.996-2.984l-7.462%2011.753l3.078%202.052l5.597-9.048l4.384%201.679l3.358%201.399l8.686-20.56l10.716%206.009l13.525-27.15l-2.798-1.865l-12.593%2024.351z%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M18.316%2032.405v-8.25l5.5-11l-5.5%2011l-5.5-11m.279%2010.589H23.46m10.631%205.881l-8.675%2020.614l-6.996-2.984l-7.462%2011.753l3.078%202.052l5.597-9.048l4.384%201.679l3.358%201.399l8.686-20.56l10.716%206.009l13.525-27.15l-2.798-1.865l-12.593%2024.351z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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