ios arrow thin right icon

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

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

Related icons in IonIcons

Use the ios arrow thin right icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M322.2 349.7c-3.1-3.1-3-8 0-11.3l66.4-74.4H104c-4.4 0-8-3.6-8-8s3.6-8 8-8h284.6l-66.3-74.4c-2.9-3.4-3.2-8.1-.1-11.2 3.1-3.1 8.5-3.3 11.4-.1 0 0 79.2 87 80 88s2.4 2.8 2.4 5.7-1.6 4.9-2.4 5.7-80 88-80 88c-1.5 1.5-3.6 2.3-5.7 2.3s-4.1-.8-5.7-2.3z" fill="currentColor"/></svg>

React

import type { SVGProps } from "react";

export function IonIosArrowThinRight(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M322.2 349.7c-3.1-3.1-3-8 0-11.3l66.4-74.4H104c-4.4 0-8-3.6-8-8s3.6-8 8-8h284.6l-66.3-74.4c-2.9-3.4-3.2-8.1-.1-11.2 3.1-3.1 8.5-3.3 11.4-.1 0 0 79.2 87 80 88s2.4 2.8 2.4 5.7-1.6 4.9-2.4 5.7-80 88-80 88c-1.5 1.5-3.6 2.3-5.7 2.3s-4.1-.8-5.7-2.3z" fill="currentColor"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M322.2 349.7c-3.1-3.1-3-8 0-11.3l66.4-74.4H104c-4.4 0-8-3.6-8-8s3.6-8 8-8h284.6l-66.3-74.4c-2.9-3.4-3.2-8.1-.1-11.2 3.1-3.1 8.5-3.3 11.4-.1 0 0 79.2 87 80 88s2.4 2.8 2.4 5.7-1.6 4.9-2.4 5.7-80 88-80 88c-1.5 1.5-3.6 2.3-5.7 2.3s-4.1-.8-5.7-2.3z" fill="currentColor"/></svg>
</template>

CSS

.icon-ios-arrow-thin-right {
  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%22M322.2%20349.7c-3.1-3.1-3-8%200-11.3l66.4-74.4H104c-4.4%200-8-3.6-8-8s3.6-8%208-8h284.6l-66.3-74.4c-2.9-3.4-3.2-8.1-.1-11.2%203.1-3.1%208.5-3.3%2011.4-.1%200%200%2079.2%2087%2080%2088s2.4%202.8%202.4%205.7-1.6%204.9-2.4%205.7-80%2088-80%2088c-1.5%201.5-3.6%202.3-5.7%202.3s-4.1-.8-5.7-2.3z%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%22M322.2%20349.7c-3.1-3.1-3-8%200-11.3l66.4-74.4H104c-4.4%200-8-3.6-8-8s3.6-8%208-8h284.6l-66.3-74.4c-2.9-3.4-3.2-8.1-.1-11.2%203.1-3.1%208.5-3.3%2011.4-.1%200%200%2079.2%2087%2080%2088s2.4%202.8%202.4%205.7-1.6%204.9-2.4%205.7-80%2088-80%2088c-1.5%201.5-3.6%202.3-5.7%202.3s-4.1-.8-5.7-2.3z%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-right.svg?color=%231a73e8&size=48