ios trending up icon

ios-trending-up from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.

Name
ios-trending-up
Set
IonIcons
Style
Regular
Viewbox
512×512
License
MIT

Related icons in IonIcons

Use the ios trending up icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M464.9 128H344.1c-8.3 0-15.1 6.6-15.1 14.8s6.8 14.8 15.1 14.8h83.7l-138 142.2-85.9-84.1c-2.9-2.8-6.6-4.3-10.7-4.3-4 0-7.8 1.5-10.7 4.3L36.2 358.8c-1.9 1.9-4.2 5.2-4.2 10.7 0 4.1 1.4 7.5 4.2 10.2 2.9 2.8 6.6 4.3 10.7 4.3 4 0 7.8-1.5 10.7-4.3L193.2 247l85.9 84.1c2.9 2.8 6.6 4.3 10.7 4.3 4 0 7.8-1.5 10.7-4.3l149.4-151.9v81.7c0 8.1 6.8 14.8 15.1 14.8s15.1-6.6 15.1-14.8V142.8c-.1-8.2-6.9-14.8-15.2-14.8z" fill="currentColor"/></svg>

React

import type { SVGProps } from "react";

export function IonIosTrendingUp(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M464.9 128H344.1c-8.3 0-15.1 6.6-15.1 14.8s6.8 14.8 15.1 14.8h83.7l-138 142.2-85.9-84.1c-2.9-2.8-6.6-4.3-10.7-4.3-4 0-7.8 1.5-10.7 4.3L36.2 358.8c-1.9 1.9-4.2 5.2-4.2 10.7 0 4.1 1.4 7.5 4.2 10.2 2.9 2.8 6.6 4.3 10.7 4.3 4 0 7.8-1.5 10.7-4.3L193.2 247l85.9 84.1c2.9 2.8 6.6 4.3 10.7 4.3 4 0 7.8-1.5 10.7-4.3l149.4-151.9v81.7c0 8.1 6.8 14.8 15.1 14.8s15.1-6.6 15.1-14.8V142.8c-.1-8.2-6.9-14.8-15.2-14.8z" fill="currentColor"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M464.9 128H344.1c-8.3 0-15.1 6.6-15.1 14.8s6.8 14.8 15.1 14.8h83.7l-138 142.2-85.9-84.1c-2.9-2.8-6.6-4.3-10.7-4.3-4 0-7.8 1.5-10.7 4.3L36.2 358.8c-1.9 1.9-4.2 5.2-4.2 10.7 0 4.1 1.4 7.5 4.2 10.2 2.9 2.8 6.6 4.3 10.7 4.3 4 0 7.8-1.5 10.7-4.3L193.2 247l85.9 84.1c2.9 2.8 6.6 4.3 10.7 4.3 4 0 7.8-1.5 10.7-4.3l149.4-151.9v81.7c0 8.1 6.8 14.8 15.1 14.8s15.1-6.6 15.1-14.8V142.8c-.1-8.2-6.9-14.8-15.2-14.8z" fill="currentColor"/></svg>
</template>

CSS

.icon-ios-trending-up {
  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%20512%20512%22%3E%3Cpath%20d%3D%22M464.9%20128H344.1c-8.3%200-15.1%206.6-15.1%2014.8s6.8%2014.8%2015.1%2014.8h83.7l-138%20142.2-85.9-84.1c-2.9-2.8-6.6-4.3-10.7-4.3-4%200-7.8%201.5-10.7%204.3L36.2%20358.8c-1.9%201.9-4.2%205.2-4.2%2010.7%200%204.1%201.4%207.5%204.2%2010.2%202.9%202.8%206.6%204.3%2010.7%204.3%204%200%207.8-1.5%2010.7-4.3L193.2%20247l85.9%2084.1c2.9%202.8%206.6%204.3%2010.7%204.3%204%200%207.8-1.5%2010.7-4.3l149.4-151.9v81.7c0%208.1%206.8%2014.8%2015.1%2014.8s15.1-6.6%2015.1-14.8V142.8c-.1-8.2-6.9-14.8-15.2-14.8z%22%20fill%3D%22currentColor%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%20512%20512%22%3E%3Cpath%20d%3D%22M464.9%20128H344.1c-8.3%200-15.1%206.6-15.1%2014.8s6.8%2014.8%2015.1%2014.8h83.7l-138%20142.2-85.9-84.1c-2.9-2.8-6.6-4.3-10.7-4.3-4%200-7.8%201.5-10.7%204.3L36.2%20358.8c-1.9%201.9-4.2%205.2-4.2%2010.7%200%204.1%201.4%207.5%204.2%2010.2%202.9%202.8%206.6%204.3%2010.7%204.3%204%200%207.8-1.5%2010.7-4.3L193.2%20247l85.9%2084.1c2.9%202.8%206.6%204.3%2010.7%204.3%204%200%207.8-1.5%2010.7-4.3l149.4-151.9v81.7c0%208.1%206.8%2014.8%2015.1%2014.8s15.1-6.6%2015.1-14.8V142.8c-.1-8.2-6.9-14.8-15.2-14.8z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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