assist-walker-sharp from Material Symbols Light by Google · Sharp · Maps · Apache-2.0 Free for personal and commercial use.

Name
assist-walker-sharp
Set
Material Symbols Light
Style
Sharp
Category
Maps
Viewbox
24×24
License
Apache 2.0
Aliases
assist-walker-outline-sharp

2 other variants in Material Symbols Light

The same icon in other sets

More maps icons from Material Symbols Light

Use the assist walker icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m13.154 20.692l.869-8.582q-1.156-.298-1.852-.834t-1.325-1.184l-.404-.404l-3.086 3.062l2.336 2.914v5.028h-1v-4.596l-2.14-2.123l.31 2.562l-3.176 4.032l-.767-.61l2.823-3.626L4.11 11.75l3.855-3.804q.222-.223.498-.335t.555-.111q.466 0 .73.177q.262.177.35.263l1.595 1.571q.752.752 1.689 1.274q.936.523 2.234.523h2.706l.781 7.565q.344.123.573.422t.229.705q0 .49-.341.841q-.342.351-.851.351q-.49 0-.854-.35q-.364-.352-.364-.842q0-.367.19-.657q.191-.29.483-.432L17.966 17h-3.558l-.37 3.692zm-.462-13.5q-.69 0-1.191-.5Q11 6.19 11 5.5t.501-1.191t1.191-.501t1.192.5q.5.502.5 1.192t-.5 1.191t-1.192.501m1.808 8.924h3.392l-.407-3.924h-2.59z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightAssistWalkerSharp(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="m13.154 20.692l.869-8.582q-1.156-.298-1.852-.834t-1.325-1.184l-.404-.404l-3.086 3.062l2.336 2.914v5.028h-1v-4.596l-2.14-2.123l.31 2.562l-3.176 4.032l-.767-.61l2.823-3.626L4.11 11.75l3.855-3.804q.222-.223.498-.335t.555-.111q.466 0 .73.177q.262.177.35.263l1.595 1.571q.752.752 1.689 1.274q.936.523 2.234.523h2.706l.781 7.565q.344.123.573.422t.229.705q0 .49-.341.841q-.342.351-.851.351q-.49 0-.854-.35q-.364-.352-.364-.842q0-.367.19-.657q.191-.29.483-.432L17.966 17h-3.558l-.37 3.692zm-.462-13.5q-.69 0-1.191-.5Q11 6.19 11 5.5t.501-1.191t1.191-.501t1.192.5q.5.502.5 1.192t-.5 1.191t-1.192.501m1.808 8.924h3.392l-.407-3.924h-2.59z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m13.154 20.692l.869-8.582q-1.156-.298-1.852-.834t-1.325-1.184l-.404-.404l-3.086 3.062l2.336 2.914v5.028h-1v-4.596l-2.14-2.123l.31 2.562l-3.176 4.032l-.767-.61l2.823-3.626L4.11 11.75l3.855-3.804q.222-.223.498-.335t.555-.111q.466 0 .73.177q.262.177.35.263l1.595 1.571q.752.752 1.689 1.274q.936.523 2.234.523h2.706l.781 7.565q.344.123.573.422t.229.705q0 .49-.341.841q-.342.351-.851.351q-.49 0-.854-.35q-.364-.352-.364-.842q0-.367.19-.657q.191-.29.483-.432L17.966 17h-3.558l-.37 3.692zm-.462-13.5q-.69 0-1.191-.5Q11 6.19 11 5.5t.501-1.191t1.191-.501t1.192.5q.5.502.5 1.192t-.5 1.191t-1.192.501m1.808 8.924h3.392l-.407-3.924h-2.59z"/></svg>
</template>

CSS

.icon-assist-walker-sharp {
  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%22m13.154%2020.692l.869-8.582q-1.156-.298-1.852-.834t-1.325-1.184l-.404-.404l-3.086%203.062l2.336%202.914v5.028h-1v-4.596l-2.14-2.123l.31%202.562l-3.176%204.032l-.767-.61l2.823-3.626L4.11%2011.75l3.855-3.804q.222-.223.498-.335t.555-.111q.466%200%20.73.177q.262.177.35.263l1.595%201.571q.752.752%201.689%201.274q.936.523%202.234.523h2.706l.781%207.565q.344.123.573.422t.229.705q0%20.49-.341.841q-.342.351-.851.351q-.49%200-.854-.35q-.364-.352-.364-.842q0-.367.19-.657q.191-.29.483-.432L17.966%2017h-3.558l-.37%203.692zm-.462-13.5q-.69%200-1.191-.5Q11%206.19%2011%205.5t.501-1.191t1.191-.501t1.192.5q.5.502.5%201.192t-.5%201.191t-1.192.501m1.808%208.924h3.392l-.407-3.924h-2.59z%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%22m13.154%2020.692l.869-8.582q-1.156-.298-1.852-.834t-1.325-1.184l-.404-.404l-3.086%203.062l2.336%202.914v5.028h-1v-4.596l-2.14-2.123l.31%202.562l-3.176%204.032l-.767-.61l2.823-3.626L4.11%2011.75l3.855-3.804q.222-.223.498-.335t.555-.111q.466%200%20.73.177q.262.177.35.263l1.595%201.571q.752.752%201.689%201.274q.936.523%202.234.523h2.706l.781%207.565q.344.123.573.422t.229.705q0%20.49-.341.841q-.342.351-.851.351q-.49%200-.854-.35q-.364-.352-.364-.842q0-.367.19-.657q.191-.29.483-.432L17.966%2017h-3.558l-.37%203.692zm-.462-13.5q-.69%200-1.191-.5Q11%206.19%2011%205.5t.501-1.191t1.191-.501t1.192.5q.5.502.5%201.192t-.5%201.191t-1.192.501m1.808%208.924h3.392l-.407-3.924h-2.59z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/assist-walker-sharp.svg?color=%231a73e8&size=48