hiking round icon

hiking-round-broken from Solar by 480 Design · Broken · Sports · CC-BY-4.0 Attribution required.

Name
hiking-round-broken
Set
Solar
Style
Broken
Category
Sports
Viewbox
24×24
License
CC BY 4.0

5 other variants in Solar

More sports icons from Solar

Use the hiking round 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.5C9 17.5 8.57441 19.1192 8 20C7.39661 20.9252 6 22 6 22"/><path stroke-linecap="round" stroke-linejoin="round" d="M19 10.5L18.5767 10.8528C17.0114 12.1571 14.8224 12.4112 13 11.5C11.8376 10.8025 10.3448 11.5521 10.2099 12.901L10.1413 13.5871C10.0547 14.4523 10.4667 15.2917 11.2041 15.7526L11.5374 15.9609C13.0884 16.9303 14.0952 18.5707 14.2573 20.3926L14.4004 22"/><path stroke-linecap="round" d="M19 15V8M19 22V19"/><path stroke-linecap="round" d="M9 10L6.6114 10.1437C5.87495 10.1881 5.24941 10.6999 5.05846 11.4143C4.89043 12.043 5.09113 12.713 5.57688 13.1448L7.66367 15"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarHikingRoundBroken(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.5C9 17.5 8.57441 19.1192 8 20C7.39661 20.9252 6 22 6 22"/><path strokeLinecap="round" strokeLinejoin="round" d="M19 10.5L18.5767 10.8528C17.0114 12.1571 14.8224 12.4112 13 11.5C11.8376 10.8025 10.3448 11.5521 10.2099 12.901L10.1413 13.5871C10.0547 14.4523 10.4667 15.2917 11.2041 15.7526L11.5374 15.9609C13.0884 16.9303 14.0952 18.5707 14.2573 20.3926L14.4004 22"/><path strokeLinecap="round" d="M19 15V8M19 22V19"/><path strokeLinecap="round" d="M9 10L6.6114 10.1437C5.87495 10.1881 5.24941 10.6999 5.05846 11.4143C4.89043 12.043 5.09113 12.713 5.57688 13.1448L7.66367 15"/></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.5C9 17.5 8.57441 19.1192 8 20C7.39661 20.9252 6 22 6 22"/><path stroke-linecap="round" stroke-linejoin="round" d="M19 10.5L18.5767 10.8528C17.0114 12.1571 14.8224 12.4112 13 11.5C11.8376 10.8025 10.3448 11.5521 10.2099 12.901L10.1413 13.5871C10.0547 14.4523 10.4667 15.2917 11.2041 15.7526L11.5374 15.9609C13.0884 16.9303 14.0952 18.5707 14.2573 20.3926L14.4004 22"/><path stroke-linecap="round" d="M19 15V8M19 22V19"/><path stroke-linecap="round" d="M9 10L6.6114 10.1437C5.87495 10.1881 5.24941 10.6999 5.05846 11.4143C4.89043 12.043 5.09113 12.713 5.57688 13.1448L7.66367 15"/></g></svg>
</template>

CSS

.icon-hiking-round-broken {
  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.5C9%2017.5%208.57441%2019.1192%208%2020C7.39661%2020.9252%206%2022%206%2022%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M19%2010.5L18.5767%2010.8528C17.0114%2012.1571%2014.8224%2012.4112%2013%2011.5C11.8376%2010.8025%2010.3448%2011.5521%2010.2099%2012.901L10.1413%2013.5871C10.0547%2014.4523%2010.4667%2015.2917%2011.2041%2015.7526L11.5374%2015.9609C13.0884%2016.9303%2014.0952%2018.5707%2014.2573%2020.3926L14.4004%2022%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M19%2015V8M19%2022V19%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M9%2010L6.6114%2010.1437C5.87495%2010.1881%205.24941%2010.6999%205.05846%2011.4143C4.89043%2012.043%205.09113%2012.713%205.57688%2013.1448L7.66367%2015%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.5C9%2017.5%208.57441%2019.1192%208%2020C7.39661%2020.9252%206%2022%206%2022%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M19%2010.5L18.5767%2010.8528C17.0114%2012.1571%2014.8224%2012.4112%2013%2011.5C11.8376%2010.8025%2010.3448%2011.5521%2010.2099%2012.901L10.1413%2013.5871C10.0547%2014.4523%2010.4667%2015.2917%2011.2041%2015.7526L11.5374%2015.9609C13.0884%2016.9303%2014.0952%2018.5707%2014.2573%2020.3926L14.4004%2022%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M19%2015V8M19%2022V19%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M9%2010L6.6114%2010.1437C5.87495%2010.1881%205.24941%2010.6999%205.05846%2011.4143C4.89043%2012.043%205.09113%2012.713%205.57688%2013.1448L7.66367%2015%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-round-broken.svg?color=%231a73e8&size=48