ios arrow round up icon

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

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

Related icons in IonIcons

Use the ios arrow round up icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M348.3 216.4c-5 5.1-13.3 5.1-18.4.1L269 155.8v231.3c0 7.1-5.8 12.9-13 12.9s-13-5.8-13-12.9V155.8l-60.9 60.8c-5.1 5-13.3 4.9-18.4-.1-5-5.1-5-13.2.1-18.3l83-82.4c1.2-1.1 2.5-2 4.1-2.7 1.6-.7 3.3-1 5-1 3.4 0 6.6 1.3 9.1 3.7l83 82.4c5.2 4.9 5.3 13.1.3 18.2z" fill="currentColor"/></svg>

React

import type { SVGProps } from "react";

export function IonIosArrowRoundUp(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M348.3 216.4c-5 5.1-13.3 5.1-18.4.1L269 155.8v231.3c0 7.1-5.8 12.9-13 12.9s-13-5.8-13-12.9V155.8l-60.9 60.8c-5.1 5-13.3 4.9-18.4-.1-5-5.1-5-13.2.1-18.3l83-82.4c1.2-1.1 2.5-2 4.1-2.7 1.6-.7 3.3-1 5-1 3.4 0 6.6 1.3 9.1 3.7l83 82.4c5.2 4.9 5.3 13.1.3 18.2z" fill="currentColor"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M348.3 216.4c-5 5.1-13.3 5.1-18.4.1L269 155.8v231.3c0 7.1-5.8 12.9-13 12.9s-13-5.8-13-12.9V155.8l-60.9 60.8c-5.1 5-13.3 4.9-18.4-.1-5-5.1-5-13.2.1-18.3l83-82.4c1.2-1.1 2.5-2 4.1-2.7 1.6-.7 3.3-1 5-1 3.4 0 6.6 1.3 9.1 3.7l83 82.4c5.2 4.9 5.3 13.1.3 18.2z" fill="currentColor"/></svg>
</template>

CSS

.icon-ios-arrow-round-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%22M348.3%20216.4c-5%205.1-13.3%205.1-18.4.1L269%20155.8v231.3c0%207.1-5.8%2012.9-13%2012.9s-13-5.8-13-12.9V155.8l-60.9%2060.8c-5.1%205-13.3%204.9-18.4-.1-5-5.1-5-13.2.1-18.3l83-82.4c1.2-1.1%202.5-2%204.1-2.7%201.6-.7%203.3-1%205-1%203.4%200%206.6%201.3%209.1%203.7l83%2082.4c5.2%204.9%205.3%2013.1.3%2018.2z%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%22M348.3%20216.4c-5%205.1-13.3%205.1-18.4.1L269%20155.8v231.3c0%207.1-5.8%2012.9-13%2012.9s-13-5.8-13-12.9V155.8l-60.9%2060.8c-5.1%205-13.3%204.9-18.4-.1-5-5.1-5-13.2.1-18.3l83-82.4c1.2-1.1%202.5-2%204.1-2.7%201.6-.7%203.3-1%205-1%203.4%200%206.6%201.3%209.1%203.7l83%2082.4c5.2%204.9%205.3%2013.1.3%2018.2z%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-arrow-round-up.svg?color=%231a73e8&size=48