paper plane icon
paper-plane from Radix Icons by WorkOS · Outline · MIT Free for personal and commercial use.
- Name
- paper-plane
- Set
- Radix Icons
- Style
- Outline
- Viewbox
- 15×15
- License
- MIT
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-planeJam Iconspaper-planeLine Awesomepaper-planePhosphor
Use the paper plane icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 15 15"><path fill="currentColor" d="M.628 1.166a.5.5 0 0 1 .575-.123l13.5 6a.5.5 0 0 1 0 .914l-13.5 6a.5.5 0 0 1-.635-.709L3.921 7.5L.568 1.752a.5.5 0 0 1 .06-.586M4.845 7.1H9l.081.008a.4.4 0 0 1 0 .784L9 7.9H4.845l-2.633 4.513L13.269 7.5L2.212 2.586z"/></svg>
React
import type { SVGProps } from "react";
export function RadixIconsPaperPlane(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 15 15"><path fill="currentColor" d="M.628 1.166a.5.5 0 0 1 .575-.123l13.5 6a.5.5 0 0 1 0 .914l-13.5 6a.5.5 0 0 1-.635-.709L3.921 7.5L.568 1.752a.5.5 0 0 1 .06-.586M4.845 7.1H9l.081.008a.4.4 0 0 1 0 .784L9 7.9H4.845l-2.633 4.513L13.269 7.5L2.212 2.586z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 15 15"><path fill="currentColor" d="M.628 1.166a.5.5 0 0 1 .575-.123l13.5 6a.5.5 0 0 1 0 .914l-13.5 6a.5.5 0 0 1-.635-.709L3.921 7.5L.568 1.752a.5.5 0 0 1 .06-.586M4.845 7.1H9l.081.008a.4.4 0 0 1 0 .784L9 7.9H4.845l-2.633 4.513L13.269 7.5L2.212 2.586z"/></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%220%200%2015%2015%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M.628%201.166a.5.5%200%200%201%20.575-.123l13.5%206a.5.5%200%200%201%200%20.914l-13.5%206a.5.5%200%200%201-.635-.709L3.921%207.5L.568%201.752a.5.5%200%200%201%20.06-.586M4.845%207.1H9l.081.008a.4.4%200%200%201%200%20.784L9%207.9H4.845l-2.633%204.513L13.269%207.5L2.212%202.586z%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%2015%2015%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M.628%201.166a.5.5%200%200%201%20.575-.123l13.5%206a.5.5%200%200%201%200%20.914l-13.5%206a.5.5%200%200%201-.635-.709L3.921%207.5L.568%201.752a.5.5%200%200%201%20.06-.586M4.845%207.1H9l.081.008a.4.4%200%200%201%200%20.784L9%207.9H4.845l-2.633%204.513L13.269%207.5L2.212%202.586z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/radix-icons/paper-plane.svg?color=%231a73e8&size=48