paper plane right icon
paper-plane-right-thin from Phosphor by Phosphor Icons · Thin · MIT Free for personal and commercial use.
- Name
- paper-plane-right-thin
- Set
- Phosphor
- Style
- Thin
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
Related icons in Phosphor
Use the paper plane right icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="m229.89 117.43l-168-95.88A12 12 0 0 0 44.7 36l31.08 92l-31.07 92A12 12 0 0 0 56 236a12.13 12.13 0 0 0 5.93-1.57l167.94-96.08a12 12 0 0 0 0-20.92Zm-4 14L58 227.47a4 4 0 0 1-5.72-4.83v-.07L82.87 132H144a4 4 0 0 0 0-8H82.87L52.26 33.37A3.89 3.89 0 0 1 53.44 29A4.13 4.13 0 0 1 56 28a3.9 3.9 0 0 1 1.93.54l168 95.87a4 4 0 0 1 0 7Z"/></svg>
React
import type { SVGProps } from "react";
export function PhPaperPlaneRightThin(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="m229.89 117.43l-168-95.88A12 12 0 0 0 44.7 36l31.08 92l-31.07 92A12 12 0 0 0 56 236a12.13 12.13 0 0 0 5.93-1.57l167.94-96.08a12 12 0 0 0 0-20.92Zm-4 14L58 227.47a4 4 0 0 1-5.72-4.83v-.07L82.87 132H144a4 4 0 0 0 0-8H82.87L52.26 33.37A3.89 3.89 0 0 1 53.44 29A4.13 4.13 0 0 1 56 28a3.9 3.9 0 0 1 1.93.54l168 95.87a4 4 0 0 1 0 7Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="m229.89 117.43l-168-95.88A12 12 0 0 0 44.7 36l31.08 92l-31.07 92A12 12 0 0 0 56 236a12.13 12.13 0 0 0 5.93-1.57l167.94-96.08a12 12 0 0 0 0-20.92Zm-4 14L58 227.47a4 4 0 0 1-5.72-4.83v-.07L82.87 132H144a4 4 0 0 0 0-8H82.87L52.26 33.37A3.89 3.89 0 0 1 53.44 29A4.13 4.13 0 0 1 56 28a3.9 3.9 0 0 1 1.93.54l168 95.87a4 4 0 0 1 0 7Z"/></svg> </template>
CSS
.icon-paper-plane-right-thin {
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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m229.89%20117.43l-168-95.88A12%2012%200%200%200%2044.7%2036l31.08%2092l-31.07%2092A12%2012%200%200%200%2056%20236a12.13%2012.13%200%200%200%205.93-1.57l167.94-96.08a12%2012%200%200%200%200-20.92Zm-4%2014L58%20227.47a4%204%200%200%201-5.72-4.83v-.07L82.87%20132H144a4%204%200%200%200%200-8H82.87L52.26%2033.37A3.89%203.89%200%200%201%2053.44%2029A4.13%204.13%200%200%201%2056%2028a3.9%203.9%200%200%201%201.93.54l168%2095.87a4%204%200%200%201%200%207Z%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m229.89%20117.43l-168-95.88A12%2012%200%200%200%2044.7%2036l31.08%2092l-31.07%2092A12%2012%200%200%200%2056%20236a12.13%2012.13%200%200%200%205.93-1.57l167.94-96.08a12%2012%200%200%200%200-20.92Zm-4%2014L58%20227.47a4%204%200%200%201-5.72-4.83v-.07L82.87%20132H144a4%204%200%200%200%200-8H82.87L52.26%2033.37A3.89%203.89%200%200%201%2053.44%2029A4.13%204.13%200%200%201%2056%2028a3.9%203.9%200%200%201%201.93.54l168%2095.87a4%204%200%200%201%200%207Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/paper-plane-right-thin.svg?color=%231a73e8&size=48