hiking icon
hiking from Font Awesome Solid by Dave Gandy · Solid · Autumn · CC-BY-4.0 Attribution required.
- Name
- hiking
- Set
- Font Awesome Solid
- Style
- Solid
- Category
- Autumn
- Viewbox
- 640×640
- License
- CC BY 4.0
The same icon in other sets
More autumn icons from Font Awesome Solid
Use the hiking icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M288 32c30.9 0 56 25.1 56 56s-25.1 56-56 56s-56-25.1-56-56s25.1-56 56-56m-64 205.6c0-34 27.6-61.6 61.6-61.6c20.3 0 39.7 8.1 54 22.4l48.2 48.2c6 6 14.1 9.4 22.6 9.4h37.5c5.8 0 11.3 1.6 16 4.3V184c0-13.3 10.7-24 24-24s24 10.7 24 24v400c0 13.3-10.7 24-24 24s-24-10.7-24-24V315.7c-4.7 2.7-10.2 4.3-16 4.3h-37.5c-25.5 0-49.9-10.1-67.9-28.1l-6.6-6.6v109.2l34.5 29.6c17.7 15.2 29.3 36.2 32.6 59.3l12.6 88.1c2.5 17.5-9.7 33.7-27.2 36.2s-33.7-9.7-36.2-27.2l-12.6-88.1c-1.1-7.7-5-14.7-10.9-19.8l-71.4-61.2c-21.3-18.2-33.5-44.9-33.5-72.9v-101zm-4.8 203.7c2.3 2.3 4.7 4.4 7.1 6.5l44.9 38.5c-3.6 8.4-8.5 16.3-14.4 23.4l-72.2 86.8c-11.3 13.6-31.5 15.4-45.1 4.1s-15.4-31.5-4.1-45.1l72.3-86.7c2.6-3.1 4.5-6.6 5.8-10.4zM96 224c0-35.3 28.7-64 64-64c17.7 0 32 14.3 32 32v128c0 17.7-14.3 32-32 32h-32c-17.7 0-32-14.3-32-32z"/></svg>
React
import type { SVGProps } from "react";
export function Fa7SolidHiking(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="M288 32c30.9 0 56 25.1 56 56s-25.1 56-56 56s-56-25.1-56-56s25.1-56 56-56m-64 205.6c0-34 27.6-61.6 61.6-61.6c20.3 0 39.7 8.1 54 22.4l48.2 48.2c6 6 14.1 9.4 22.6 9.4h37.5c5.8 0 11.3 1.6 16 4.3V184c0-13.3 10.7-24 24-24s24 10.7 24 24v400c0 13.3-10.7 24-24 24s-24-10.7-24-24V315.7c-4.7 2.7-10.2 4.3-16 4.3h-37.5c-25.5 0-49.9-10.1-67.9-28.1l-6.6-6.6v109.2l34.5 29.6c17.7 15.2 29.3 36.2 32.6 59.3l12.6 88.1c2.5 17.5-9.7 33.7-27.2 36.2s-33.7-9.7-36.2-27.2l-12.6-88.1c-1.1-7.7-5-14.7-10.9-19.8l-71.4-61.2c-21.3-18.2-33.5-44.9-33.5-72.9v-101zm-4.8 203.7c2.3 2.3 4.7 4.4 7.1 6.5l44.9 38.5c-3.6 8.4-8.5 16.3-14.4 23.4l-72.2 86.8c-11.3 13.6-31.5 15.4-45.1 4.1s-15.4-31.5-4.1-45.1l72.3-86.7c2.6-3.1 4.5-6.6 5.8-10.4zM96 224c0-35.3 28.7-64 64-64c17.7 0 32 14.3 32 32v128c0 17.7-14.3 32-32 32h-32c-17.7 0-32-14.3-32-32z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M288 32c30.9 0 56 25.1 56 56s-25.1 56-56 56s-56-25.1-56-56s25.1-56 56-56m-64 205.6c0-34 27.6-61.6 61.6-61.6c20.3 0 39.7 8.1 54 22.4l48.2 48.2c6 6 14.1 9.4 22.6 9.4h37.5c5.8 0 11.3 1.6 16 4.3V184c0-13.3 10.7-24 24-24s24 10.7 24 24v400c0 13.3-10.7 24-24 24s-24-10.7-24-24V315.7c-4.7 2.7-10.2 4.3-16 4.3h-37.5c-25.5 0-49.9-10.1-67.9-28.1l-6.6-6.6v109.2l34.5 29.6c17.7 15.2 29.3 36.2 32.6 59.3l12.6 88.1c2.5 17.5-9.7 33.7-27.2 36.2s-33.7-9.7-36.2-27.2l-12.6-88.1c-1.1-7.7-5-14.7-10.9-19.8l-71.4-61.2c-21.3-18.2-33.5-44.9-33.5-72.9v-101zm-4.8 203.7c2.3 2.3 4.7 4.4 7.1 6.5l44.9 38.5c-3.6 8.4-8.5 16.3-14.4 23.4l-72.2 86.8c-11.3 13.6-31.5 15.4-45.1 4.1s-15.4-31.5-4.1-45.1l72.3-86.7c2.6-3.1 4.5-6.6 5.8-10.4zM96 224c0-35.3 28.7-64 64-64c17.7 0 32 14.3 32 32v128c0 17.7-14.3 32-32 32h-32c-17.7 0-32-14.3-32-32z"/></svg> </template>
CSS
.icon-hiking {
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%22M288%2032c30.9%200%2056%2025.1%2056%2056s-25.1%2056-56%2056s-56-25.1-56-56s25.1-56%2056-56m-64%20205.6c0-34%2027.6-61.6%2061.6-61.6c20.3%200%2039.7%208.1%2054%2022.4l48.2%2048.2c6%206%2014.1%209.4%2022.6%209.4h37.5c5.8%200%2011.3%201.6%2016%204.3V184c0-13.3%2010.7-24%2024-24s24%2010.7%2024%2024v400c0%2013.3-10.7%2024-24%2024s-24-10.7-24-24V315.7c-4.7%202.7-10.2%204.3-16%204.3h-37.5c-25.5%200-49.9-10.1-67.9-28.1l-6.6-6.6v109.2l34.5%2029.6c17.7%2015.2%2029.3%2036.2%2032.6%2059.3l12.6%2088.1c2.5%2017.5-9.7%2033.7-27.2%2036.2s-33.7-9.7-36.2-27.2l-12.6-88.1c-1.1-7.7-5-14.7-10.9-19.8l-71.4-61.2c-21.3-18.2-33.5-44.9-33.5-72.9v-101zm-4.8%20203.7c2.3%202.3%204.7%204.4%207.1%206.5l44.9%2038.5c-3.6%208.4-8.5%2016.3-14.4%2023.4l-72.2%2086.8c-11.3%2013.6-31.5%2015.4-45.1%204.1s-15.4-31.5-4.1-45.1l72.3-86.7c2.6-3.1%204.5-6.6%205.8-10.4zM96%20224c0-35.3%2028.7-64%2064-64c17.7%200%2032%2014.3%2032%2032v128c0%2017.7-14.3%2032-32%2032h-32c-17.7%200-32-14.3-32-32z%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%22M288%2032c30.9%200%2056%2025.1%2056%2056s-25.1%2056-56%2056s-56-25.1-56-56s25.1-56%2056-56m-64%20205.6c0-34%2027.6-61.6%2061.6-61.6c20.3%200%2039.7%208.1%2054%2022.4l48.2%2048.2c6%206%2014.1%209.4%2022.6%209.4h37.5c5.8%200%2011.3%201.6%2016%204.3V184c0-13.3%2010.7-24%2024-24s24%2010.7%2024%2024v400c0%2013.3-10.7%2024-24%2024s-24-10.7-24-24V315.7c-4.7%202.7-10.2%204.3-16%204.3h-37.5c-25.5%200-49.9-10.1-67.9-28.1l-6.6-6.6v109.2l34.5%2029.6c17.7%2015.2%2029.3%2036.2%2032.6%2059.3l12.6%2088.1c2.5%2017.5-9.7%2033.7-27.2%2036.2s-33.7-9.7-36.2-27.2l-12.6-88.1c-1.1-7.7-5-14.7-10.9-19.8l-71.4-61.2c-21.3-18.2-33.5-44.9-33.5-72.9v-101zm-4.8%20203.7c2.3%202.3%204.7%204.4%207.1%206.5l44.9%2038.5c-3.6%208.4-8.5%2016.3-14.4%2023.4l-72.2%2086.8c-11.3%2013.6-31.5%2015.4-45.1%204.1s-15.4-31.5-4.1-45.1l72.3-86.7c2.6-3.1%204.5-6.6%205.8-10.4zM96%20224c0-35.3%2028.7-64%2064-64c17.7%200%2032%2014.3%2032%2032v128c0%2017.7-14.3%2032-32%2032h-32c-17.7%200-32-14.3-32-32z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa7-solid/hiking.svg?color=%231a73e8&size=48