paper plane icon
paper-plane-f from Jam Icons by Michael Amprimo · Filled · MIT Free for personal and commercial use.
- Name
- paper-plane-f
- Set
- Jam Icons
- Style
- Filled
- 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="M7.671 13.44L19.926 1.384c.116.408.096.847-.061 1.25l-6.25 16.08c-.395 1.016-1.532 1.538-2.54 1.165a1.9 1.9 0 0 1-1.097-1.054l-1.981-4.77q-.136-.325-.326-.617zm-1.41-1.288a4 4 0 0 0-.317-.148l-4.77-1.981C.185 9.61-.268 8.465.165 7.465a2.02 2.02 0 0 1 1.121-1.079l16.08-6.25c.46-.179.94-.175 1.365-.025L6.26 12.152z"/></svg>
React
import type { SVGProps } from "react";
export function JamPaperPlaneF(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="M7.671 13.44L19.926 1.384c.116.408.096.847-.061 1.25l-6.25 16.08c-.395 1.016-1.532 1.538-2.54 1.165a1.9 1.9 0 0 1-1.097-1.054l-1.981-4.77q-.136-.325-.326-.617zm-1.41-1.288a4 4 0 0 0-.317-.148l-4.77-1.981C.185 9.61-.268 8.465.165 7.465a2.02 2.02 0 0 1 1.121-1.079l16.08-6.25c.46-.179.94-.175 1.365-.025L6.26 12.152z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-2 -2 24 24"><path fill="currentColor" d="M7.671 13.44L19.926 1.384c.116.408.096.847-.061 1.25l-6.25 16.08c-.395 1.016-1.532 1.538-2.54 1.165a1.9 1.9 0 0 1-1.097-1.054l-1.981-4.77q-.136-.325-.326-.617zm-1.41-1.288a4 4 0 0 0-.317-.148l-4.77-1.981C.185 9.61-.268 8.465.165 7.465a2.02 2.02 0 0 1 1.121-1.079l16.08-6.25c.46-.179.94-.175 1.365-.025L6.26 12.152z"/></svg> </template>
CSS
.icon-paper-plane-f {
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%22M7.671%2013.44L19.926%201.384c.116.408.096.847-.061%201.25l-6.25%2016.08c-.395%201.016-1.532%201.538-2.54%201.165a1.9%201.9%200%200%201-1.097-1.054l-1.981-4.77q-.136-.325-.326-.617zm-1.41-1.288a4%204%200%200%200-.317-.148l-4.77-1.981C.185%209.61-.268%208.465.165%207.465a2.02%202.02%200%200%201%201.121-1.079l16.08-6.25c.46-.179.94-.175%201.365-.025L6.26%2012.152z%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%22M7.671%2013.44L19.926%201.384c.116.408.096.847-.061%201.25l-6.25%2016.08c-.395%201.016-1.532%201.538-2.54%201.165a1.9%201.9%200%200%201-1.097-1.054l-1.981-4.77q-.136-.325-.326-.617zm-1.41-1.288a4%204%200%200%200-.317-.148l-4.77-1.981C.185%209.61-.268%208.465.165%207.465a2.02%202.02%200%200%201%201.121-1.079l16.08-6.25c.46-.179.94-.175%201.365-.025L6.26%2012.152z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/jam/paper-plane-f.svg?color=%231a73e8&size=48