paper plane icon
paper-plane from Jam Icons by Michael Amprimo · Outline · MIT Free for personal and commercial use.
- Name
- paper-plane
- Set
- Jam Icons
- Style
- Outline
- Viewbox
- 24×24
- License
- MIT
1 other variant in Jam Icons
The same icon in other sets
paper-planeBoxIcons v2paper-planeBoxIcons v2 Solidpaper-plane-fillEva Iconspaper-planeFont Awesome 6 Regularpaper-planeFont Awesome 6 Solidpaper-planeFont Awesome Regularpaper-planeFont Awesome Solidpaper-plane-outlineFlowbite Iconspaper-planeIonIconspaper-planeLine Awesomepaper-planePhosphorpaper-planeRadix Icons
Use the paper plane icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-2 -2 24 24"><path fill="currentColor" d="m16.907 4.44l-7.655 7.655q.341.489.575 1.048l1.91 4.599l5.17-13.303zm-9.002 6.308l7.656-7.656l-13.303 5.17l4.599 1.911a5.5 5.5 0 0 1 1.048.575m11.618-7.862l-6.027 15.506c-.38.98-1.477 1.483-2.449 1.124a1.83 1.83 0 0 1-1.057-1.017L8.08 13.9a3.66 3.66 0 0 0-1.98-1.98l-4.6-1.91C.546 9.613.11 8.51.528 7.544a1.95 1.95 0 0 1 1.08-1.04L17.114.475a1.852 1.852 0 0 1 2.41 2.41z"/></svg>
React
import type { SVGProps } from "react";
export function JamPaperPlane(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-2 -2 24 24"><path fill="currentColor" d="m16.907 4.44l-7.655 7.655q.341.489.575 1.048l1.91 4.599l5.17-13.303zm-9.002 6.308l7.656-7.656l-13.303 5.17l4.599 1.911a5.5 5.5 0 0 1 1.048.575m11.618-7.862l-6.027 15.506c-.38.98-1.477 1.483-2.449 1.124a1.83 1.83 0 0 1-1.057-1.017L8.08 13.9a3.66 3.66 0 0 0-1.98-1.98l-4.6-1.91C.546 9.613.11 8.51.528 7.544a1.95 1.95 0 0 1 1.08-1.04L17.114.475a1.852 1.852 0 0 1 2.41 2.41z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-2 -2 24 24"><path fill="currentColor" d="m16.907 4.44l-7.655 7.655q.341.489.575 1.048l1.91 4.599l5.17-13.303zm-9.002 6.308l7.656-7.656l-13.303 5.17l4.599 1.911a5.5 5.5 0 0 1 1.048.575m11.618-7.862l-6.027 15.506c-.38.98-1.477 1.483-2.449 1.124a1.83 1.83 0 0 1-1.057-1.017L8.08 13.9a3.66 3.66 0 0 0-1.98-1.98l-4.6-1.91C.546 9.613.11 8.51.528 7.544a1.95 1.95 0 0 1 1.08-1.04L17.114.475a1.852 1.852 0 0 1 2.41 2.41z"/></svg> </template>
CSS
.icon-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%22-2%20-2%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m16.907%204.44l-7.655%207.655q.341.489.575%201.048l1.91%204.599l5.17-13.303zm-9.002%206.308l7.656-7.656l-13.303%205.17l4.599%201.911a5.5%205.5%200%200%201%201.048.575m11.618-7.862l-6.027%2015.506c-.38.98-1.477%201.483-2.449%201.124a1.83%201.83%200%200%201-1.057-1.017L8.08%2013.9a3.66%203.66%200%200%200-1.98-1.98l-4.6-1.91C.546%209.613.11%208.51.528%207.544a1.95%201.95%200%200%201%201.08-1.04L17.114.475a1.852%201.852%200%200%201%202.41%202.41z%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%22-2%20-2%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m16.907%204.44l-7.655%207.655q.341.489.575%201.048l1.91%204.599l5.17-13.303zm-9.002%206.308l7.656-7.656l-13.303%205.17l4.599%201.911a5.5%205.5%200%200%201%201.048.575m11.618-7.862l-6.027%2015.506c-.38.98-1.477%201.483-2.449%201.124a1.83%201.83%200%200%201-1.057-1.017L8.08%2013.9a3.66%203.66%200%200%200-1.98-1.98l-4.6-1.91C.546%209.613.11%208.51.528%207.544a1.95%201.95%200%200%201%201.08-1.04L17.114.475a1.852%201.852%200%200%201%202.41%202.41z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/jam/paper-plane.svg?color=%231a73e8&size=48