ios arrow thin left icon

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

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

Related icons in IonIcons

Use the ios arrow thin left icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M189.8 349.7c3.1-3.1 3-8 0-11.3L123.4 264H408c4.4 0 8-3.6 8-8s-3.6-8-8-8H123.4l66.3-74.4c2.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 88S96 253.1 96 256s1.6 4.9 2.4 5.7 80 88 80 88c1.5 1.5 3.6 2.3 5.7 2.3s4.1-.8 5.7-2.3z" fill="currentColor"/></svg>

React

import type { SVGProps } from "react";

export function IonIosArrowThinLeft(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M189.8 349.7c3.1-3.1 3-8 0-11.3L123.4 264H408c4.4 0 8-3.6 8-8s-3.6-8-8-8H123.4l66.3-74.4c2.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 88S96 253.1 96 256s1.6 4.9 2.4 5.7 80 88 80 88c1.5 1.5 3.6 2.3 5.7 2.3s4.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="M189.8 349.7c3.1-3.1 3-8 0-11.3L123.4 264H408c4.4 0 8-3.6 8-8s-3.6-8-8-8H123.4l66.3-74.4c2.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 88S96 253.1 96 256s1.6 4.9 2.4 5.7 80 88 80 88c1.5 1.5 3.6 2.3 5.7 2.3s4.1-.8 5.7-2.3z" fill="currentColor"/></svg>
</template>

CSS

.icon-ios-arrow-thin-left {
  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%22M189.8%20349.7c3.1-3.1%203-8%200-11.3L123.4%20264H408c4.4%200%208-3.6%208-8s-3.6-8-8-8H123.4l66.3-74.4c2.9-3.4%203.2-8.1.1-11.2-3.1-3.1-8.5-3.3-11.4-.1%200%200-79.2%2087-80%2088S96%20253.1%2096%20256s1.6%204.9%202.4%205.7%2080%2088%2080%2088c1.5%201.5%203.6%202.3%205.7%202.3s4.1-.8%205.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%22M189.8%20349.7c3.1-3.1%203-8%200-11.3L123.4%20264H408c4.4%200%208-3.6%208-8s-3.6-8-8-8H123.4l66.3-74.4c2.9-3.4%203.2-8.1.1-11.2-3.1-3.1-8.5-3.3-11.4-.1%200%200-79.2%2087-80%2088S96%20253.1%2096%20256s1.6%204.9%202.4%205.7%2080%2088%2080%2088c1.5%201.5%203.6%202.3%205.7%202.3s4.1-.8%205.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-left.svg?color=%231a73e8&size=48