twotone assistant direction icon

twotone-assistant-direction from Google Material Icons by Material Design Authors · Baseline · Navigation · Apache-2.0 Free for personal and commercial use.

Name
twotone-assistant-direction
Set
Google Material Icons
Style
Baseline
Category
Navigation
Viewbox
24×24
License
Apache 2.0

More navigation icons from Google Material Icons

Use the twotone assistant direction icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 3c-4.99 0-9 4.01-9 9s4.01 9 9 9s9-4.01 9-9s-4.01-9-9-9m.54 16.8c-.35.27-.79.27-1.15 0L4.2 12.58a.93.93 0 0 1 0-1.16l7.19-7.22c.35-.27.79-.27 1.15 0l7.19 7.22c.36.27.36.8 0 1.16z" opacity=".3"/><path fill="currentColor" d="M12 1C5.9 1 1 5.9 1 12s4.9 11 11 11s11-4.9 11-11S18.1 1 12 1m0 20c-4.99 0-9-4.01-9-9s4.01-9 9-9s9 4.01 9 9s-4.01 9-9 9"/><path fill="currentColor" d="M19.73 11.42L12.54 4.2c-.36-.27-.8-.27-1.15 0L4.2 11.42c-.27.36-.27.8 0 1.16l7.19 7.22c.36.27.8.27 1.15 0l7.19-7.22c.36-.36.36-.89 0-1.16M13.5 14.5V12H10v3H8v-4c0-.6.4-1 1-1h4.5V7.5L17 11z"/></svg>

React

import type { SVGProps } from "react";

export function IcTwotoneAssistantDirection(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="M12 3c-4.99 0-9 4.01-9 9s4.01 9 9 9s9-4.01 9-9s-4.01-9-9-9m.54 16.8c-.35.27-.79.27-1.15 0L4.2 12.58a.93.93 0 0 1 0-1.16l7.19-7.22c.35-.27.79-.27 1.15 0l7.19 7.22c.36.27.36.8 0 1.16z" opacity=".3"/><path fill="currentColor" d="M12 1C5.9 1 1 5.9 1 12s4.9 11 11 11s11-4.9 11-11S18.1 1 12 1m0 20c-4.99 0-9-4.01-9-9s4.01-9 9-9s9 4.01 9 9s-4.01 9-9 9"/><path fill="currentColor" d="M19.73 11.42L12.54 4.2c-.36-.27-.8-.27-1.15 0L4.2 11.42c-.27.36-.27.8 0 1.16l7.19 7.22c.36.27.8.27 1.15 0l7.19-7.22c.36-.36.36-.89 0-1.16M13.5 14.5V12H10v3H8v-4c0-.6.4-1 1-1h4.5V7.5L17 11z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 3c-4.99 0-9 4.01-9 9s4.01 9 9 9s9-4.01 9-9s-4.01-9-9-9m.54 16.8c-.35.27-.79.27-1.15 0L4.2 12.58a.93.93 0 0 1 0-1.16l7.19-7.22c.35-.27.79-.27 1.15 0l7.19 7.22c.36.27.36.8 0 1.16z" opacity=".3"/><path fill="currentColor" d="M12 1C5.9 1 1 5.9 1 12s4.9 11 11 11s11-4.9 11-11S18.1 1 12 1m0 20c-4.99 0-9-4.01-9-9s4.01-9 9-9s9 4.01 9 9s-4.01 9-9 9"/><path fill="currentColor" d="M19.73 11.42L12.54 4.2c-.36-.27-.8-.27-1.15 0L4.2 11.42c-.27.36-.27.8 0 1.16l7.19 7.22c.36.27.8.27 1.15 0l7.19-7.22c.36-.36.36-.89 0-1.16M13.5 14.5V12H10v3H8v-4c0-.6.4-1 1-1h4.5V7.5L17 11z"/></svg>
</template>

CSS

.icon-twotone-assistant-direction {
  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%22M12%203c-4.99%200-9%204.01-9%209s4.01%209%209%209s9-4.01%209-9s-4.01-9-9-9m.54%2016.8c-.35.27-.79.27-1.15%200L4.2%2012.58a.93.93%200%200%201%200-1.16l7.19-7.22c.35-.27.79-.27%201.15%200l7.19%207.22c.36.27.36.8%200%201.16z%22%20opacity%3D%22.3%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%201C5.9%201%201%205.9%201%2012s4.9%2011%2011%2011s11-4.9%2011-11S18.1%201%2012%201m0%2020c-4.99%200-9-4.01-9-9s4.01-9%209-9s9%204.01%209%209s-4.01%209-9%209%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M19.73%2011.42L12.54%204.2c-.36-.27-.8-.27-1.15%200L4.2%2011.42c-.27.36-.27.8%200%201.16l7.19%207.22c.36.27.8.27%201.15%200l7.19-7.22c.36-.36.36-.89%200-1.16M13.5%2014.5V12H10v3H8v-4c0-.6.4-1%201-1h4.5V7.5L17%2011z%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%22M12%203c-4.99%200-9%204.01-9%209s4.01%209%209%209s9-4.01%209-9s-4.01-9-9-9m.54%2016.8c-.35.27-.79.27-1.15%200L4.2%2012.58a.93.93%200%200%201%200-1.16l7.19-7.22c.35-.27.79-.27%201.15%200l7.19%207.22c.36.27.36.8%200%201.16z%22%20opacity%3D%22.3%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%201C5.9%201%201%205.9%201%2012s4.9%2011%2011%2011s11-4.9%2011-11S18.1%201%2012%201m0%2020c-4.99%200-9-4.01-9-9s4.01-9%209-9s9%204.01%209%209s-4.01%209-9%209%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M19.73%2011.42L12.54%204.2c-.36-.27-.8-.27-1.15%200L4.2%2011.42c-.27.36-.27.8%200%201.16l7.19%207.22c.36.27.8.27%201.15%200l7.19-7.22c.36-.36.36-.89%200-1.16M13.5%2014.5V12H10v3H8v-4c0-.6.4-1%201-1h4.5V7.5L17%2011z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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