ios arrow thin up icon

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

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

Related icons in IonIcons

Use the ios arrow thin up icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M349.7 189.8c-3.1 3.1-8 3-11.3 0L264 123.4V408c0 4.4-3.6 8-8 8s-8-3.6-8-8V123.4l-74.4 66.3c-3.4 2.9-8.1 3.2-11.2.1-3.1-3.1-3.3-8.5-.1-11.4 0 0 87-79.2 88-80s2.8-2.4 5.7-2.4 4.9 1.6 5.7 2.4 88 80 88 80c1.5 1.5 2.3 3.6 2.3 5.7s-.8 4.1-2.3 5.7z" fill="currentColor"/></svg>

React

import type { SVGProps } from "react";

export function IonIosArrowThinUp(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M349.7 189.8c-3.1 3.1-8 3-11.3 0L264 123.4V408c0 4.4-3.6 8-8 8s-8-3.6-8-8V123.4l-74.4 66.3c-3.4 2.9-8.1 3.2-11.2.1-3.1-3.1-3.3-8.5-.1-11.4 0 0 87-79.2 88-80s2.8-2.4 5.7-2.4 4.9 1.6 5.7 2.4 88 80 88 80c1.5 1.5 2.3 3.6 2.3 5.7s-.8 4.1-2.3 5.7z" fill="currentColor"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M349.7 189.8c-3.1 3.1-8 3-11.3 0L264 123.4V408c0 4.4-3.6 8-8 8s-8-3.6-8-8V123.4l-74.4 66.3c-3.4 2.9-8.1 3.2-11.2.1-3.1-3.1-3.3-8.5-.1-11.4 0 0 87-79.2 88-80s2.8-2.4 5.7-2.4 4.9 1.6 5.7 2.4 88 80 88 80c1.5 1.5 2.3 3.6 2.3 5.7s-.8 4.1-2.3 5.7z" fill="currentColor"/></svg>
</template>

CSS

.icon-ios-arrow-thin-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%22M349.7%20189.8c-3.1%203.1-8%203-11.3%200L264%20123.4V408c0%204.4-3.6%208-8%208s-8-3.6-8-8V123.4l-74.4%2066.3c-3.4%202.9-8.1%203.2-11.2.1-3.1-3.1-3.3-8.5-.1-11.4%200%200%2087-79.2%2088-80s2.8-2.4%205.7-2.4%204.9%201.6%205.7%202.4%2088%2080%2088%2080c1.5%201.5%202.3%203.6%202.3%205.7s-.8%204.1-2.3%205.7z%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%22M349.7%20189.8c-3.1%203.1-8%203-11.3%200L264%20123.4V408c0%204.4-3.6%208-8%208s-8-3.6-8-8V123.4l-74.4%2066.3c-3.4%202.9-8.1%203.2-11.2.1-3.1-3.1-3.3-8.5-.1-11.4%200%200%2087-79.2%2088-80s2.8-2.4%205.7-2.4%204.9%201.6%205.7%202.4%2088%2080%2088%2080c1.5%201.5%202.3%203.6%202.3%205.7s-.8%204.1-2.3%205.7z%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-thin-up.svg?color=%231a73e8&size=48