hiking icon
hiking-linear from Solar by 480 Design · Linear · Sports · CC-BY-4.0 Attribution required.
- Name
- hiking-linear
- Set
- Solar
- Style
- Linear
- Category
- Sports
- Viewbox
- 24×24
- License
- CC BY 4.0
5 other variants in Solar
The same icon in other sets
More sports icons from Solar
balls-boldbasketball-boldbicycling-boldbicycling-round-boldbody-shape-boldbody-shape-minimalistic-boldbowling-bolddumbbell-bolddumbbell-large-bolddumbbell-large-minimalistic-bolddumbbell-small-bolddumbbells-2-bolddumbbells-boldfootball-boldgolf-boldhiking-minimalistic-boldhiking-round-boldmeditation-boldmeditation-round-boldranking-boldrugby-boldrunning-2-boldrunning-boldrunning-round-bold
Use the hiking icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><circle cx="11.5" cy="4.5" r="2.5"/><path stroke-linecap="round" d="M9 17.5L6 22"/><path stroke-linecap="round" stroke-linejoin="round" d="M18.9998 10.4997L17.9154 11.4033C17.3136 11.9049 17.0127 12.1556 16.6856 12.275C16.2427 12.4367 15.7569 12.4367 15.3139 12.275C14.9869 12.1556 14.686 11.9049 14.0841 11.4033L14.0028 11.3355C13.7738 11.1447 13.6593 11.0493 13.481 10.9253C13.1663 10.7063 12.6049 10.4221 12.2421 10.2981C12.0366 10.2279 12.1313 10.2513 12.0934 10.2419C11.6804 10.1397 11.4738 10.0886 11.3085 10.103C11.0022 10.1295 10.613 10.404 10.4853 10.6836C10.4163 10.8346 10.4026 10.9717 10.3752 11.2459L10.213 12.8676C10.1262 13.7355 10.0828 14.1695 10.2046 14.5592C10.2657 14.7545 10.3564 14.9393 10.4736 15.1071C10.7073 15.4419 11.0771 15.673 11.8168 16.1354C12.7145 16.6964 13.1634 16.9769 13.4809 17.3715C13.6407 17.57 13.7745 17.788 13.8792 18.0204C14.0872 18.4822 14.1341 19.0094 14.2279 20.0638L14.4002 21.9997"/><path stroke-linecap="round" d="M19 22V8"/><path stroke-linecap="round" d="M8 10L6.328 10.5573C5.53493 10.8217 5 11.5639 5 12.3998C5 12.7677 5.20781 13.1039 5.5368 13.2684L8 14.5"/></g></svg>
React
import type { SVGProps } from "react";
export function SolarHikingLinear(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeWidth="1.5"><circle cx="11.5" cy="4.5" r="2.5"/><path strokeLinecap="round" d="M9 17.5L6 22"/><path strokeLinecap="round" strokeLinejoin="round" d="M18.9998 10.4997L17.9154 11.4033C17.3136 11.9049 17.0127 12.1556 16.6856 12.275C16.2427 12.4367 15.7569 12.4367 15.3139 12.275C14.9869 12.1556 14.686 11.9049 14.0841 11.4033L14.0028 11.3355C13.7738 11.1447 13.6593 11.0493 13.481 10.9253C13.1663 10.7063 12.6049 10.4221 12.2421 10.2981C12.0366 10.2279 12.1313 10.2513 12.0934 10.2419C11.6804 10.1397 11.4738 10.0886 11.3085 10.103C11.0022 10.1295 10.613 10.404 10.4853 10.6836C10.4163 10.8346 10.4026 10.9717 10.3752 11.2459L10.213 12.8676C10.1262 13.7355 10.0828 14.1695 10.2046 14.5592C10.2657 14.7545 10.3564 14.9393 10.4736 15.1071C10.7073 15.4419 11.0771 15.673 11.8168 16.1354C12.7145 16.6964 13.1634 16.9769 13.4809 17.3715C13.6407 17.57 13.7745 17.788 13.8792 18.0204C14.0872 18.4822 14.1341 19.0094 14.2279 20.0638L14.4002 21.9997"/><path strokeLinecap="round" d="M19 22V8"/><path strokeLinecap="round" d="M8 10L6.328 10.5573C5.53493 10.8217 5 11.5639 5 12.3998C5 12.7677 5.20781 13.1039 5.5368 13.2684L8 14.5"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><circle cx="11.5" cy="4.5" r="2.5"/><path stroke-linecap="round" d="M9 17.5L6 22"/><path stroke-linecap="round" stroke-linejoin="round" d="M18.9998 10.4997L17.9154 11.4033C17.3136 11.9049 17.0127 12.1556 16.6856 12.275C16.2427 12.4367 15.7569 12.4367 15.3139 12.275C14.9869 12.1556 14.686 11.9049 14.0841 11.4033L14.0028 11.3355C13.7738 11.1447 13.6593 11.0493 13.481 10.9253C13.1663 10.7063 12.6049 10.4221 12.2421 10.2981C12.0366 10.2279 12.1313 10.2513 12.0934 10.2419C11.6804 10.1397 11.4738 10.0886 11.3085 10.103C11.0022 10.1295 10.613 10.404 10.4853 10.6836C10.4163 10.8346 10.4026 10.9717 10.3752 11.2459L10.213 12.8676C10.1262 13.7355 10.0828 14.1695 10.2046 14.5592C10.2657 14.7545 10.3564 14.9393 10.4736 15.1071C10.7073 15.4419 11.0771 15.673 11.8168 16.1354C12.7145 16.6964 13.1634 16.9769 13.4809 17.3715C13.6407 17.57 13.7745 17.788 13.8792 18.0204C14.0872 18.4822 14.1341 19.0094 14.2279 20.0638L14.4002 21.9997"/><path stroke-linecap="round" d="M19 22V8"/><path stroke-linecap="round" d="M8 10L6.328 10.5573C5.53493 10.8217 5 11.5639 5 12.3998C5 12.7677 5.20781 13.1039 5.5368 13.2684L8 14.5"/></g></svg> </template>
CSS
.icon-hiking-linear {
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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Ccircle%20cx%3D%2211.5%22%20cy%3D%224.5%22%20r%3D%222.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M9%2017.5L6%2022%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M18.9998%2010.4997L17.9154%2011.4033C17.3136%2011.9049%2017.0127%2012.1556%2016.6856%2012.275C16.2427%2012.4367%2015.7569%2012.4367%2015.3139%2012.275C14.9869%2012.1556%2014.686%2011.9049%2014.0841%2011.4033L14.0028%2011.3355C13.7738%2011.1447%2013.6593%2011.0493%2013.481%2010.9253C13.1663%2010.7063%2012.6049%2010.4221%2012.2421%2010.2981C12.0366%2010.2279%2012.1313%2010.2513%2012.0934%2010.2419C11.6804%2010.1397%2011.4738%2010.0886%2011.3085%2010.103C11.0022%2010.1295%2010.613%2010.404%2010.4853%2010.6836C10.4163%2010.8346%2010.4026%2010.9717%2010.3752%2011.2459L10.213%2012.8676C10.1262%2013.7355%2010.0828%2014.1695%2010.2046%2014.5592C10.2657%2014.7545%2010.3564%2014.9393%2010.4736%2015.1071C10.7073%2015.4419%2011.0771%2015.673%2011.8168%2016.1354C12.7145%2016.6964%2013.1634%2016.9769%2013.4809%2017.3715C13.6407%2017.57%2013.7745%2017.788%2013.8792%2018.0204C14.0872%2018.4822%2014.1341%2019.0094%2014.2279%2020.0638L14.4002%2021.9997%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M19%2022V8%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M8%2010L6.328%2010.5573C5.53493%2010.8217%205%2011.5639%205%2012.3998C5%2012.7677%205.20781%2013.1039%205.5368%2013.2684L8%2014.5%22%2F%3E%3C%2Fg%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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Ccircle%20cx%3D%2211.5%22%20cy%3D%224.5%22%20r%3D%222.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M9%2017.5L6%2022%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M18.9998%2010.4997L17.9154%2011.4033C17.3136%2011.9049%2017.0127%2012.1556%2016.6856%2012.275C16.2427%2012.4367%2015.7569%2012.4367%2015.3139%2012.275C14.9869%2012.1556%2014.686%2011.9049%2014.0841%2011.4033L14.0028%2011.3355C13.7738%2011.1447%2013.6593%2011.0493%2013.481%2010.9253C13.1663%2010.7063%2012.6049%2010.4221%2012.2421%2010.2981C12.0366%2010.2279%2012.1313%2010.2513%2012.0934%2010.2419C11.6804%2010.1397%2011.4738%2010.0886%2011.3085%2010.103C11.0022%2010.1295%2010.613%2010.404%2010.4853%2010.6836C10.4163%2010.8346%2010.4026%2010.9717%2010.3752%2011.2459L10.213%2012.8676C10.1262%2013.7355%2010.0828%2014.1695%2010.2046%2014.5592C10.2657%2014.7545%2010.3564%2014.9393%2010.4736%2015.1071C10.7073%2015.4419%2011.0771%2015.673%2011.8168%2016.1354C12.7145%2016.6964%2013.1634%2016.9769%2013.4809%2017.3715C13.6407%2017.57%2013.7745%2017.788%2013.8792%2018.0204C14.0872%2018.4822%2014.1341%2019.0094%2014.2279%2020.0638L14.4002%2021.9997%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M19%2022V8%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M8%2010L6.328%2010.5573C5.53493%2010.8217%205%2011.5639%205%2012.3998C5%2012.7677%205.20781%2013.1039%205.5368%2013.2684L8%2014.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/solar/hiking-linear.svg?color=%231a73e8&size=48