round nordic walking icon

round-nordic-walking from Google Material Icons by Material Design Authors · Baseline · Social · Apache-2.0 Free for personal and commercial use.

Name
round-nordic-walking
Set
Google Material Icons
Style
Baseline
Category
Social
Viewbox
24×24
License
Apache 2.0

More social icons from Google Material Icons

Use the round nordic walking icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.25 23c-.41 0-.75-.34-.75-.75V14H19v8.25c0 .41-.34.75-.75.75M4.93 23c.35 0 .66-.24.73-.59L7.53 14H6l-1.8 8.09c-.1.47.25.91.73.91M13.5 5.5c1.1 0 2-.9 2-2s-.9-2-2-2s-2 .9-2 2s.9 2 2 2M14 23c.55 0 1-.45 1-1v-5.64c0-.55-.22-1.07-.62-1.45L12.9 13.5l.6-3a7.32 7.32 0 0 0 4.36 2.41c.6.1 1.14-.38 1.14-.99c0-.49-.35-.91-.83-.98c-1.53-.24-2.79-1.14-3.47-2.33l-1-1.6a2.155 2.155 0 0 0-2.66-.84L7.22 7.78C6.48 8.1 6 8.82 6 9.62V12c0 .55.45 1 1 1s1-.45 1-1V9.6l1.8-.7l-2.55 12.86c-.13.64.36 1.24 1.02 1.24c.49 0 .91-.34 1.02-.81L10.9 15l2.1 2v5c0 .55.45 1 1 1"/></svg>

React

import type { SVGProps } from "react";

export function IcRoundNordicWalking(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="M18.25 23c-.41 0-.75-.34-.75-.75V14H19v8.25c0 .41-.34.75-.75.75M4.93 23c.35 0 .66-.24.73-.59L7.53 14H6l-1.8 8.09c-.1.47.25.91.73.91M13.5 5.5c1.1 0 2-.9 2-2s-.9-2-2-2s-2 .9-2 2s.9 2 2 2M14 23c.55 0 1-.45 1-1v-5.64c0-.55-.22-1.07-.62-1.45L12.9 13.5l.6-3a7.32 7.32 0 0 0 4.36 2.41c.6.1 1.14-.38 1.14-.99c0-.49-.35-.91-.83-.98c-1.53-.24-2.79-1.14-3.47-2.33l-1-1.6a2.155 2.155 0 0 0-2.66-.84L7.22 7.78C6.48 8.1 6 8.82 6 9.62V12c0 .55.45 1 1 1s1-.45 1-1V9.6l1.8-.7l-2.55 12.86c-.13.64.36 1.24 1.02 1.24c.49 0 .91-.34 1.02-.81L10.9 15l2.1 2v5c0 .55.45 1 1 1"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.25 23c-.41 0-.75-.34-.75-.75V14H19v8.25c0 .41-.34.75-.75.75M4.93 23c.35 0 .66-.24.73-.59L7.53 14H6l-1.8 8.09c-.1.47.25.91.73.91M13.5 5.5c1.1 0 2-.9 2-2s-.9-2-2-2s-2 .9-2 2s.9 2 2 2M14 23c.55 0 1-.45 1-1v-5.64c0-.55-.22-1.07-.62-1.45L12.9 13.5l.6-3a7.32 7.32 0 0 0 4.36 2.41c.6.1 1.14-.38 1.14-.99c0-.49-.35-.91-.83-.98c-1.53-.24-2.79-1.14-3.47-2.33l-1-1.6a2.155 2.155 0 0 0-2.66-.84L7.22 7.78C6.48 8.1 6 8.82 6 9.62V12c0 .55.45 1 1 1s1-.45 1-1V9.6l1.8-.7l-2.55 12.86c-.13.64.36 1.24 1.02 1.24c.49 0 .91-.34 1.02-.81L10.9 15l2.1 2v5c0 .55.45 1 1 1"/></svg>
</template>

CSS

.icon-round-nordic-walking {
  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%22M18.25%2023c-.41%200-.75-.34-.75-.75V14H19v8.25c0%20.41-.34.75-.75.75M4.93%2023c.35%200%20.66-.24.73-.59L7.53%2014H6l-1.8%208.09c-.1.47.25.91.73.91M13.5%205.5c1.1%200%202-.9%202-2s-.9-2-2-2s-2%20.9-2%202s.9%202%202%202M14%2023c.55%200%201-.45%201-1v-5.64c0-.55-.22-1.07-.62-1.45L12.9%2013.5l.6-3a7.32%207.32%200%200%200%204.36%202.41c.6.1%201.14-.38%201.14-.99c0-.49-.35-.91-.83-.98c-1.53-.24-2.79-1.14-3.47-2.33l-1-1.6a2.155%202.155%200%200%200-2.66-.84L7.22%207.78C6.48%208.1%206%208.82%206%209.62V12c0%20.55.45%201%201%201s1-.45%201-1V9.6l1.8-.7l-2.55%2012.86c-.13.64.36%201.24%201.02%201.24c.49%200%20.91-.34%201.02-.81L10.9%2015l2.1%202v5c0%20.55.45%201%201%201%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%22M18.25%2023c-.41%200-.75-.34-.75-.75V14H19v8.25c0%20.41-.34.75-.75.75M4.93%2023c.35%200%20.66-.24.73-.59L7.53%2014H6l-1.8%208.09c-.1.47.25.91.73.91M13.5%205.5c1.1%200%202-.9%202-2s-.9-2-2-2s-2%20.9-2%202s.9%202%202%202M14%2023c.55%200%201-.45%201-1v-5.64c0-.55-.22-1.07-.62-1.45L12.9%2013.5l.6-3a7.32%207.32%200%200%200%204.36%202.41c.6.1%201.14-.38%201.14-.99c0-.49-.35-.91-.83-.98c-1.53-.24-2.79-1.14-3.47-2.33l-1-1.6a2.155%202.155%200%200%200-2.66-.84L7.22%207.78C6.48%208.1%206%208.82%206%209.62V12c0%20.55.45%201%201%201s1-.45%201-1V9.6l1.8-.7l-2.55%2012.86c-.13.64.36%201.24%201.02%201.24c.49%200%20.91-.34%201.02-.81L10.9%2015l2.1%202v5c0%20.55.45%201%201%201%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ic/round-nordic-walking.svg?color=%231a73e8&size=48