hiking-fill from MingCute Icon by MingCute Design · Fill · Apache-2.0 Free for personal and commercial use.

Name
hiking-fill
Set
MingCute Icon
Style
Fill
Viewbox
24×24
License
Apache 2.0

1 other variant in MingCute Icon

The same icon in other sets

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="M16 21v-7.68l-1.696-.34a1 1 0 0 1-.511-.273L13 11.914v2.818l1.252 2.079c.138.229.229.484.267.749l.471 3.298a1 1 0 0 1-1.98.284l-.47-3.3l-1.006-1.666l-2.64 5.272a1.001 1.001 0 0 1-1.789-.896L10 14.772V9.5a1.5 1.5 0 0 1 2.911-.503l2.081 2.081L16 11.28V11a1 1 0 1 1 2 0v10a1 1 0 1 1-2 0M8.603 8.005A1 1 0 0 1 9.5 9v5a1 1 0 0 1-1 1H7a1 1 0 0 1-1-1v-4a2 2 0 0 1 2-2zM15 5a3 3 0 1 1-6 0a3 3 0 0 1 6 0"/></svg>

React

import type { SVGProps } from "react";

export function MingcuteHikingFill(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="M16 21v-7.68l-1.696-.34a1 1 0 0 1-.511-.273L13 11.914v2.818l1.252 2.079c.138.229.229.484.267.749l.471 3.298a1 1 0 0 1-1.98.284l-.47-3.3l-1.006-1.666l-2.64 5.272a1.001 1.001 0 0 1-1.789-.896L10 14.772V9.5a1.5 1.5 0 0 1 2.911-.503l2.081 2.081L16 11.28V11a1 1 0 1 1 2 0v10a1 1 0 1 1-2 0M8.603 8.005A1 1 0 0 1 9.5 9v5a1 1 0 0 1-1 1H7a1 1 0 0 1-1-1v-4a2 2 0 0 1 2-2zM15 5a3 3 0 1 1-6 0a3 3 0 0 1 6 0"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16 21v-7.68l-1.696-.34a1 1 0 0 1-.511-.273L13 11.914v2.818l1.252 2.079c.138.229.229.484.267.749l.471 3.298a1 1 0 0 1-1.98.284l-.47-3.3l-1.006-1.666l-2.64 5.272a1.001 1.001 0 0 1-1.789-.896L10 14.772V9.5a1.5 1.5 0 0 1 2.911-.503l2.081 2.081L16 11.28V11a1 1 0 1 1 2 0v10a1 1 0 1 1-2 0M8.603 8.005A1 1 0 0 1 9.5 9v5a1 1 0 0 1-1 1H7a1 1 0 0 1-1-1v-4a2 2 0 0 1 2-2zM15 5a3 3 0 1 1-6 0a3 3 0 0 1 6 0"/></svg>
</template>

CSS

.icon-hiking-fill {
  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%22M16%2021v-7.68l-1.696-.34a1%201%200%200%201-.511-.273L13%2011.914v2.818l1.252%202.079c.138.229.229.484.267.749l.471%203.298a1%201%200%200%201-1.98.284l-.47-3.3l-1.006-1.666l-2.64%205.272a1.001%201.001%200%200%201-1.789-.896L10%2014.772V9.5a1.5%201.5%200%200%201%202.911-.503l2.081%202.081L16%2011.28V11a1%201%200%201%201%202%200v10a1%201%200%201%201-2%200M8.603%208.005A1%201%200%200%201%209.5%209v5a1%201%200%200%201-1%201H7a1%201%200%200%201-1-1v-4a2%202%200%200%201%202-2zM15%205a3%203%200%201%201-6%200a3%203%200%200%201%206%200%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%22M16%2021v-7.68l-1.696-.34a1%201%200%200%201-.511-.273L13%2011.914v2.818l1.252%202.079c.138.229.229.484.267.749l.471%203.298a1%201%200%200%201-1.98.284l-.47-3.3l-1.006-1.666l-2.64%205.272a1.001%201.001%200%200%201-1.789-.896L10%2014.772V9.5a1.5%201.5%200%200%201%202.911-.503l2.081%202.081L16%2011.28V11a1%201%200%201%201%202%200v10a1%201%200%201%201-2%200M8.603%208.005A1%201%200%200%201%209.5%209v5a1%201%200%200%201-1%201H7a1%201%200%200%201-1-1v-4a2%202%200%200%201%202-2zM15%205a3%203%200%201%201-6%200a3%203%200%200%201%206%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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