hiking icon
hiking from Material Design Icons by Pictogrammers · Filled · People / Family · Apache-2.0 Free for personal and commercial use.
- Name
- hiking
- Set
- Material Design Icons
- Style
- Filled
- Category
- People / Family
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- human-hiking
The same icon in other sets
More people / family icons from Material Design Icons
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="M17.47 8.67H19V23h-1.53V12.6c-.8-.16-1.55-.46-2.26-.89s-1.31-.93-1.82-1.51l-.62 3.07l2.23 2.2V23h-2v-6l-2.24-2.2L8.89 23H6.73S9.86 7.22 9.89 7.09c.11-.48.33-.85.7-1.09c.37-.27.74-.4 1.12-.4q.585 0 1.08.27c.34.17.6.42.79.74l1.06 1.63c.29.54.68 1.01 1.17 1.39s1.05.67 1.66.87zM8.55 5.89L7.4 5.65c-.57-.15-1.09-.03-1.56.29c-.46.32-.74.76-.84 1.34l-.81 3.98c-.03.29.03.55.19.79s.37.37.62.41l2.21.43zM13 1c-1.1 0-2 .9-2 2s.9 2 2 2s2-.89 2-2s-.89-2-2-2"/></svg>
React
import type { SVGProps } from "react";
export function MdiHiking(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="M17.47 8.67H19V23h-1.53V12.6c-.8-.16-1.55-.46-2.26-.89s-1.31-.93-1.82-1.51l-.62 3.07l2.23 2.2V23h-2v-6l-2.24-2.2L8.89 23H6.73S9.86 7.22 9.89 7.09c.11-.48.33-.85.7-1.09c.37-.27.74-.4 1.12-.4q.585 0 1.08.27c.34.17.6.42.79.74l1.06 1.63c.29.54.68 1.01 1.17 1.39s1.05.67 1.66.87zM8.55 5.89L7.4 5.65c-.57-.15-1.09-.03-1.56.29c-.46.32-.74.76-.84 1.34l-.81 3.98c-.03.29.03.55.19.79s.37.37.62.41l2.21.43zM13 1c-1.1 0-2 .9-2 2s.9 2 2 2s2-.89 2-2s-.89-2-2-2"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.47 8.67H19V23h-1.53V12.6c-.8-.16-1.55-.46-2.26-.89s-1.31-.93-1.82-1.51l-.62 3.07l2.23 2.2V23h-2v-6l-2.24-2.2L8.89 23H6.73S9.86 7.22 9.89 7.09c.11-.48.33-.85.7-1.09c.37-.27.74-.4 1.12-.4q.585 0 1.08.27c.34.17.6.42.79.74l1.06 1.63c.29.54.68 1.01 1.17 1.39s1.05.67 1.66.87zM8.55 5.89L7.4 5.65c-.57-.15-1.09-.03-1.56.29c-.46.32-.74.76-.84 1.34l-.81 3.98c-.03.29.03.55.19.79s.37.37.62.41l2.21.43zM13 1c-1.1 0-2 .9-2 2s.9 2 2 2s2-.89 2-2s-.89-2-2-2"/></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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17.47%208.67H19V23h-1.53V12.6c-.8-.16-1.55-.46-2.26-.89s-1.31-.93-1.82-1.51l-.62%203.07l2.23%202.2V23h-2v-6l-2.24-2.2L8.89%2023H6.73S9.86%207.22%209.89%207.09c.11-.48.33-.85.7-1.09c.37-.27.74-.4%201.12-.4q.585%200%201.08.27c.34.17.6.42.79.74l1.06%201.63c.29.54.68%201.01%201.17%201.39s1.05.67%201.66.87zM8.55%205.89L7.4%205.65c-.57-.15-1.09-.03-1.56.29c-.46.32-.74.76-.84%201.34l-.81%203.98c-.03.29.03.55.19.79s.37.37.62.41l2.21.43zM13%201c-1.1%200-2%20.9-2%202s.9%202%202%202s2-.89%202-2s-.89-2-2-2%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%22M17.47%208.67H19V23h-1.53V12.6c-.8-.16-1.55-.46-2.26-.89s-1.31-.93-1.82-1.51l-.62%203.07l2.23%202.2V23h-2v-6l-2.24-2.2L8.89%2023H6.73S9.86%207.22%209.89%207.09c.11-.48.33-.85.7-1.09c.37-.27.74-.4%201.12-.4q.585%200%201.08.27c.34.17.6.42.79.74l1.06%201.63c.29.54.68%201.01%201.17%201.39s1.05.67%201.66.87zM8.55%205.89L7.4%205.65c-.57-.15-1.09-.03-1.56.29c-.46.32-.74.76-.84%201.34l-.81%203.98c-.03.29.03.55.19.79s.37.37.62.41l2.21.43zM13%201c-1.1%200-2%20.9-2%202s.9%202%202%202s2-.89%202-2s-.89-2-2-2%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/hiking.svg?color=%231a73e8&size=48