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

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

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.21 20.214l.813-8.104q-1.156-.299-1.852-.834q-.696-.536-1.325-1.184l-.404-.404l-3.086 3.062l2.152 2.69q.092.112.138.242t.046.272v4.238q0 .214-.143.357t-.357.143t-.356-.143t-.144-.357v-4.096l-2.14-2.123l.279 2.233q.025.161-.025.313t-.156.283l-2.671 3.375q-.135.171-.326.192q-.191.022-.362-.119q-.172-.14-.193-.32q-.021-.178.12-.35l2.524-3.25l-1.232-3.51q-.143-.426-.1-.91q.042-.483.396-.837l3.158-3.127q.223-.223.499-.334t.554-.112q.466 0 .73.177t.35.264l1.595 1.57q.752.753 1.689 1.275q.936.522 2.235.522h1.823q.382 0 .653.243q.272.243.322.607l.688 6.715q.344.123.573.422t.229.705q0 .49-.341.841q-.342.351-.851.351q-.49 0-.854-.35q-.364-.351-.364-.842q0-.367.19-.657q.191-.29.483-.431L17.966 17h-3.558l-.333 3.306q-.03.16-.157.273q-.126.113-.285.113q-.196 0-.325-.141q-.13-.141-.098-.337m-.518-13.022q-.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 MaterialSymbolsLightAssistWalkerRounded(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.21 20.214l.813-8.104q-1.156-.299-1.852-.834q-.696-.536-1.325-1.184l-.404-.404l-3.086 3.062l2.152 2.69q.092.112.138.242t.046.272v4.238q0 .214-.143.357t-.357.143t-.356-.143t-.144-.357v-4.096l-2.14-2.123l.279 2.233q.025.161-.025.313t-.156.283l-2.671 3.375q-.135.171-.326.192q-.191.022-.362-.119q-.172-.14-.193-.32q-.021-.178.12-.35l2.524-3.25l-1.232-3.51q-.143-.426-.1-.91q.042-.483.396-.837l3.158-3.127q.223-.223.499-.334t.554-.112q.466 0 .73.177t.35.264l1.595 1.57q.752.753 1.689 1.275q.936.522 2.235.522h1.823q.382 0 .653.243q.272.243.322.607l.688 6.715q.344.123.573.422t.229.705q0 .49-.341.841q-.342.351-.851.351q-.49 0-.854-.35q-.364-.351-.364-.842q0-.367.19-.657q.191-.29.483-.431L17.966 17h-3.558l-.333 3.306q-.03.16-.157.273q-.126.113-.285.113q-.196 0-.325-.141q-.13-.141-.098-.337m-.518-13.022q-.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.21 20.214l.813-8.104q-1.156-.299-1.852-.834q-.696-.536-1.325-1.184l-.404-.404l-3.086 3.062l2.152 2.69q.092.112.138.242t.046.272v4.238q0 .214-.143.357t-.357.143t-.356-.143t-.144-.357v-4.096l-2.14-2.123l.279 2.233q.025.161-.025.313t-.156.283l-2.671 3.375q-.135.171-.326.192q-.191.022-.362-.119q-.172-.14-.193-.32q-.021-.178.12-.35l2.524-3.25l-1.232-3.51q-.143-.426-.1-.91q.042-.483.396-.837l3.158-3.127q.223-.223.499-.334t.554-.112q.466 0 .73.177t.35.264l1.595 1.57q.752.753 1.689 1.275q.936.522 2.235.522h1.823q.382 0 .653.243q.272.243.322.607l.688 6.715q.344.123.573.422t.229.705q0 .49-.341.841q-.342.351-.851.351q-.49 0-.854-.35q-.364-.351-.364-.842q0-.367.19-.657q.191-.29.483-.431L17.966 17h-3.558l-.333 3.306q-.03.16-.157.273q-.126.113-.285.113q-.196 0-.325-.141q-.13-.141-.098-.337m-.518-13.022q-.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-rounded {
  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.21%2020.214l.813-8.104q-1.156-.299-1.852-.834q-.696-.536-1.325-1.184l-.404-.404l-3.086%203.062l2.152%202.69q.092.112.138.242t.046.272v4.238q0%20.214-.143.357t-.357.143t-.356-.143t-.144-.357v-4.096l-2.14-2.123l.279%202.233q.025.161-.025.313t-.156.283l-2.671%203.375q-.135.171-.326.192q-.191.022-.362-.119q-.172-.14-.193-.32q-.021-.178.12-.35l2.524-3.25l-1.232-3.51q-.143-.426-.1-.91q.042-.483.396-.837l3.158-3.127q.223-.223.499-.334t.554-.112q.466%200%20.73.177t.35.264l1.595%201.57q.752.753%201.689%201.275q.936.522%202.235.522h1.823q.382%200%20.653.243q.272.243.322.607l.688%206.715q.344.123.573.422t.229.705q0%20.49-.341.841q-.342.351-.851.351q-.49%200-.854-.35q-.364-.351-.364-.842q0-.367.19-.657q.191-.29.483-.431L17.966%2017h-3.558l-.333%203.306q-.03.16-.157.273q-.126.113-.285.113q-.196%200-.325-.141q-.13-.141-.098-.337m-.518-13.022q-.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.21%2020.214l.813-8.104q-1.156-.299-1.852-.834q-.696-.536-1.325-1.184l-.404-.404l-3.086%203.062l2.152%202.69q.092.112.138.242t.046.272v4.238q0%20.214-.143.357t-.357.143t-.356-.143t-.144-.357v-4.096l-2.14-2.123l.279%202.233q.025.161-.025.313t-.156.283l-2.671%203.375q-.135.171-.326.192q-.191.022-.362-.119q-.172-.14-.193-.32q-.021-.178.12-.35l2.524-3.25l-1.232-3.51q-.143-.426-.1-.91q.042-.483.396-.837l3.158-3.127q.223-.223.499-.334t.554-.112q.466%200%20.73.177t.35.264l1.595%201.57q.752.753%201.689%201.275q.936.522%202.235.522h1.823q.382%200%20.653.243q.272.243.322.607l.688%206.715q.344.123.573.422t.229.705q0%20.49-.341.841q-.342.351-.851.351q-.49%200-.854-.35q-.364-.351-.364-.842q0-.367.19-.657q.191-.29.483-.431L17.966%2017h-3.558l-.333%203.306q-.03.16-.157.273q-.126.113-.285.113q-.196%200-.325-.141q-.13-.141-.098-.337m-.518-13.022q-.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-rounded.svg?color=%231a73e8&size=48