hiking-rounded from Material Symbols Light by Google · Rounded · Activities · Apache-2.0 Free for personal and commercial use.

Name
hiking-rounded
Set
Material Symbols Light
Style
Rounded
Category
Activities
Viewbox
24×24
License
Apache 2.0
Aliases
hiking-outline-rounded

2 other variants in Material Symbols Light

The same icon in other sets

More activities icons from Material Symbols Light

Use the hiking icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m10.13 14.289l-1.72 7.795q-.056.177-.2.297t-.344.119q-.27 0-.425-.192q-.156-.193-.095-.437l2.825-14.517q.093-.495.483-.77q.39-.276.812-.276q.44 0 .822.192t.604.577l1 1.6q.489.782 1.442 1.485t2.282 1.094V9.75q0-.19.125-.316q.126-.126.317-.126q.19 0 .316.126t.126.316v12.308q0 .19-.126.316t-.316.126t-.317-.126t-.126-.316v-9.804q-1.315-.275-2.542-1.038q-1.227-.764-2.246-2.004l-.85 4.269l1.896 1.796q.13.13.187.28q.056.149.056.31V22q0 .214-.144.357q-.143.143-.356.143q-.214 0-.357-.143T13.116 22v-5.404zm-3.68-1.916l-.823-.148q-.208-.056-.336-.22q-.13-.164-.074-.378l.75-3.925q.131-.639.66-.98t1.154-.205q.252.056.397.278t.09.474l-.874 4.477q-.055.329-.335.506t-.609.121m5.474-7.682q-.501-.5-.501-1.191t.501-1.191t1.192-.501q.69 0 1.19.5q.502.502.502 1.192t-.501 1.191t-1.191.501t-1.192-.5"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightHikingRounded(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m10.13 14.289l-1.72 7.795q-.056.177-.2.297t-.344.119q-.27 0-.425-.192q-.156-.193-.095-.437l2.825-14.517q.093-.495.483-.77q.39-.276.812-.276q.44 0 .822.192t.604.577l1 1.6q.489.782 1.442 1.485t2.282 1.094V9.75q0-.19.125-.316q.126-.126.317-.126q.19 0 .316.126t.126.316v12.308q0 .19-.126.316t-.316.126t-.317-.126t-.126-.316v-9.804q-1.315-.275-2.542-1.038q-1.227-.764-2.246-2.004l-.85 4.269l1.896 1.796q.13.13.187.28q.056.149.056.31V22q0 .214-.144.357q-.143.143-.356.143q-.214 0-.357-.143T13.116 22v-5.404zm-3.68-1.916l-.823-.148q-.208-.056-.336-.22q-.13-.164-.074-.378l.75-3.925q.131-.639.66-.98t1.154-.205q.252.056.397.278t.09.474l-.874 4.477q-.055.329-.335.506t-.609.121m5.474-7.682q-.501-.5-.501-1.191t.501-1.191t1.192-.501q.69 0 1.19.5q.502.502.502 1.192t-.501 1.191t-1.191.501t-1.192-.5"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m10.13 14.289l-1.72 7.795q-.056.177-.2.297t-.344.119q-.27 0-.425-.192q-.156-.193-.095-.437l2.825-14.517q.093-.495.483-.77q.39-.276.812-.276q.44 0 .822.192t.604.577l1 1.6q.489.782 1.442 1.485t2.282 1.094V9.75q0-.19.125-.316q.126-.126.317-.126q.19 0 .316.126t.126.316v12.308q0 .19-.126.316t-.316.126t-.317-.126t-.126-.316v-9.804q-1.315-.275-2.542-1.038q-1.227-.764-2.246-2.004l-.85 4.269l1.896 1.796q.13.13.187.28q.056.149.056.31V22q0 .214-.144.357q-.143.143-.356.143q-.214 0-.357-.143T13.116 22v-5.404zm-3.68-1.916l-.823-.148q-.208-.056-.336-.22q-.13-.164-.074-.378l.75-3.925q.131-.639.66-.98t1.154-.205q.252.056.397.278t.09.474l-.874 4.477q-.055.329-.335.506t-.609.121m5.474-7.682q-.501-.5-.501-1.191t.501-1.191t1.192-.501q.69 0 1.19.5q.502.502.502 1.192t-.501 1.191t-1.191.501t-1.192-.5"/></svg>
</template>

CSS

.icon-hiking-rounded {
  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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m10.13%2014.289l-1.72%207.795q-.056.177-.2.297t-.344.119q-.27%200-.425-.192q-.156-.193-.095-.437l2.825-14.517q.093-.495.483-.77q.39-.276.812-.276q.44%200%20.822.192t.604.577l1%201.6q.489.782%201.442%201.485t2.282%201.094V9.75q0-.19.125-.316q.126-.126.317-.126q.19%200%20.316.126t.126.316v12.308q0%20.19-.126.316t-.316.126t-.317-.126t-.126-.316v-9.804q-1.315-.275-2.542-1.038q-1.227-.764-2.246-2.004l-.85%204.269l1.896%201.796q.13.13.187.28q.056.149.056.31V22q0%20.214-.144.357q-.143.143-.356.143q-.214%200-.357-.143T13.116%2022v-5.404zm-3.68-1.916l-.823-.148q-.208-.056-.336-.22q-.13-.164-.074-.378l.75-3.925q.131-.639.66-.98t1.154-.205q.252.056.397.278t.09.474l-.874%204.477q-.055.329-.335.506t-.609.121m5.474-7.682q-.501-.5-.501-1.191t.501-1.191t1.192-.501q.69%200%201.19.5q.502.502.502%201.192t-.501%201.191t-1.191.501t-1.192-.5%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m10.13%2014.289l-1.72%207.795q-.056.177-.2.297t-.344.119q-.27%200-.425-.192q-.156-.193-.095-.437l2.825-14.517q.093-.495.483-.77q.39-.276.812-.276q.44%200%20.822.192t.604.577l1%201.6q.489.782%201.442%201.485t2.282%201.094V9.75q0-.19.125-.316q.126-.126.317-.126q.19%200%20.316.126t.126.316v12.308q0%20.19-.126.316t-.316.126t-.317-.126t-.126-.316v-9.804q-1.315-.275-2.542-1.038q-1.227-.764-2.246-2.004l-.85%204.269l1.896%201.796q.13.13.187.28q.056.149.056.31V22q0%20.214-.144.357q-.143.143-.356.143q-.214%200-.357-.143T13.116%2022v-5.404zm-3.68-1.916l-.823-.148q-.208-.056-.336-.22q-.13-.164-.074-.378l.75-3.925q.131-.639.66-.98t1.154-.205q.252.056.397.278t.09.474l-.874%204.477q-.055.329-.335.506t-.609.121m5.474-7.682q-.501-.5-.501-1.191t.501-1.191t1.192-.501q.69%200%201.19.5q.502.502.502%201.192t-.501%201.191t-1.191.501t-1.192-.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/hiking-rounded.svg?color=%231a73e8&size=48