ios walk icon

ios-walk from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.

Name
ios-walk
Set
IonIcons
Style
Regular
Viewbox
512×512
License
MIT

Related icons in IonIcons

Use the ios walk icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M201.1 361.2l-67.8 48.9c-3.7 3.6-5.2 9.1-5.3 13.9-.1 4.8 1.2 8.8 4.7 12.5 3.6 3.9 8.8 6.2 13.6 6.2 4.5 0 12.5-4.9 16-8.4l69.7-51.6c3.6-3.5 5.7-8.4 5.7-13.5l9.1-52.5-45.7-46.7v91.2z" fill="currentColor"/><circle transform="rotate(-80.781 274.673 69.329)" cx="274.7" cy="69.3" r="37.3" fill="currentColor"/><path d="M350.7 459.2l-15.2-117.4c-.5-3.5-1.9-6.8-4.2-9.5l-57-68.8V143.9c0-11.3-6.3-15.9-18.3-15.9h-37c-2.8 0-5.2 1-7.7 2.3l-68 31.7c-10 5.3-15.3 15.4-15.3 28.7V256c0 10.3 8.2 18.7 18.3 18.7 10.1 0 18.3-8.4 18.3-18.7v-58.2c0-3 1.7-5.8 4.4-7.1l32.2-16.4v75.3c0 4.2 1.6 8.2 4.6 11.2l92.4 94.4c1.2 1.2 2 2.8 2.2 4.5l14.2 104.7c1.3 9.3 9.1 15.7 18.1 15.7h2c9.9-1.5 17.4-10.7 16-20.9z" fill="currentColor"/><path d="M378.4 232.4l-95-96.2v52.6l69.2 70.1c7.2 7.3 18.7 7.2 25.9-.1 3.5-3.6 5.5-7.5 5.5-12.2 0-4.8-2-10.5-5.6-14.2z" fill="currentColor"/></svg>

React

import type { SVGProps } from "react";

