round assist walker icon

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

Name
round-assist-walker
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 assist walker icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><circle cx="12.5" cy="4.5" r="2" fill="currentColor"/><path fill="currentColor" d="m19.77 17.72l-.64-6.37A1.49 1.49 0 0 0 17.64 10H16c-1.5-.02-2.86-.54-3.76-1.44l-2-1.98A1.95 1.95 0 0 0 8.83 6c-.51 0-1.02.2-1.41.59L4.08 9.91c-.53.68-.51 1.57-.21 2.13l1.43 2.8l-2.55 3.26a1 1 0 0 0 .17 1.4c.44.34 1.07.26 1.41-.17l2.56-3.29c.33-.42.47-.95.41-1.48l-.07-.53l.77.72V19c0 .55.45 1 1 1s1-.45 1-1v-4.29c0-.53-.21-1.04-.59-1.41l-1.53-1.53l2.36-2.36c.94.94 1.72 1.82 3.59 2.32l-.75 7.46c-.04.44.3.83.75.83c.38 0 .7-.29.75-.66l.33-2.84h3.18l.14 1.22c-.44.26-.73.74-.73 1.28c0 .83.67 1.5 1.5 1.5s1.5-.67 1.5-1.5c0-.56-.29-1.04-.73-1.3M15.09 15l.41-3.5h2l.41 3.5z"/></svg>

React

import type { SVGProps } from "react";

export function IcRoundAssistWalker(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><circle cx="12.5" cy="4.5" r="2" fill="currentColor"/><path fill="currentColor" d="m19.77 17.72l-.64-6.37A1.49 1.49 0 0 0 17.64 10H16c-1.5-.02-2.86-.54-3.76-1.44l-2-1.98A1.95 1.95 0 0 0 8.83 6c-.51 0-1.02.2-1.41.59L4.08 9.91c-.53.68-.51 1.57-.21 2.13l1.43 2.8l-2.55 3.26a1 1 0 0 0 .17 1.4c.44.34 1.07.26 1.41-.17l2.56-3.29c.33-.42.47-.95.41-1.48l-.07-.53l.77.72V19c0 .55.45 1 1 1s1-.45 1-1v-4.29c0-.53-.21-1.04-.59-1.41l-1.53-1.53l2.36-2.36c.94.94 1.72 1.82 3.59 2.32l-.75 7.46c-.04.44.3.83.75.83c.38 0 .7-.29.75-.66l.33-2.84h3.18l.14 1.22c-.44.26-.73.74-.73 1.28c0 .83.67 1.5 1.5 1.5s1.5-.67 1.5-1.5c0-.56-.29-1.04-.73-1.3M15.09 15l.41-3.5h2l.41 3.5z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><circle cx="12.5" cy="4.5" r="2" fill="currentColor"/><path fill="currentColor" d="m19.77 17.72l-.64-6.37A1.49 1.49 0 0 0 17.64 10H16c-1.5-.02-2.86-.54-3.76-1.44l-2-1.98A1.95 1.95 0 0 0 8.83 6c-.51 0-1.02.2-1.41.59L4.08 9.91c-.53.68-.51 1.57-.21 2.13l1.43 2.8l-2.55 3.26a1 1 0 0 0 .17 1.4c.44.34 1.07.26 1.41-.17l2.56-3.29c.33-.42.47-.95.41-1.48l-.07-.53l.77.72V19c0 .55.45 1 1 1s1-.45 1-1v-4.29c0-.53-.21-1.04-.59-1.41l-1.53-1.53l2.36-2.36c.94.94 1.72 1.82 3.59 2.32l-.75 7.46c-.04.44.3.83.75.83c.38 0 .7-.29.75-.66l.33-2.84h3.18l.14 1.22c-.44.26-.73.74-.73 1.28c0 .83.67 1.5 1.5 1.5s1.5-.67 1.5-1.5c0-.56-.29-1.04-.73-1.3M15.09 15l.41-3.5h2l.41 3.5z"/></svg>
</template>

CSS

.icon-round-assist-walker {
  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%2212.5%22%20cy%3D%224.5%22%20r%3D%222%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m19.77%2017.72l-.64-6.37A1.49%201.49%200%200%200%2017.64%2010H16c-1.5-.02-2.86-.54-3.76-1.44l-2-1.98A1.95%201.95%200%200%200%208.83%206c-.51%200-1.02.2-1.41.59L4.08%209.91c-.53.68-.51%201.57-.21%202.13l1.43%202.8l-2.55%203.26a1%201%200%200%200%20.17%201.4c.44.34%201.07.26%201.41-.17l2.56-3.29c.33-.42.47-.95.41-1.48l-.07-.53l.77.72V19c0%20.55.45%201%201%201s1-.45%201-1v-4.29c0-.53-.21-1.04-.59-1.41l-1.53-1.53l2.36-2.36c.94.94%201.72%201.82%203.59%202.32l-.75%207.46c-.04.44.3.83.75.83c.38%200%20.7-.29.75-.66l.33-2.84h3.18l.14%201.22c-.44.26-.73.74-.73%201.28c0%20.83.67%201.5%201.5%201.5s1.5-.67%201.5-1.5c0-.56-.29-1.04-.73-1.3M15.09%2015l.41-3.5h2l.41%203.5z%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%2212.5%22%20cy%3D%224.5%22%20r%3D%222%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m19.77%2017.72l-.64-6.37A1.49%201.49%200%200%200%2017.64%2010H16c-1.5-.02-2.86-.54-3.76-1.44l-2-1.98A1.95%201.95%200%200%200%208.83%206c-.51%200-1.02.2-1.41.59L4.08%209.91c-.53.68-.51%201.57-.21%202.13l1.43%202.8l-2.55%203.26a1%201%200%200%200%20.17%201.4c.44.34%201.07.26%201.41-.17l2.56-3.29c.33-.42.47-.95.41-1.48l-.07-.53l.77.72V19c0%20.55.45%201%201%201s1-.45%201-1v-4.29c0-.53-.21-1.04-.59-1.41l-1.53-1.53l2.36-2.36c.94.94%201.72%201.82%203.59%202.32l-.75%207.46c-.04.44.3.83.75.83c.38%200%20.7-.29.75-.66l.33-2.84h3.18l.14%201.22c-.44.26-.73.74-.73%201.28c0%20.83.67%201.5%201.5%201.5s1.5-.67%201.5-1.5c0-.56-.29-1.04-.73-1.3M15.09%2015l.41-3.5h2l.41%203.5z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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