assistant direction icon
assistant-direction-sharp from Material Symbols by Google · Sharp · UI Actions · Apache-2.0 Free for personal and commercial use.
- Name
- assistant-direction-sharp
- Set
- Material Symbols
- Style
- Sharp
- 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-.05-2.65l8.375-8.375L11.95 3.6l-8.375 8.375zm-3.975-5.375v-5h5.15l-1.05-1.1l1.4-1.4l3.5 3.5l-3.5 3.5l-1.4-1.4l1.05-1.1h-3.15v3z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsAssistantDirectionSharp(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-.05-2.65l8.375-8.375L11.95 3.6l-8.375 8.375zm-3.975-5.375v-5h5.15l-1.05-1.1l1.4-1.4l3.5 3.5l-3.5 3.5l-1.4-1.4l1.05-1.1h-3.15v3z"/></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-.05-2.65l8.375-8.375L11.95 3.6l-8.375 8.375zm-3.975-5.375v-5h5.15l-1.05-1.1l1.4-1.4l3.5 3.5l-3.5 3.5l-1.4-1.4l1.05-1.1h-3.15v3z"/></svg> </template>
CSS
.icon-assistant-direction-sharp {
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-.05-2.65l8.375-8.375L11.95%203.6l-8.375%208.375zm-3.975-5.375v-5h5.15l-1.05-1.1l1.4-1.4l3.5%203.5l-3.5%203.5l-1.4-1.4l1.05-1.1h-3.15v3z%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-.05-2.65l8.375-8.375L11.95%203.6l-8.375%208.375zm-3.975-5.375v-5h5.15l-1.05-1.1l1.4-1.4l3.5%203.5l-3.5%203.5l-1.4-1.4l1.05-1.1h-3.15v3z%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-sharp.svg?color=%231a73e8&size=48