assistant direction icon
assistant-direction-outline from Material Symbols by Google · Outline · UI Actions · Apache-2.0 Free for personal and commercial use.
- Name
- assistant-direction-outline
- Set
- Material Symbols
- Style
- Outline
- Category
- UI Actions
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols
The same icon in other sets
More ui actions icons from Material Symbols
Use the 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 23q-2.275 0-4.288-.862t-3.5-2.35t-2.35-3.5T1 12q0-2.3.863-4.3t2.35-3.488t3.5-2.35T12 1q2.3 0 4.3.863t3.488 2.35t2.35 3.487T23 12q0 2.275-.862 4.288t-2.35 3.5t-3.488 2.35T12 23m-.625-3.225q.25.25.575.25t.575-.25l7.2-7.2q.25-.25.25-.6t-.25-.6l-7.2-7.2q-.25-.25-.575-.25t-.575.25l-7.2 7.2q-.25.25-.25.6t.25.6zm-3.4-4.8v-4q0-.45.275-.725t.725-.275h4.15l-1.05-1.1l1.4-1.4l3.5 3.5l-3.5 3.5l-1.4-1.4l1.05-1.1h-3.15v3zM12 21q3.775 0 6.388-2.613T21 12t-2.613-6.387T12 3T5.613 5.613T3 12t2.613 6.388T12 21"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsAssistantDirectionOutline(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 23q-2.275 0-4.288-.862t-3.5-2.35t-2.35-3.5T1 12q0-2.3.863-4.3t2.35-3.488t3.5-2.35T12 1q2.3 0 4.3.863t3.488 2.35t2.35 3.487T23 12q0 2.275-.862 4.288t-2.35 3.5t-3.488 2.35T12 23m-.625-3.225q.25.25.575.25t.575-.25l7.2-7.2q.25-.25.25-.6t-.25-.6l-7.2-7.2q-.25-.25-.575-.25t-.575.25l-7.2 7.2q-.25.25-.25.6t.25.6zm-3.4-4.8v-4q0-.45.275-.725t.725-.275h4.15l-1.05-1.1l1.4-1.4l3.5 3.5l-3.5 3.5l-1.4-1.4l1.05-1.1h-3.15v3zM12 21q3.775 0 6.388-2.613T21 12t-2.613-6.387T12 3T5.613 5.613T3 12t2.613 6.388T12 21"/></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 23q-2.275 0-4.288-.862t-3.5-2.35t-2.35-3.5T1 12q0-2.3.863-4.3t2.35-3.488t3.5-2.35T12 1q2.3 0 4.3.863t3.488 2.35t2.35 3.487T23 12q0 2.275-.862 4.288t-2.35 3.5t-3.488 2.35T12 23m-.625-3.225q.25.25.575.25t.575-.25l7.2-7.2q.25-.25.25-.6t-.25-.6l-7.2-7.2q-.25-.25-.575-.25t-.575.25l-7.2 7.2q-.25.25-.25.6t.25.6zm-3.4-4.8v-4q0-.45.275-.725t.725-.275h4.15l-1.05-1.1l1.4-1.4l3.5 3.5l-3.5 3.5l-1.4-1.4l1.05-1.1h-3.15v3zM12 21q3.775 0 6.388-2.613T21 12t-2.613-6.387T12 3T5.613 5.613T3 12t2.613 6.388T12 21"/></svg> </template>
CSS
.icon-assistant-direction-outline {
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%2023q-2.275%200-4.288-.862t-3.5-2.35t-2.35-3.5T1%2012q0-2.3.863-4.3t2.35-3.488t3.5-2.35T12%201q2.3%200%204.3.863t3.488%202.35t2.35%203.487T23%2012q0%202.275-.862%204.288t-2.35%203.5t-3.488%202.35T12%2023m-.625-3.225q.25.25.575.25t.575-.25l7.2-7.2q.25-.25.25-.6t-.25-.6l-7.2-7.2q-.25-.25-.575-.25t-.575.25l-7.2%207.2q-.25.25-.25.6t.25.6zm-3.4-4.8v-4q0-.45.275-.725t.725-.275h4.15l-1.05-1.1l1.4-1.4l3.5%203.5l-3.5%203.5l-1.4-1.4l1.05-1.1h-3.15v3zM12%2021q3.775%200%206.388-2.613T21%2012t-2.613-6.387T12%203T5.613%205.613T3%2012t2.613%206.388T12%2021%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%2023q-2.275%200-4.288-.862t-3.5-2.35t-2.35-3.5T1%2012q0-2.3.863-4.3t2.35-3.488t3.5-2.35T12%201q2.3%200%204.3.863t3.488%202.35t2.35%203.487T23%2012q0%202.275-.862%204.288t-2.35%203.5t-3.488%202.35T12%2023m-.625-3.225q.25.25.575.25t.575-.25l7.2-7.2q.25-.25.25-.6t-.25-.6l-7.2-7.2q-.25-.25-.575-.25t-.575.25l-7.2%207.2q-.25.25-.25.6t.25.6zm-3.4-4.8v-4q0-.45.275-.725t.725-.275h4.15l-1.05-1.1l1.4-1.4l3.5%203.5l-3.5%203.5l-1.4-1.4l1.05-1.1h-3.15v3zM12%2021q3.775%200%206.388-2.613T21%2012t-2.613-6.387T12%203T5.613%205.613T3%2012t2.613%206.388T12%2021%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/assistant-direction-outline.svg?color=%231a73e8&size=48