chart increasing emoji
chart-increasing from Noto Emoji by Google Inc · Default · Objects · Apache-2.0 Free for personal and commercial use.
- Name
- chart-increasing
- Set
- Noto Emoji
- Style
- Default
- Category
- Objects
- Viewbox
- 128×128
- License
- Apache 2.0
The same emoji in other sets
More objects icons from Noto Emoji
Use the chart increasing emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#fff" d="M4 4h120v120H4z"/><path fill="none" stroke="#b0bec5" stroke-miterlimit="10" stroke-width="1.993" d="M24.7 4.2v119.6M44.35 4.2v119.6M64 4.2v119.6M83.65 4.2v119.6M103.3 4.2v119.6"/><path fill="none" stroke="#b0bec5" stroke-miterlimit="10" stroke-width="2" d="M123.8 24.66H4.15m119.66 19.67H4.16M123.83 64H4.17m119.67 19.67H4.19m119.66 19.67H4.2"/><path fill="#e53935" d="m5.1 122.98l-.08-6.16L31.94 68.3l23.7 21.91l63.78-85.1h3.49l.14 5.16l-66.6 88.86l-23.02-21.28l-24.98 45.16z"/><path fill="#b0bec5" d="M122.01 5.99V122H5.99V5.99zM124 4H4v120h120z"/></svg>
React
import type { SVGProps } from "react";
export function NotoChartIncreasing(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#fff" d="M4 4h120v120H4z"/><path fill="none" stroke="#b0bec5" strokeMiterlimit="10" strokeWidth="1.993" d="M24.7 4.2v119.6M44.35 4.2v119.6M64 4.2v119.6M83.65 4.2v119.6M103.3 4.2v119.6"/><path fill="none" stroke="#b0bec5" strokeMiterlimit="10" strokeWidth="2" d="M123.8 24.66H4.15m119.66 19.67H4.16M123.83 64H4.17m119.67 19.67H4.19m119.66 19.67H4.2"/><path fill="#e53935" d="m5.1 122.98l-.08-6.16L31.94 68.3l23.7 21.91l63.78-85.1h3.49l.14 5.16l-66.6 88.86l-23.02-21.28l-24.98 45.16z"/><path fill="#b0bec5" d="M122.01 5.99V122H5.99V5.99zM124 4H4v120h120z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#fff" d="M4 4h120v120H4z"/><path fill="none" stroke="#b0bec5" stroke-miterlimit="10" stroke-width="1.993" d="M24.7 4.2v119.6M44.35 4.2v119.6M64 4.2v119.6M83.65 4.2v119.6M103.3 4.2v119.6"/><path fill="none" stroke="#b0bec5" stroke-miterlimit="10" stroke-width="2" d="M123.8 24.66H4.15m119.66 19.67H4.16M123.83 64H4.17m119.67 19.67H4.19m119.66 19.67H4.2"/><path fill="#e53935" d="m5.1 122.98l-.08-6.16L31.94 68.3l23.7 21.91l63.78-85.1h3.49l.14 5.16l-66.6 88.86l-23.02-21.28l-24.98 45.16z"/><path fill="#b0bec5" d="M122.01 5.99V122H5.99V5.99zM124 4H4v120h120z"/></svg> </template>
CSS
.icon-chart-increasing {
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%20128%20128%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M4%204h120v120H4z%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23b0bec5%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%221.993%22%20d%3D%22M24.7%204.2v119.6M44.35%204.2v119.6M64%204.2v119.6M83.65%204.2v119.6M103.3%204.2v119.6%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23b0bec5%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%20d%3D%22M123.8%2024.66H4.15m119.66%2019.67H4.16M123.83%2064H4.17m119.67%2019.67H4.19m119.66%2019.67H4.2%22%2F%3E%3Cpath%20fill%3D%22%23e53935%22%20d%3D%22m5.1%20122.98l-.08-6.16L31.94%2068.3l23.7%2021.91l63.78-85.1h3.49l.14%205.16l-66.6%2088.86l-23.02-21.28l-24.98%2045.16z%22%2F%3E%3Cpath%20fill%3D%22%23b0bec5%22%20d%3D%22M122.01%205.99V122H5.99V5.99zM124%204H4v120h120z%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%20128%20128%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M4%204h120v120H4z%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23b0bec5%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%221.993%22%20d%3D%22M24.7%204.2v119.6M44.35%204.2v119.6M64%204.2v119.6M83.65%204.2v119.6M103.3%204.2v119.6%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23b0bec5%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%20d%3D%22M123.8%2024.66H4.15m119.66%2019.67H4.16M123.83%2064H4.17m119.67%2019.67H4.19m119.66%2019.67H4.2%22%2F%3E%3Cpath%20fill%3D%22%23e53935%22%20d%3D%22m5.1%20122.98l-.08-6.16L31.94%2068.3l23.7%2021.91l63.78-85.1h3.49l.14%205.16l-66.6%2088.86l-23.02-21.28l-24.98%2045.16z%22%2F%3E%3Cpath%20fill%3D%22%23b0bec5%22%20d%3D%22M122.01%205.99V122H5.99V5.99zM124%204H4v120h120z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/noto/chart-increasing.svg?color=%231a73e8&size=48