tent arrow left right icon

tent-arrow-left-right from Font Awesome Solid by Dave Gandy · Solid · CC-BY-4.0 Attribution required.

Name
tent-arrow-left-right
Set
Font Awesome Solid
Style
Solid
Viewbox
640×640
License
CC BY 4.0

The same icon in other sets

Related icons in Font Awesome Solid

Use the tent arrow left right icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M63.5 177c-9.4-9.4-9.4-24.6 0-33.9l72-72c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9l-31 31h364.2l-31-31c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l72 72c9.4 9.4 9.4 24.6 0 33.9l-72 72c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l31-31H138.4l31 31c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0zm37.6 363l23.2-183.4c1.2-9.7 6.8-18.3 15.1-23.3L302.8 234c10.2-6.2 22.9-6.2 33.1-.1l165.5 99.4c8.4 5 14 13.7 15.3 23.4L539.9 540c2.4 19.1-12.5 36-31.7 36h-71.9c-12.1 0-23.2-6.8-28.6-17.7l-68.3-136.4c-1.8-3.6-5.5-5.9-9.5-5.9c-5.9 0-10.6 4.7-10.6 10.6V544c0 17.7-14.3 32-32 32H132.8c-19.3 0-34.2-16.9-31.7-36"/></svg>

React

import type { SVGProps } from "react";

export function Fa7SolidTentArrowLeftRight(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M63.5 177c-9.4-9.4-9.4-24.6 0-33.9l72-72c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9l-31 31h364.2l-31-31c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l72 72c9.4 9.4 9.4 24.6 0 33.9l-72 72c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l31-31H138.4l31 31c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0zm37.6 363l23.2-183.4c1.2-9.7 6.8-18.3 15.1-23.3L302.8 234c10.2-6.2 22.9-6.2 33.1-.1l165.5 99.4c8.4 5 14 13.7 15.3 23.4L539.9 540c2.4 19.1-12.5 36-31.7 36h-71.9c-12.1 0-23.2-6.8-28.6-17.7l-68.3-136.4c-1.8-3.6-5.5-5.9-9.5-5.9c-5.9 0-10.6 4.7-10.6 10.6V544c0 17.7-14.3 32-32 32H132.8c-19.3 0-34.2-16.9-31.7-36"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M63.5 177c-9.4-9.4-9.4-24.6 0-33.9l72-72c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9l-31 31h364.2l-31-31c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l72 72c9.4 9.4 9.4 24.6 0 33.9l-72 72c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l31-31H138.4l31 31c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0zm37.6 363l23.2-183.4c1.2-9.7 6.8-18.3 15.1-23.3L302.8 234c10.2-6.2 22.9-6.2 33.1-.1l165.5 99.4c8.4 5 14 13.7 15.3 23.4L539.9 540c2.4 19.1-12.5 36-31.7 36h-71.9c-12.1 0-23.2-6.8-28.6-17.7l-68.3-136.4c-1.8-3.6-5.5-5.9-9.5-5.9c-5.9 0-10.6 4.7-10.6 10.6V544c0 17.7-14.3 32-32 32H132.8c-19.3 0-34.2-16.9-31.7-36"/></svg>
</template>

CSS

.icon-tent-arrow-left-right {
  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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M63.5%20177c-9.4-9.4-9.4-24.6%200-33.9l72-72c9.4-9.4%2024.6-9.4%2033.9%200s9.4%2024.6%200%2033.9l-31%2031h364.2l-31-31c-9.4-9.4-9.4-24.6%200-33.9s24.6-9.4%2033.9%200l72%2072c9.4%209.4%209.4%2024.6%200%2033.9l-72%2072c-9.4%209.4-24.6%209.4-33.9%200s-9.4-24.6%200-33.9l31-31H138.4l31%2031c9.4%209.4%209.4%2024.6%200%2033.9s-24.6%209.4-33.9%200zm37.6%20363l23.2-183.4c1.2-9.7%206.8-18.3%2015.1-23.3L302.8%20234c10.2-6.2%2022.9-6.2%2033.1-.1l165.5%2099.4c8.4%205%2014%2013.7%2015.3%2023.4L539.9%20540c2.4%2019.1-12.5%2036-31.7%2036h-71.9c-12.1%200-23.2-6.8-28.6-17.7l-68.3-136.4c-1.8-3.6-5.5-5.9-9.5-5.9c-5.9%200-10.6%204.7-10.6%2010.6V544c0%2017.7-14.3%2032-32%2032H132.8c-19.3%200-34.2-16.9-31.7-36%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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M63.5%20177c-9.4-9.4-9.4-24.6%200-33.9l72-72c9.4-9.4%2024.6-9.4%2033.9%200s9.4%2024.6%200%2033.9l-31%2031h364.2l-31-31c-9.4-9.4-9.4-24.6%200-33.9s24.6-9.4%2033.9%200l72%2072c9.4%209.4%209.4%2024.6%200%2033.9l-72%2072c-9.4%209.4-24.6%209.4-33.9%200s-9.4-24.6%200-33.9l31-31H138.4l31%2031c9.4%209.4%209.4%2024.6%200%2033.9s-24.6%209.4-33.9%200zm37.6%20363l23.2-183.4c1.2-9.7%206.8-18.3%2015.1-23.3L302.8%20234c10.2-6.2%2022.9-6.2%2033.1-.1l165.5%2099.4c8.4%205%2014%2013.7%2015.3%2023.4L539.9%20540c2.4%2019.1-12.5%2036-31.7%2036h-71.9c-12.1%200-23.2-6.8-28.6-17.7l-68.3-136.4c-1.8-3.6-5.5-5.9-9.5-5.9c-5.9%200-10.6%204.7-10.6%2010.6V544c0%2017.7-14.3%2032-32%2032H132.8c-19.3%200-34.2-16.9-31.7-36%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa7-solid/tent-arrow-left-right.svg?color=%231a73e8&size=48