walk icon
walk from BoxIcons v2 by Boxicons · Regular · MIT Free for personal and commercial use.
- Name
- walk
- Set
- BoxIcons v2
- Style
- Regular
- Viewbox
- 24×24
- License
- MIT
- Aliases
- bx-walk
The same icon in other sets
Use the walk icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><circle cx="13" cy="4" r="2" fill="currentColor"/><path fill="currentColor" d="M13.978 12.27c.245.368.611.647 1.031.787l2.675.892l.633-1.896l-2.675-.892l-1.663-2.495a2 2 0 0 0-.769-.679l-1.434-.717a2 2 0 0 0-1.378-.149l-3.193.797a2 2 0 0 0-1.306 1.046l-1.794 3.589l1.789.895l1.794-3.589l2.223-.556l-1.804 8.346l-3.674 2.527l1.133 1.648l3.675-2.528c.421-.29.713-.725.82-1.225l.517-2.388l2.517 1.888l.925 4.625l1.961-.393l-.925-4.627a2 2 0 0 0-.762-1.206l-2.171-1.628l.647-3.885z"/></svg>
React
import type { SVGProps } from "react";
export function BxWalk(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><circle cx="13" cy="4" r="2" fill="currentColor"/><path fill="currentColor" d="M13.978 12.27c.245.368.611.647 1.031.787l2.675.892l.633-1.896l-2.675-.892l-1.663-2.495a2 2 0 0 0-.769-.679l-1.434-.717a2 2 0 0 0-1.378-.149l-3.193.797a2 2 0 0 0-1.306 1.046l-1.794 3.589l1.789.895l1.794-3.589l2.223-.556l-1.804 8.346l-3.674 2.527l1.133 1.648l3.675-2.528c.421-.29.713-.725.82-1.225l.517-2.388l2.517 1.888l.925 4.625l1.961-.393l-.925-4.627a2 2 0 0 0-.762-1.206l-2.171-1.628l.647-3.885z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><circle cx="13" cy="4" r="2" fill="currentColor"/><path fill="currentColor" d="M13.978 12.27c.245.368.611.647 1.031.787l2.675.892l.633-1.896l-2.675-.892l-1.663-2.495a2 2 0 0 0-.769-.679l-1.434-.717a2 2 0 0 0-1.378-.149l-3.193.797a2 2 0 0 0-1.306 1.046l-1.794 3.589l1.789.895l1.794-3.589l2.223-.556l-1.804 8.346l-3.674 2.527l1.133 1.648l3.675-2.528c.421-.29.713-.725.82-1.225l.517-2.388l2.517 1.888l.925 4.625l1.961-.393l-.925-4.627a2 2 0 0 0-.762-1.206l-2.171-1.628l.647-3.885z"/></svg> </template>
CSS
.icon-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%2024%2024%22%3E%3Ccircle%20cx%3D%2213%22%20cy%3D%224%22%20r%3D%222%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13.978%2012.27c.245.368.611.647%201.031.787l2.675.892l.633-1.896l-2.675-.892l-1.663-2.495a2%202%200%200%200-.769-.679l-1.434-.717a2%202%200%200%200-1.378-.149l-3.193.797a2%202%200%200%200-1.306%201.046l-1.794%203.589l1.789.895l1.794-3.589l2.223-.556l-1.804%208.346l-3.674%202.527l1.133%201.648l3.675-2.528c.421-.29.713-.725.82-1.225l.517-2.388l2.517%201.888l.925%204.625l1.961-.393l-.925-4.627a2%202%200%200%200-.762-1.206l-2.171-1.628l.647-3.885z%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%3Ccircle%20cx%3D%2213%22%20cy%3D%224%22%20r%3D%222%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13.978%2012.27c.245.368.611.647%201.031.787l2.675.892l.633-1.896l-2.675-.892l-1.663-2.495a2%202%200%200%200-.769-.679l-1.434-.717a2%202%200%200%200-1.378-.149l-3.193.797a2%202%200%200%200-1.306%201.046l-1.794%203.589l1.789.895l1.794-3.589l2.223-.556l-1.804%208.346l-3.674%202.527l1.133%201.648l3.675-2.528c.421-.29.713-.725.82-1.225l.517-2.388l2.517%201.888l.925%204.625l1.961-.393l-.925-4.627a2%202%200%200%200-.762-1.206l-2.171-1.628l.647-3.885z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/bx/walk.svg?color=%231a73e8&size=48