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

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

3 other variants in Material Symbols Light

The same icon in other sets

More hardware icons from Material Symbols Light

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.877 8.877Q9 9.754 9 11t.877 2.123T12 14t2.123-.877T15 11t-.877-2.123T12 8t-2.123.877M12 13q-.825 0-1.412-.587T10 11t.588-1.412T12 9t1.413.588T14 11t-.587 1.413T12 13m4.549 3.549q.22-.22.22-.549t-.22-.549t-.549-.22t-.549.22t-.22.549t.22.549t.549.22t.549-.22M5 20.231V7q0-1.671 1.165-2.835Q7.329 3 9 3h6q1.671 0 2.836 1.165Q19 5.329 19 7v13.23zm1-1h12V18H6z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightAssistantDevice(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.877 8.877Q9 9.754 9 11t.877 2.123T12 14t2.123-.877T15 11t-.877-2.123T12 8t-2.123.877M12 13q-.825 0-1.412-.587T10 11t.588-1.412T12 9t1.413.588T14 11t-.587 1.413T12 13m4.549 3.549q.22-.22.22-.549t-.22-.549t-.549-.22t-.549.22t-.22.549t.22.549t.549.22t.549-.22M5 20.231V7q0-1.671 1.165-2.835Q7.329 3 9 3h6q1.671 0 2.836 1.165Q19 5.329 19 7v13.23zm1-1h12V18H6z"/></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.877 8.877Q9 9.754 9 11t.877 2.123T12 14t2.123-.877T15 11t-.877-2.123T12 8t-2.123.877M12 13q-.825 0-1.412-.587T10 11t.588-1.412T12 9t1.413.588T14 11t-.587 1.413T12 13m4.549 3.549q.22-.22.22-.549t-.22-.549t-.549-.22t-.549.22t-.22.549t.22.549t.549.22t.549-.22M5 20.231V7q0-1.671 1.165-2.835Q7.329 3 9 3h6q1.671 0 2.836 1.165Q19 5.329 19 7v13.23zm1-1h12V18H6z"/></svg>
</template>

CSS

.icon-assistant-device {
  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.877%208.877Q9%209.754%209%2011t.877%202.123T12%2014t2.123-.877T15%2011t-.877-2.123T12%208t-2.123.877M12%2013q-.825%200-1.412-.587T10%2011t.588-1.412T12%209t1.413.588T14%2011t-.587%201.413T12%2013m4.549%203.549q.22-.22.22-.549t-.22-.549t-.549-.22t-.549.22t-.22.549t.22.549t.549.22t.549-.22M5%2020.231V7q0-1.671%201.165-2.835Q7.329%203%209%203h6q1.671%200%202.836%201.165Q19%205.329%2019%207v13.23zm1-1h12V18H6z%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.877%208.877Q9%209.754%209%2011t.877%202.123T12%2014t2.123-.877T15%2011t-.877-2.123T12%208t-2.123.877M12%2013q-.825%200-1.412-.587T10%2011t.588-1.412T12%209t1.413.588T14%2011t-.587%201.413T12%2013m4.549%203.549q.22-.22.22-.549t-.22-.549t-.549-.22t-.549.22t-.22.549t.22.549t.549.22t.549-.22M5%2020.231V7q0-1.671%201.165-2.835Q7.329%203%209%203h6q1.671%200%202.836%201.165Q19%205.329%2019%207v13.23zm1-1h12V18H6z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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