paperplane icon
paperplane-fill from Framework7 Icons by Vladimir Kharlampidi · Fill · MIT Free for personal and commercial use.
- Name
- paperplane-fill
- Set
- Framework7 Icons
- Style
- Fill
- Viewbox
- 56×56
- License
- MIT
1 other variant in Framework7 Icons
Use the paperplane icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M32.781 52.55c1.688 0 2.883-1.452 3.75-3.702L51.883 8.746c.422-1.078.68-2.039.68-2.836c0-1.523-.961-2.46-2.485-2.46c-.797 0-1.758.234-2.836.656L6.93 19.55c-1.97.75-3.493 1.945-3.493 3.656c0 2.156 1.641 2.883 3.891 3.563l12.68 3.843c1.476.47 2.32.422 3.328-.515l25.71-24.024c.305-.281.657-.234.892-.023c.234.234.257.586-.024.89l-23.93 25.805c-.89.961-.984 1.758-.515 3.328l3.703 12.375c.703 2.367 1.43 4.102 3.61 4.102"/></svg>
React
import type { SVGProps } from "react";
export function F7PaperplaneFill(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M32.781 52.55c1.688 0 2.883-1.452 3.75-3.702L51.883 8.746c.422-1.078.68-2.039.68-2.836c0-1.523-.961-2.46-2.485-2.46c-.797 0-1.758.234-2.836.656L6.93 19.55c-1.97.75-3.493 1.945-3.493 3.656c0 2.156 1.641 2.883 3.891 3.563l12.68 3.843c1.476.47 2.32.422 3.328-.515l25.71-24.024c.305-.281.657-.234.892-.023c.234.234.257.586-.024.89l-23.93 25.805c-.89.961-.984 1.758-.515 3.328l3.703 12.375c.703 2.367 1.43 4.102 3.61 4.102"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M32.781 52.55c1.688 0 2.883-1.452 3.75-3.702L51.883 8.746c.422-1.078.68-2.039.68-2.836c0-1.523-.961-2.46-2.485-2.46c-.797 0-1.758.234-2.836.656L6.93 19.55c-1.97.75-3.493 1.945-3.493 3.656c0 2.156 1.641 2.883 3.891 3.563l12.68 3.843c1.476.47 2.32.422 3.328-.515l25.71-24.024c.305-.281.657-.234.892-.023c.234.234.257.586-.024.89l-23.93 25.805c-.89.961-.984 1.758-.515 3.328l3.703 12.375c.703 2.367 1.43 4.102 3.61 4.102"/></svg> </template>
CSS
.icon-paperplane-fill {
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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M32.781%2052.55c1.688%200%202.883-1.452%203.75-3.702L51.883%208.746c.422-1.078.68-2.039.68-2.836c0-1.523-.961-2.46-2.485-2.46c-.797%200-1.758.234-2.836.656L6.93%2019.55c-1.97.75-3.493%201.945-3.493%203.656c0%202.156%201.641%202.883%203.891%203.563l12.68%203.843c1.476.47%202.32.422%203.328-.515l25.71-24.024c.305-.281.657-.234.892-.023c.234.234.257.586-.024.89l-23.93%2025.805c-.89.961-.984%201.758-.515%203.328l3.703%2012.375c.703%202.367%201.43%204.102%203.61%204.102%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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M32.781%2052.55c1.688%200%202.883-1.452%203.75-3.702L51.883%208.746c.422-1.078.68-2.039.68-2.836c0-1.523-.961-2.46-2.485-2.46c-.797%200-1.758.234-2.836.656L6.93%2019.55c-1.97.75-3.493%201.945-3.493%203.656c0%202.156%201.641%202.883%203.891%203.563l12.68%203.843c1.476.47%202.32.422%203.328-.515l25.71-24.024c.305-.281.657-.234.892-.023c.234.234.257.586-.024.89l-23.93%2025.805c-.89.961-.984%201.758-.515%203.328l3.703%2012.375c.703%202.367%201.43%204.102%203.61%204.102%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/f7/paperplane-fill.svg?color=%231a73e8&size=48