assistant device icon

assistant-device-outline from Material Symbols by Google · Outline · Hardware · Apache-2.0 Free for personal and commercial use.

Name
assistant-device-outline
Set
Material Symbols
Style
Outline
Category
Hardware
Viewbox
24×24
License
Apache 2.0
Aliases
assistant-device-outline-sharp

3 other variants in Material Symbols

The same icon in other sets

More hardware icons from Material Symbols

Use the assistant device icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9.175 8.175Q8 9.35 8 11t1.175 2.825T12 15t2.825-1.175T16 11t-1.175-2.825T12 7T9.175 8.175M12 13q-.825 0-1.412-.587T10 11t.588-1.412T12 9t1.413.588T14 11t-.587 1.413T12 13m4.713 3.713Q17 16.425 17 16t-.288-.712T16 15t-.712.288T15 16t.288.713T16 17t.713-.288M4 22V7q0-2.075 1.463-3.537T9 2h6q2.075 0 3.538 1.463T20 7v15zm2-4h12V7q0-1.25-.875-2.125T15 4H9q-1.25 0-2.125.875T6 7zm0 0h12zm0 0h12z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsAssistantDeviceOutline(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="M9.175 8.175Q8 9.35 8 11t1.175 2.825T12 15t2.825-1.175T16 11t-1.175-2.825T12 7T9.175 8.175M12 13q-.825 0-1.412-.587T10 11t.588-1.412T12 9t1.413.588T14 11t-.587 1.413T12 13m4.713 3.713Q17 16.425 17 16t-.288-.712T16 15t-.712.288T15 16t.288.713T16 17t.713-.288M4 22V7q0-2.075 1.463-3.537T9 2h6q2.075 0 3.538 1.463T20 7v15zm2-4h12V7q0-1.25-.875-2.125T15 4H9q-1.25 0-2.125.875T6 7zm0 0h12zm0 0h12z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9.175 8.175Q8 9.35 8 11t1.175 2.825T12 15t2.825-1.175T16 11t-1.175-2.825T12 7T9.175 8.175M12 13q-.825 0-1.412-.587T10 11t.588-1.412T12 9t1.413.588T14 11t-.587 1.413T12 13m4.713 3.713Q17 16.425 17 16t-.288-.712T16 15t-.712.288T15 16t.288.713T16 17t.713-.288M4 22V7q0-2.075 1.463-3.537T9 2h6q2.075 0 3.538 1.463T20 7v15zm2-4h12V7q0-1.25-.875-2.125T15 4H9q-1.25 0-2.125.875T6 7zm0 0h12zm0 0h12z"/></svg>
</template>

CSS

.icon-assistant-device-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%22M9.175%208.175Q8%209.35%208%2011t1.175%202.825T12%2015t2.825-1.175T16%2011t-1.175-2.825T12%207T9.175%208.175M12%2013q-.825%200-1.412-.587T10%2011t.588-1.412T12%209t1.413.588T14%2011t-.587%201.413T12%2013m4.713%203.713Q17%2016.425%2017%2016t-.288-.712T16%2015t-.712.288T15%2016t.288.713T16%2017t.713-.288M4%2022V7q0-2.075%201.463-3.537T9%202h6q2.075%200%203.538%201.463T20%207v15zm2-4h12V7q0-1.25-.875-2.125T15%204H9q-1.25%200-2.125.875T6%207zm0%200h12zm0%200h12z%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%22M9.175%208.175Q8%209.35%208%2011t1.175%202.825T12%2015t2.825-1.175T16%2011t-1.175-2.825T12%207T9.175%208.175M12%2013q-.825%200-1.412-.587T10%2011t.588-1.412T12%209t1.413.588T14%2011t-.587%201.413T12%2013m4.713%203.713Q17%2016.425%2017%2016t-.288-.712T16%2015t-.712.288T15%2016t.288.713T16%2017t.713-.288M4%2022V7q0-2.075%201.463-3.537T9%202h6q2.075%200%203.538%201.463T20%207v15zm2-4h12V7q0-1.25-.875-2.125T15%204H9q-1.25%200-2.125.875T6%207zm0%200h12zm0%200h12z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/assistant-device-outline.svg?color=%231a73e8&size=48