hiking minimalistic icon
hiking-minimalistic-line-duotone from Solar by 480 Design · Line Duotone · Sports · CC-BY-4.0 Attribution required.
- Name
- hiking-minimalistic-line-duotone
- Set
- Solar
- Style
- Line Duotone
- Category
- Sports
- Viewbox
- 24×24
- License
- CC BY 4.0
5 other variants in Solar
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-boldhiking-round-boldmeditation-boldmeditation-round-boldranking-boldrugby-boldrunning-2-boldrunning-boldrunning-round-bold
Use the hiking minimalistic 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="5.5" r="2.5"/><path stroke-linecap="round" d="M9 16.5C9 16.5 8.57441 18.1192 8 19C7.39661 19.9252 6 21 6 21" opacity=".5"/><path stroke-linecap="round" stroke-linejoin="round" d="M19 9.5L18.5767 9.85275C17.0114 11.1571 14.8224 11.4112 13 10.5C11.8376 9.80255 10.3448 10.5521 10.2099 11.901L10.1413 12.5871C10.0547 13.4523 10.4667 14.2917 11.2041 14.7526L11.5374 14.9609C13.0884 15.9303 14.0952 17.5707 14.2573 19.3926L14.4004 21"/><path stroke-linecap="round" d="M19 21V7"/></g></svg>
React
import type { SVGProps } from "react";
export function SolarHikingMinimalisticLineDuotone(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="5.5" r="2.5"/><path strokeLinecap="round" d="M9 16.5C9 16.5 8.57441 18.1192 8 19C7.39661 19.9252 6 21 6 21" opacity=".5"/><path strokeLinecap="round" strokeLinejoin="round" d="M19 9.5L18.5767 9.85275C17.0114 11.1571 14.8224 11.4112 13 10.5C11.8376 9.80255 10.3448 10.5521 10.2099 11.901L10.1413 12.5871C10.0547 13.4523 10.4667 14.2917 11.2041 14.7526L11.5374 14.9609C13.0884 15.9303 14.0952 17.5707 14.2573 19.3926L14.4004 21"/><path strokeLinecap="round" d="M19 21V7"/></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="5.5" r="2.5"/><path stroke-linecap="round" d="M9 16.5C9 16.5 8.57441 18.1192 8 19C7.39661 19.9252 6 21 6 21" opacity=".5"/><path stroke-linecap="round" stroke-linejoin="round" d="M19 9.5L18.5767 9.85275C17.0114 11.1571 14.8224 11.4112 13 10.5C11.8376 9.80255 10.3448 10.5521 10.2099 11.901L10.1413 12.5871C10.0547 13.4523 10.4667 14.2917 11.2041 14.7526L11.5374 14.9609C13.0884 15.9303 14.0952 17.5707 14.2573 19.3926L14.4004 21"/><path stroke-linecap="round" d="M19 21V7"/></g></svg> </template>
CSS
.icon-hiking-minimalistic-line-duotone {
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%225.5%22%20r%3D%222.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M9%2016.5C9%2016.5%208.57441%2018.1192%208%2019C7.39661%2019.9252%206%2021%206%2021%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M19%209.5L18.5767%209.85275C17.0114%2011.1571%2014.8224%2011.4112%2013%2010.5C11.8376%209.80255%2010.3448%2010.5521%2010.2099%2011.901L10.1413%2012.5871C10.0547%2013.4523%2010.4667%2014.2917%2011.2041%2014.7526L11.5374%2014.9609C13.0884%2015.9303%2014.0952%2017.5707%2014.2573%2019.3926L14.4004%2021%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M19%2021V7%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%225.5%22%20r%3D%222.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M9%2016.5C9%2016.5%208.57441%2018.1192%208%2019C7.39661%2019.9252%206%2021%206%2021%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M19%209.5L18.5767%209.85275C17.0114%2011.1571%2014.8224%2011.4112%2013%2010.5C11.8376%209.80255%2010.3448%2010.5521%2010.2099%2011.901L10.1413%2012.5871C10.0547%2013.4523%2010.4667%2014.2917%2011.2041%2014.7526L11.5374%2014.9609C13.0884%2015.9303%2014.0952%2017.5707%2014.2573%2019.3926L14.4004%2021%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M19%2021V7%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-minimalistic-line-duotone.svg?color=%231a73e8&size=48