paper plane icon
paper-plane-filled from Reicon by REICON · Filled · Messages · MIT Free for personal and commercial use.
- Name
- paper-plane-filled
- Set
- Reicon
- Style
- Filled
- Category
- Messages
- Viewbox
- 24×24
- License
- MIT
1 other variant in Reicon
The same icon in other sets
All paper plane icons →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-planePhosphorpaper-planeRadix Icons
More messages icons from Reicon
at-signchatchat-checkchat-dotschat-linechat-minuschat-pluschat-roundchat-round-callchat-round-checkchat-round-dotschat-round-likechat-round-linechat-round-moneychat-round-unreadchat-round-videochat-squarechat-square-arrowchat-square-callchat-square-checkchat-square-codechat-square-likechat-unreadchat-x
Use the paper plane icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.793 2.205a1.71 1.71 0 0 0-1.74-.42L2.823 7.324a1.7 1.7 0 0 0-1.183 1.45c-.075.682.25 1.322.843 1.667L8.584 14l5.27-5.272a1 1 0 1 1 1.415 1.415l-5.272 5.272l3.56 6.101a1.7 1.7 0 0 0 1.67.841a1.7 1.7 0 0 0 1.448-1.181l5.54-17.23a1.71 1.71 0 0 0-.422-1.74Z"/></svg>
React
import type { SVGProps } from "react";
export function ReiconPaperPlaneFilled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.793 2.205a1.71 1.71 0 0 0-1.74-.42L2.823 7.324a1.7 1.7 0 0 0-1.183 1.45c-.075.682.25 1.322.843 1.667L8.584 14l5.27-5.272a1 1 0 1 1 1.415 1.415l-5.272 5.272l3.56 6.101a1.7 1.7 0 0 0 1.67.841a1.7 1.7 0 0 0 1.448-1.181l5.54-17.23a1.71 1.71 0 0 0-.422-1.74Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.793 2.205a1.71 1.71 0 0 0-1.74-.42L2.823 7.324a1.7 1.7 0 0 0-1.183 1.45c-.075.682.25 1.322.843 1.667L8.584 14l5.27-5.272a1 1 0 1 1 1.415 1.415l-5.272 5.272l3.56 6.101a1.7 1.7 0 0 0 1.67.841a1.7 1.7 0 0 0 1.448-1.181l5.54-17.23a1.71 1.71 0 0 0-.422-1.74Z"/></svg> </template>
CSS
.icon-paper-plane-filled {
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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M21.793%202.205a1.71%201.71%200%200%200-1.74-.42L2.823%207.324a1.7%201.7%200%200%200-1.183%201.45c-.075.682.25%201.322.843%201.667L8.584%2014l5.27-5.272a1%201%200%201%201%201.415%201.415l-5.272%205.272l3.56%206.101a1.7%201.7%200%200%200%201.67.841a1.7%201.7%200%200%200%201.448-1.181l5.54-17.23a1.71%201.71%200%200%200-.422-1.74Z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M21.793%202.205a1.71%201.71%200%200%200-1.74-.42L2.823%207.324a1.7%201.7%200%200%200-1.183%201.45c-.075.682.25%201.322.843%201.667L8.584%2014l5.27-5.272a1%201%200%201%201%201.415%201.415l-5.272%205.272l3.56%206.101a1.7%201.7%200%200%200%201.67.841a1.7%201.7%200%200%200%201.448-1.181l5.54-17.23a1.71%201.71%200%200%200-.422-1.74Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/paper-plane-filled.svg?color=%231a73e8&size=48