outline assistant direction icon
outline-assistant-direction from Google Material Icons by Material Design Authors · Baseline · Navigation · Apache-2.0 Free for personal and commercial use.
- Name
- outline-assistant-direction
- Set
- Google Material Icons
- Style
- Baseline
- Category
- Navigation
- Viewbox
- 24×24
- License
- Apache 2.0
More navigation icons from Google Material Icons
baseline-add-home-workbaseline-app-settings-altbaseline-appsbaseline-apps-outagebaseline-arrow-backbaseline-arrow-back-iosbaseline-arrow-back-ios-newbaseline-arrow-downwardbaseline-arrow-drop-downbaseline-arrow-drop-down-circlebaseline-arrow-drop-upbaseline-arrow-forwardbaseline-arrow-forward-iosbaseline-arrow-leftbaseline-arrow-rightbaseline-arrow-upwardbaseline-assistant-directionbaseline-campaignbaseline-cancelbaseline-checkbaseline-chevron-leftbaseline-chevron-rightbaseline-closebaseline-double-arrow
Use the outline 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 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.5l-1.41-1.41L13.17 12H10v3H8v-4c0-.6.4-1 1-1h4.17l-1.09-1.09L13.5 7.5L17 11z"/></svg>
React
import type { SVGProps } from "react";
export function IcOutlineAssistantDirection(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 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.5l-1.41-1.41L13.17 12H10v3H8v-4c0-.6.4-1 1-1h4.17l-1.09-1.09L13.5 7.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 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.5l-1.41-1.41L13.17 12H10v3H8v-4c0-.6.4-1 1-1h4.17l-1.09-1.09L13.5 7.5L17 11z"/></svg> </template>
CSS
.icon-outline-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%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.5l-1.41-1.41L13.17%2012H10v3H8v-4c0-.6.4-1%201-1h4.17l-1.09-1.09L13.5%207.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%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.5l-1.41-1.41L13.17%2012H10v3H8v-4c0-.6.4-1%201-1h4.17l-1.09-1.09L13.5%207.5L17%2011z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ic/outline-assistant-direction.svg?color=%231a73e8&size=48