ios swap icon

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

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

Related icons in IonIcons

Use the ios swap icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M388.9 266.3c-5.1-5-5.2-13.3-.1-18.4L436 200H211c-7.2 0-13-5.8-13-13s5.8-13 13-13h224.9l-47.2-47.9c-5-5.1-5-13.3.1-18.4 5.1-5 13.3-5 18.4.1l69 70c1.1 1.2 2.1 2.5 2.7 4.1.7 1.6 1 3.3 1 5 0 3.4-1.3 6.6-3.7 9.1l-69 70c-5 5.2-13.2 5.3-18.3.3z" fill="currentColor"/><path d="M123.1 404.3c5.1-5 5.2-13.3.1-18.4L76.1 338H301c7.2 0 13-5.8 13-13s-5.8-13-13-13H76.1l47.2-47.9c5-5.1 5-13.3-.1-18.4-5.1-5-13.3-5-18.4.1l-69 70c-1.1 1.2-2.1 2.5-2.7 4.1-.7 1.6-1 3.3-1 5 0 3.4 1.3 6.6 3.7 9.1l69 70c5 5.2 13.2 5.3 18.3.3z" fill="currentColor"/></svg>

React

import type { SVGProps } from "react";

export function IonIosSwap(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M388.9 266.3c-5.1-5-5.2-13.3-.1-18.4L436 200H211c-7.2 0-13-5.8-13-13s5.8-13 13-13h224.9l-47.2-47.9c-5-5.1-5-13.3.1-18.4 5.1-5 13.3-5 18.4.1l69 70c1.1 1.2 2.1 2.5 2.7 4.1.7 1.6 1 3.3 1 5 0 3.4-1.3 6.6-3.7 9.1l-69 70c-5 5.2-13.2 5.3-18.3.3z" fill="currentColor"/><path d="M123.1 404.3c5.1-5 5.2-13.3.1-18.4L76.1 338H301c7.2 0 13-5.8 13-13s-5.8-13-13-13H76.1l47.2-47.9c5-5.1 5-13.3-.1-18.4-5.1-5-13.3-5-18.4.1l-69 70c-1.1 1.2-2.1 2.5-2.7 4.1-.7 1.6-1 3.3-1 5 0 3.4 1.3 6.6 3.7 9.1l69 70c5 5.2 13.2 5.3 18.3.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="M388.9 266.3c-5.1-5-5.2-13.3-.1-18.4L436 200H211c-7.2 0-13-5.8-13-13s5.8-13 13-13h224.9l-47.2-47.9c-5-5.1-5-13.3.1-18.4 5.1-5 13.3-5 18.4.1l69 70c1.1 1.2 2.1 2.5 2.7 4.1.7 1.6 1 3.3 1 5 0 3.4-1.3 6.6-3.7 9.1l-69 70c-5 5.2-13.2 5.3-18.3.3z" fill="currentColor"/><path d="M123.1 404.3c5.1-5 5.2-13.3.1-18.4L76.1 338H301c7.2 0 13-5.8 13-13s-5.8-13-13-13H76.1l47.2-47.9c5-5.1 5-13.3-.1-18.4-5.1-5-13.3-5-18.4.1l-69 70c-1.1 1.2-2.1 2.5-2.7 4.1-.7 1.6-1 3.3-1 5 0 3.4 1.3 6.6 3.7 9.1l69 70c5 5.2 13.2 5.3 18.3.3z" fill="currentColor"/></svg>
</template>

CSS

.icon-ios-swap {
  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%22M388.9%20266.3c-5.1-5-5.2-13.3-.1-18.4L436%20200H211c-7.2%200-13-5.8-13-13s5.8-13%2013-13h224.9l-47.2-47.9c-5-5.1-5-13.3.1-18.4%205.1-5%2013.3-5%2018.4.1l69%2070c1.1%201.2%202.1%202.5%202.7%204.1.7%201.6%201%203.3%201%205%200%203.4-1.3%206.6-3.7%209.1l-69%2070c-5%205.2-13.2%205.3-18.3.3z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M123.1%20404.3c5.1-5%205.2-13.3.1-18.4L76.1%20338H301c7.2%200%2013-5.8%2013-13s-5.8-13-13-13H76.1l47.2-47.9c5-5.1%205-13.3-.1-18.4-5.1-5-13.3-5-18.4.1l-69%2070c-1.1%201.2-2.1%202.5-2.7%204.1-.7%201.6-1%203.3-1%205%200%203.4%201.3%206.6%203.7%209.1l69%2070c5%205.2%2013.2%205.3%2018.3.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%22M388.9%20266.3c-5.1-5-5.2-13.3-.1-18.4L436%20200H211c-7.2%200-13-5.8-13-13s5.8-13%2013-13h224.9l-47.2-47.9c-5-5.1-5-13.3.1-18.4%205.1-5%2013.3-5%2018.4.1l69%2070c1.1%201.2%202.1%202.5%202.7%204.1.7%201.6%201%203.3%201%205%200%203.4-1.3%206.6-3.7%209.1l-69%2070c-5%205.2-13.2%205.3-18.3.3z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M123.1%20404.3c5.1-5%205.2-13.3.1-18.4L76.1%20338H301c7.2%200%2013-5.8%2013-13s-5.8-13-13-13H76.1l47.2-47.9c5-5.1%205-13.3-.1-18.4-5.1-5-13.3-5-18.4.1l-69%2070c-1.1%201.2-2.1%202.5-2.7%204.1-.7%201.6-1%203.3-1%205%200%203.4%201.3%206.6%203.7%209.1l69%2070c5%205.2%2013.2%205.3%2018.3.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-swap.svg?color=%231a73e8&size=48