route from Font Awesome 6 Solid by Dave Gandy · Regular · Camping · CC-BY-4.0 Attribution required.

Name
route
Set
Font Awesome 6 Solid
Style
Regular
Category
Camping
Viewbox
512×512
License
CC BY 4.0

The same icon in other sets

More camping icons from Font Awesome 6 Solid

Use the route icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M512 96c0 50.2-59.1 125.1-84.6 155c-3.8 4.4-9.4 6.1-14.5 5H320c-17.7 0-32 14.3-32 32s14.3 32 32 32h96c53 0 96 43 96 96s-43 96-96 96H139.6c8.7-9.9 19.3-22.6 30-36.8c6.3-8.4 12.8-17.6 19-27.2H416c17.7 0 32-14.3 32-32s-14.3-32-32-32h-96c-53 0-96-43-96-96s43-96 96-96h39.8c-21-31.5-39.8-67.7-39.8-96c0-53 43-96 96-96s96 43 96 96M117.1 489.1c-3.8 4.3-7.2 8.1-10.1 11.3l-1.8 2l-.2-.2c-6 4.6-14.6 4-20-1.8C59.8 473 0 402.5 0 352c0-53 43-96 96-96s96 43 96 96c0 30-21.1 67-43.5 97.9c-10.7 14.7-21.7 28-30.8 38.5zM128 352a32 32 0 1 0-64 0a32 32 0 1 0 64 0m288-224a32 32 0 1 0 0-64a32 32 0 1 0 0 64"/></svg>

React

import type { SVGProps } from "react";

export function Fa6SolidRoute(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M512 96c0 50.2-59.1 125.1-84.6 155c-3.8 4.4-9.4 6.1-14.5 5H320c-17.7 0-32 14.3-32 32s14.3 32 32 32h96c53 0 96 43 96 96s-43 96-96 96H139.6c8.7-9.9 19.3-22.6 30-36.8c6.3-8.4 12.8-17.6 19-27.2H416c17.7 0 32-14.3 32-32s-14.3-32-32-32h-96c-53 0-96-43-96-96s43-96 96-96h39.8c-21-31.5-39.8-67.7-39.8-96c0-53 43-96 96-96s96 43 96 96M117.1 489.1c-3.8 4.3-7.2 8.1-10.1 11.3l-1.8 2l-.2-.2c-6 4.6-14.6 4-20-1.8C59.8 473 0 402.5 0 352c0-53 43-96 96-96s96 43 96 96c0 30-21.1 67-43.5 97.9c-10.7 14.7-21.7 28-30.8 38.5zM128 352a32 32 0 1 0-64 0a32 32 0 1 0 64 0m288-224a32 32 0 1 0 0-64a32 32 0 1 0 0 64"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M512 96c0 50.2-59.1 125.1-84.6 155c-3.8 4.4-9.4 6.1-14.5 5H320c-17.7 0-32 14.3-32 32s14.3 32 32 32h96c53 0 96 43 96 96s-43 96-96 96H139.6c8.7-9.9 19.3-22.6 30-36.8c6.3-8.4 12.8-17.6 19-27.2H416c17.7 0 32-14.3 32-32s-14.3-32-32-32h-96c-53 0-96-43-96-96s43-96 96-96h39.8c-21-31.5-39.8-67.7-39.8-96c0-53 43-96 96-96s96 43 96 96M117.1 489.1c-3.8 4.3-7.2 8.1-10.1 11.3l-1.8 2l-.2-.2c-6 4.6-14.6 4-20-1.8C59.8 473 0 402.5 0 352c0-53 43-96 96-96s96 43 96 96c0 30-21.1 67-43.5 97.9c-10.7 14.7-21.7 28-30.8 38.5zM128 352a32 32 0 1 0-64 0a32 32 0 1 0 64 0m288-224a32 32 0 1 0 0-64a32 32 0 1 0 0 64"/></svg>
</template>

CSS

.icon-route {
  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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M512%2096c0%2050.2-59.1%20125.1-84.6%20155c-3.8%204.4-9.4%206.1-14.5%205H320c-17.7%200-32%2014.3-32%2032s14.3%2032%2032%2032h96c53%200%2096%2043%2096%2096s-43%2096-96%2096H139.6c8.7-9.9%2019.3-22.6%2030-36.8c6.3-8.4%2012.8-17.6%2019-27.2H416c17.7%200%2032-14.3%2032-32s-14.3-32-32-32h-96c-53%200-96-43-96-96s43-96%2096-96h39.8c-21-31.5-39.8-67.7-39.8-96c0-53%2043-96%2096-96s96%2043%2096%2096M117.1%20489.1c-3.8%204.3-7.2%208.1-10.1%2011.3l-1.8%202l-.2-.2c-6%204.6-14.6%204-20-1.8C59.8%20473%200%20402.5%200%20352c0-53%2043-96%2096-96s96%2043%2096%2096c0%2030-21.1%2067-43.5%2097.9c-10.7%2014.7-21.7%2028-30.8%2038.5zM128%20352a32%2032%200%201%200-64%200a32%2032%200%201%200%2064%200m288-224a32%2032%200%201%200%200-64a32%2032%200%201%200%200%2064%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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M512%2096c0%2050.2-59.1%20125.1-84.6%20155c-3.8%204.4-9.4%206.1-14.5%205H320c-17.7%200-32%2014.3-32%2032s14.3%2032%2032%2032h96c53%200%2096%2043%2096%2096s-43%2096-96%2096H139.6c8.7-9.9%2019.3-22.6%2030-36.8c6.3-8.4%2012.8-17.6%2019-27.2H416c17.7%200%2032-14.3%2032-32s-14.3-32-32-32h-96c-53%200-96-43-96-96s43-96%2096-96h39.8c-21-31.5-39.8-67.7-39.8-96c0-53%2043-96%2096-96s96%2043%2096%2096M117.1%20489.1c-3.8%204.3-7.2%208.1-10.1%2011.3l-1.8%202l-.2-.2c-6%204.6-14.6%204-20-1.8C59.8%20473%200%20402.5%200%20352c0-53%2043-96%2096-96s96%2043%2096%2096c0%2030-21.1%2067-43.5%2097.9c-10.7%2014.7-21.7%2028-30.8%2038.5zM128%20352a32%2032%200%201%200-64%200a32%2032%200%201%200%2064%200m288-224a32%2032%200%201%200%200-64a32%2032%200%201%200%200%2064%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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