assistant direction icon
assistant-direction-rounded from Material Symbols by Google · Rounded · UI Actions · Apache-2.0 Free for personal and commercial use.
- Name
- assistant-direction-rounded
- Set
- Material Symbols
- Style
- Rounded
- 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-1.4-7.8v2q0 .425-.288.712t-.712.288t-.712-.287t-.288-.713v-3q0-.45.275-.725t.725-.275h4.15l-.375-.4q-.275-.3-.275-.7t.3-.7q.275-.275.7-.275t.7.275l2.1 2.1q.3.3.3.7t-.3.7l-2.1 2.1q-.275.275-.7.275t-.725-.3q-.275-.275-.275-.675t.275-.7l.375-.4z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsAssistantDirectionRounded(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-1.4-7.8v2q0 .425-.288.712t-.712.288t-.712-.287t-.288-.713v-3q0-.45.275-.725t.725-.275h4.15l-.375-.4q-.275-.3-.275-.7t.3-.7q.275-.275.7-.275t.7.275l2.1 2.1q.3.3.3.7t-.3.7l-2.1 2.1q-.275.275-.7.275t-.725-.3q-.275-.275-.275-.675t.275-.7l.375-.4z"/></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-1.4-7.8v2q0 .425-.288.712t-.712.288t-.712-.287t-.288-.713v-3q0-.45.275-.725t.725-.275h4.15l-.375-.4q-.275-.3-.275-.7t.3-.7q.275-.275.7-.275t.7.275l2.1 2.1q.3.3.3.7t-.3.7l-2.1 2.1q-.275.275-.7.275t-.725-.3q-.275-.275-.275-.675t.275-.7l.375-.4z"/></svg> </template>
CSS
.icon-assistant-direction-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%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-1.4-7.8v2q0%20.425-.288.712t-.712.288t-.712-.287t-.288-.713v-3q0-.45.275-.725t.725-.275h4.15l-.375-.4q-.275-.3-.275-.7t.3-.7q.275-.275.7-.275t.7.275l2.1%202.1q.3.3.3.7t-.3.7l-2.1%202.1q-.275.275-.7.275t-.725-.3q-.275-.275-.275-.675t.275-.7l.375-.4z%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-1.4-7.8v2q0%20.425-.288.712t-.712.288t-.712-.287t-.288-.713v-3q0-.45.275-.725t.725-.275h4.15l-.375-.4q-.275-.3-.275-.7t.3-.7q.275-.275.7-.275t.7.275l2.1%202.1q.3.3.3.7t-.3.7l-2.1%202.1q-.275.275-.7.275t-.725-.3q-.275-.275-.275-.675t.275-.7l.375-.4z%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-rounded.svg?color=%231a73e8&size=48