tent arrow left right icon

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

Name
tent-arrow-left-right
Set
Font Awesome 6 Solid
Style
Regular
Viewbox
576×512
License
CC BY 4.0

The same icon in other sets

Related icons in Font Awesome 6 Solid

Use the tent arrow left right icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 576 512"><path fill="currentColor" d="M488.1 6.2c-9.9-8.9-25-8.1-33.9 1.8s-8.1 25 1.8 33.9L489.5 72h-403L120 41.8c9.9-8.9 10.7-24 1.8-33.9s-24-10.6-33.9-1.7l-80 72C2.9 82.7 0 89.2 0 96s2.9 13.3 7.9 17.8l80 72c9.9 8.9 25 8.1 33.9-1.8s8.1-25-1.8-33.9L86.5 120h402.9l-33.5 30.2c-9.9 8.9-10.7 24-1.8 33.9s24 10.7 33.9 1.8l80-72c5.1-4.6 7.9-11 7.9-17.8S573 82.8 568 78.3l-80-72zM307.4 166.5c-11.5-8.7-27.3-8.7-38.8 0l-168 128c-6.6 5-11 12.5-12.3 20.7l-24 160c-1.4 9.2 1.3 18.6 7.4 25.6S86.7 512 96 512h160c17.7 0 32-14.3 32-32V361.9c0-5.5 4.4-9.9 9.9-9.9c3.7 0 7.2 2.1 8.8 5.5l68.4 136.8c5.4 10.8 16.5 17.7 28.6 17.7h76.2c9.3 0 18.2-4.1 24.2-11.1s8.8-16.4 7.4-25.6l-24-160c-1.2-8.2-5.6-15.7-12.3-20.7l-168-128z"/></svg>

React

import type { SVGProps } from "react";

export function Fa6SolidTentArrowLeftRight(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 576 512"><path fill="currentColor" d="M488.1 6.2c-9.9-8.9-25-8.1-33.9 1.8s-8.1 25 1.8 33.9L489.5 72h-403L120 41.8c9.9-8.9 10.7-24 1.8-33.9s-24-10.6-33.9-1.7l-80 72C2.9 82.7 0 89.2 0 96s2.9 13.3 7.9 17.8l80 72c9.9 8.9 25 8.1 33.9-1.8s8.1-25-1.8-33.9L86.5 120h402.9l-33.5 30.2c-9.9 8.9-10.7 24-1.8 33.9s24 10.7 33.9 1.8l80-72c5.1-4.6 7.9-11 7.9-17.8S573 82.8 568 78.3l-80-72zM307.4 166.5c-11.5-8.7-27.3-8.7-38.8 0l-168 128c-6.6 5-11 12.5-12.3 20.7l-24 160c-1.4 9.2 1.3 18.6 7.4 25.6S86.7 512 96 512h160c17.7 0 32-14.3 32-32V361.9c0-5.5 4.4-9.9 9.9-9.9c3.7 0 7.2 2.1 8.8 5.5l68.4 136.8c5.4 10.8 16.5 17.7 28.6 17.7h76.2c9.3 0 18.2-4.1 24.2-11.1s8.8-16.4 7.4-25.6l-24-160c-1.2-8.2-5.6-15.7-12.3-20.7l-168-128z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 576 512"><path fill="currentColor" d="M488.1 6.2c-9.9-8.9-25-8.1-33.9 1.8s-8.1 25 1.8 33.9L489.5 72h-403L120 41.8c9.9-8.9 10.7-24 1.8-33.9s-24-10.6-33.9-1.7l-80 72C2.9 82.7 0 89.2 0 96s2.9 13.3 7.9 17.8l80 72c9.9 8.9 25 8.1 33.9-1.8s8.1-25-1.8-33.9L86.5 120h402.9l-33.5 30.2c-9.9 8.9-10.7 24-1.8 33.9s24 10.7 33.9 1.8l80-72c5.1-4.6 7.9-11 7.9-17.8S573 82.8 568 78.3l-80-72zM307.4 166.5c-11.5-8.7-27.3-8.7-38.8 0l-168 128c-6.6 5-11 12.5-12.3 20.7l-24 160c-1.4 9.2 1.3 18.6 7.4 25.6S86.7 512 96 512h160c17.7 0 32-14.3 32-32V361.9c0-5.5 4.4-9.9 9.9-9.9c3.7 0 7.2 2.1 8.8 5.5l68.4 136.8c5.4 10.8 16.5 17.7 28.6 17.7h76.2c9.3 0 18.2-4.1 24.2-11.1s8.8-16.4 7.4-25.6l-24-160c-1.2-8.2-5.6-15.7-12.3-20.7l-168-128z"/></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%20576%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M488.1%206.2c-9.9-8.9-25-8.1-33.9%201.8s-8.1%2025%201.8%2033.9L489.5%2072h-403L120%2041.8c9.9-8.9%2010.7-24%201.8-33.9s-24-10.6-33.9-1.7l-80%2072C2.9%2082.7%200%2089.2%200%2096s2.9%2013.3%207.9%2017.8l80%2072c9.9%208.9%2025%208.1%2033.9-1.8s8.1-25-1.8-33.9L86.5%20120h402.9l-33.5%2030.2c-9.9%208.9-10.7%2024-1.8%2033.9s24%2010.7%2033.9%201.8l80-72c5.1-4.6%207.9-11%207.9-17.8S573%2082.8%20568%2078.3l-80-72zM307.4%20166.5c-11.5-8.7-27.3-8.7-38.8%200l-168%20128c-6.6%205-11%2012.5-12.3%2020.7l-24%20160c-1.4%209.2%201.3%2018.6%207.4%2025.6S86.7%20512%2096%20512h160c17.7%200%2032-14.3%2032-32V361.9c0-5.5%204.4-9.9%209.9-9.9c3.7%200%207.2%202.1%208.8%205.5l68.4%20136.8c5.4%2010.8%2016.5%2017.7%2028.6%2017.7h76.2c9.3%200%2018.2-4.1%2024.2-11.1s8.8-16.4%207.4-25.6l-24-160c-1.2-8.2-5.6-15.7-12.3-20.7l-168-128z%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%20576%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M488.1%206.2c-9.9-8.9-25-8.1-33.9%201.8s-8.1%2025%201.8%2033.9L489.5%2072h-403L120%2041.8c9.9-8.9%2010.7-24%201.8-33.9s-24-10.6-33.9-1.7l-80%2072C2.9%2082.7%200%2089.2%200%2096s2.9%2013.3%207.9%2017.8l80%2072c9.9%208.9%2025%208.1%2033.9-1.8s8.1-25-1.8-33.9L86.5%20120h402.9l-33.5%2030.2c-9.9%208.9-10.7%2024-1.8%2033.9s24%2010.7%2033.9%201.8l80-72c5.1-4.6%207.9-11%207.9-17.8S573%2082.8%20568%2078.3l-80-72zM307.4%20166.5c-11.5-8.7-27.3-8.7-38.8%200l-168%20128c-6.6%205-11%2012.5-12.3%2020.7l-24%20160c-1.4%209.2%201.3%2018.6%207.4%2025.6S86.7%20512%2096%20512h160c17.7%200%2032-14.3%2032-32V361.9c0-5.5%204.4-9.9%209.9-9.9c3.7%200%207.2%202.1%208.8%205.5l68.4%20136.8c5.4%2010.8%2016.5%2017.7%2028.6%2017.7h76.2c9.3%200%2018.2-4.1%2024.2-11.1s8.8-16.4%207.4-25.6l-24-160c-1.2-8.2-5.6-15.7-12.3-20.7l-168-128z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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