ios send icon

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

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

Related icons in IonIcons

Use the ios send icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M435.9 64.9l-367.1 160c-6.5 3.1-6.3 12.4.3 15.3l99.3 56.1c5.9 3.3 13.2 2.6 18.3-1.8l195.8-168.8c1.3-1.1 4.4-3.2 5.6-2 1.3 1.3-.7 4.3-1.8 5.6L216.9 320.1c-4.7 5.3-5.4 13.1-1.6 19.1l64.9 104.1c3.2 6.3 12.3 6.2 15.2-.2L447.2 76c3.3-7.2-4.2-14.5-11.3-11.1z" fill="currentColor"/></svg>

React

import type { SVGProps } from "react";

export function IonIosSend(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M435.9 64.9l-367.1 160c-6.5 3.1-6.3 12.4.3 15.3l99.3 56.1c5.9 3.3 13.2 2.6 18.3-1.8l195.8-168.8c1.3-1.1 4.4-3.2 5.6-2 1.3 1.3-.7 4.3-1.8 5.6L216.9 320.1c-4.7 5.3-5.4 13.1-1.6 19.1l64.9 104.1c3.2 6.3 12.3 6.2 15.2-.2L447.2 76c3.3-7.2-4.2-14.5-11.3-11.1z" fill="currentColor"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M435.9 64.9l-367.1 160c-6.5 3.1-6.3 12.4.3 15.3l99.3 56.1c5.9 3.3 13.2 2.6 18.3-1.8l195.8-168.8c1.3-1.1 4.4-3.2 5.6-2 1.3 1.3-.7 4.3-1.8 5.6L216.9 320.1c-4.7 5.3-5.4 13.1-1.6 19.1l64.9 104.1c3.2 6.3 12.3 6.2 15.2-.2L447.2 76c3.3-7.2-4.2-14.5-11.3-11.1z" fill="currentColor"/></svg>
</template>

CSS

.icon-ios-send {
  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%22M435.9%2064.9l-367.1%20160c-6.5%203.1-6.3%2012.4.3%2015.3l99.3%2056.1c5.9%203.3%2013.2%202.6%2018.3-1.8l195.8-168.8c1.3-1.1%204.4-3.2%205.6-2%201.3%201.3-.7%204.3-1.8%205.6L216.9%20320.1c-4.7%205.3-5.4%2013.1-1.6%2019.1l64.9%20104.1c3.2%206.3%2012.3%206.2%2015.2-.2L447.2%2076c3.3-7.2-4.2-14.5-11.3-11.1z%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%22M435.9%2064.9l-367.1%20160c-6.5%203.1-6.3%2012.4.3%2015.3l99.3%2056.1c5.9%203.3%2013.2%202.6%2018.3-1.8l195.8-168.8c1.3-1.1%204.4-3.2%205.6-2%201.3%201.3-.7%204.3-1.8%205.6L216.9%20320.1c-4.7%205.3-5.4%2013.1-1.6%2019.1l64.9%20104.1c3.2%206.3%2012.3%206.2%2015.2-.2L447.2%2076c3.3-7.2-4.2-14.5-11.3-11.1z%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-send.svg?color=%231a73e8&size=48