export function IonIosWalk(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M201.1 361.2l-67.8 48.9c-3.7 3.6-5.2 9.1-5.3 13.9-.1 4.8 1.2 8.8 4.7 12.5 3.6 3.9 8.8 6.2 13.6 6.2 4.5 0 12.5-4.9 16-8.4l69.7-51.6c3.6-3.5 5.7-8.4 5.7-13.5l9.1-52.5-45.7-46.7v91.2z" fill="currentColor"/><circle transform="rotate(-80.781 274.673 69.329)" cx="274.7" cy="69.3" r="37.3" fill="currentColor"/><path d="M350.7 459.2l-15.2-117.4c-.5-3.5-1.9-6.8-4.2-9.5l-57-68.8V143.9c0-11.3-6.3-15.9-18.3-15.9h-37c-2.8 0-5.2 1-7.7 2.3l-68 31.7c-10 5.3-15.3 15.4-15.3 28.7V256c0 10.3 8.2 18.7 18.3 18.7 10.1 0 18.3-8.4 18.3-18.7v-58.2c0-3 1.7-5.8 4.4-7.1l32.2-16.4v75.3c0 4.2 1.6 8.2 4.6 11.2l92.4 94.4c1.2 1.2 2 2.8 2.2 4.5l14.2 104.7c1.3 9.3 9.1 15.7 18.1 15.7h2c9.9-1.5 17.4-10.7 16-20.9z" fill="currentColor"/><path d="M378.4 232.4l-95-96.2v52.6l69.2 70.1c7.2 7.3 18.7 7.2 25.9-.1 3.5-3.6 5.5-7.5 5.5-12.2 0-4.8-2-10.5-5.6-14.2z" fill="currentColor"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M201.1 361.2l-67.8 48.9c-3.7 3.6-5.2 9.1-5.3 13.9-.1 4.8 1.2 8.8 4.7 12.5 3.6 3.9 8.8 6.2 13.6 6.2 4.5 0 12.5-4.9 16-8.4l69.7-51.6c3.6-3.5 5.7-8.4 5.7-13.5l9.1-52.5-45.7-46.7v91.2z" fill="currentColor"/><circle transform="rotate(-80.781 274.673 69.329)" cx="274.7" cy="69.3" r="37.3" fill="currentColor"/><path d="M350.7 459.2l-15.2-117.4c-.5-3.5-1.9-6.8-4.2-9.5l-57-68.8V143.9c0-11.3-6.3-15.9-18.3-15.9h-37c-2.8 0-5.2 1-7.7 2.3l-68 31.7c-10 5.3-15.3 15.4-15.3 28.7V256c0 10.3 8.2 18.7 18.3 18.7 10.1 0 18.3-8.4 18.3-18.7v-58.2c0-3 1.7-5.8 4.4-7.1l32.2-16.4v75.3c0 4.2 1.6 8.2 4.6 11.2l92.4 94.4c1.2 1.2 2 2.8 2.2 4.5l14.2 104.7c1.3 9.3 9.1 15.7 18.1 15.7h2c9.9-1.5 17.4-10.7 16-20.9z" fill="currentColor"/><path d="M378.4 232.4l-95-96.2v52.6l69.2 70.1c7.2 7.3 18.7 7.2 25.9-.1 3.5-3.6 5.5-7.5 5.5-12.2 0-4.8-2-10.5-5.6-14.2z" fill="currentColor"/></svg>
</template>

CSS

.icon-ios-walk {
  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%20512%20512%22%3E%3Cpath%20d%3D%22M201.1%20361.2l-67.8%2048.9c-3.7%203.6-5.2%209.1-5.3%2013.9-.1%204.8%201.2%208.8%204.7%2012.5%203.6%203.9%208.8%206.2%2013.6%206.2%204.5%200%2012.5-4.9%2016-8.4l69.7-51.6c3.6-3.5%205.7-8.4%205.7-13.5l9.1-52.5-45.7-46.7v91.2z%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20transform%3D%22rotate(-80.781%20274.673%2069.329)%22%20cx%3D%22274.7%22%20cy%3D%2269.3%22%20r%3D%2237.3%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M350.7%20459.2l-15.2-117.4c-.5-3.5-1.9-6.8-4.2-9.5l-57-68.8V143.9c0-11.3-6.3-15.9-18.3-15.9h-37c-2.8%200-5.2%201-7.7%202.3l-68%2031.7c-10%205.3-15.3%2015.4-15.3%2028.7V256c0%2010.3%208.2%2018.7%2018.3%2018.7%2010.1%200%2018.3-8.4%2018.3-18.7v-58.2c0-3%201.7-5.8%204.4-7.1l32.2-16.4v75.3c0%204.2%201.6%208.2%204.6%2011.2l92.4%2094.4c1.2%201.2%202%202.8%202.2%204.5l14.2%20104.7c1.3%209.3%209.1%2015.7%2018.1%2015.7h2c9.9-1.5%2017.4-10.7%2016-20.9z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M378.4%20232.4l-95-96.2v52.6l69.2%2070.1c7.2%207.3%2018.7%207.2%2025.9-.1%203.5-3.6%205.5-7.5%205.5-12.2%200-4.8-2-10.5-5.6-14.2z%22%20fill%3D%22currentColor%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%20512%20512%22%3E%3Cpath%20d%3D%22M201.1%20361.2l-67.8%2048.9c-3.7%203.6-5.2%209.1-5.3%2013.9-.1%204.8%201.2%208.8%204.7%2012.5%203.6%203.9%208.8%206.2%2013.6%206.2%204.5%200%2012.5-4.9%2016-8.4l69.7-51.6c3.6-3.5%205.7-8.4%205.7-13.5l9.1-52.5-45.7-46.7v91.2z%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20transform%3D%22rotate(-80.781%20274.673%2069.329)%22%20cx%3D%22274.7%22%20cy%3D%2269.3%22%20r%3D%2237.3%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M350.7%20459.2l-15.2-117.4c-.5-3.5-1.9-6.8-4.2-9.5l-57-68.8V143.9c0-11.3-6.3-15.9-18.3-15.9h-37c-2.8%200-5.2%201-7.7%202.3l-68%2031.7c-10%205.3-15.3%2015.4-15.3%2028.7V256c0%2010.3%208.2%2018.7%2018.3%2018.7%2010.1%200%2018.3-8.4%2018.3-18.7v-58.2c0-3%201.7-5.8%204.4-7.1l32.2-16.4v75.3c0%204.2%201.6%208.2%204.6%2011.2l92.4%2094.4c1.2%201.2%202%202.8%202.2%204.5l14.2%20104.7c1.3%209.3%209.1%2015.7%2018.1%2015.7h2c9.9-1.5%2017.4-10.7%2016-20.9z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M378.4%20232.4l-95-96.2v52.6l69.2%2070.1c7.2%207.3%2018.7%207.2%2025.9-.1%203.5-3.6%205.5-7.5%205.5-12.2%200-4.8-2-10.5-5.6-14.2z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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