ios paper plane icon

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

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

Related icons in IonIcons

Use the ios paper plane icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M452.1 49L52.3 265.3c-6 3.3-5.6 12.1.6 14.9l68.2 25.7c4 1.5 7.2 4.5 9 8.4l53 109.1c1 4.8 9.9 6.1 10 1.2l-8.1-90.2c.5-6.7 3-13 7.3-18.2l207.3-203.1c1.2-1.2 2.9-1.6 4.5-1.3 3.4.8 4.8 4.9 2.6 7.6L228 338c-4 6-6 11-7 18l-10.7 77.9c.9 6.8 6.2 9.4 10.5 3.3l38.5-45.2c2.6-3.7 7.7-4.5 11.3-1.9l99.2 72.3c4.7 3.5 11.4.9 12.6-4.9L463.8 58c1.5-6.8-5.6-12.3-11.7-9z" fill="currentColor"/></svg>

React

import type { SVGProps } from "react";

export function IonIosPaperPlane(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M452.1 49L52.3 265.3c-6 3.3-5.6 12.1.6 14.9l68.2 25.7c4 1.5 7.2 4.5 9 8.4l53 109.1c1 4.8 9.9 6.1 10 1.2l-8.1-90.2c.5-6.7 3-13 7.3-18.2l207.3-203.1c1.2-1.2 2.9-1.6 4.5-1.3 3.4.8 4.8 4.9 2.6 7.6L228 338c-4 6-6 11-7 18l-10.7 77.9c.9 6.8 6.2 9.4 10.5 3.3l38.5-45.2c2.6-3.7 7.7-4.5 11.3-1.9l99.2 72.3c4.7 3.5 11.4.9 12.6-4.9L463.8 58c1.5-6.8-5.6-12.3-11.7-9z" fill="currentColor"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M452.1 49L52.3 265.3c-6 3.3-5.6 12.1.6 14.9l68.2 25.7c4 1.5 7.2 4.5 9 8.4l53 109.1c1 4.8 9.9 6.1 10 1.2l-8.1-90.2c.5-6.7 3-13 7.3-18.2l207.3-203.1c1.2-1.2 2.9-1.6 4.5-1.3 3.4.8 4.8 4.9 2.6 7.6L228 338c-4 6-6 11-7 18l-10.7 77.9c.9 6.8 6.2 9.4 10.5 3.3l38.5-45.2c2.6-3.7 7.7-4.5 11.3-1.9l99.2 72.3c4.7 3.5 11.4.9 12.6-4.9L463.8 58c1.5-6.8-5.6-12.3-11.7-9z" fill="currentColor"/></svg>
</template>

CSS

.icon-ios-paper-plane {
  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%22M452.1%2049L52.3%20265.3c-6%203.3-5.6%2012.1.6%2014.9l68.2%2025.7c4%201.5%207.2%204.5%209%208.4l53%20109.1c1%204.8%209.9%206.1%2010%201.2l-8.1-90.2c.5-6.7%203-13%207.3-18.2l207.3-203.1c1.2-1.2%202.9-1.6%204.5-1.3%203.4.8%204.8%204.9%202.6%207.6L228%20338c-4%206-6%2011-7%2018l-10.7%2077.9c.9%206.8%206.2%209.4%2010.5%203.3l38.5-45.2c2.6-3.7%207.7-4.5%2011.3-1.9l99.2%2072.3c4.7%203.5%2011.4.9%2012.6-4.9L463.8%2058c1.5-6.8-5.6-12.3-11.7-9z%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%22M452.1%2049L52.3%20265.3c-6%203.3-5.6%2012.1.6%2014.9l68.2%2025.7c4%201.5%207.2%204.5%209%208.4l53%20109.1c1%204.8%209.9%206.1%2010%201.2l-8.1-90.2c.5-6.7%203-13%207.3-18.2l207.3-203.1c1.2-1.2%202.9-1.6%204.5-1.3%203.4.8%204.8%204.9%202.6%207.6L228%20338c-4%206-6%2011-7%2018l-10.7%2077.9c.9%206.8%206.2%209.4%2010.5%203.3l38.5-45.2c2.6-3.7%207.7-4.5%2011.3-1.9l99.2%2072.3c4.7%203.5%2011.4.9%2012.6-4.9L463.8%2058c1.5-6.8-5.6-12.3-11.7-9z%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-paper-plane.svg?color=%231a73e8&size=48