assistant device icon

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

Name
assistant-device-rounded
Set
Material Symbols
Style
Rounded
Category
Hardware
Viewbox
24×24
License
Apache 2.0

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 20V7q0-2.075 1.463-3.537T9 2h6q2.075 0 3.538 1.463T20 7v13q0 .825-.587 1.413T18 22H6q-.825 0-1.412-.587T4 20m3 0h10q.425 0 .713-.288T18 19t-.288-.712T17 18H7q-.425 0-.712.288T6 19t.288.713T7 20"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsAssistantDeviceRounded(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 20V7q0-2.075 1.463-3.537T9 2h6q2.075 0 3.538 1.463T20 7v13q0 .825-.587 1.413T18 22H6q-.825 0-1.412-.587T4 20m3 0h10q.425 0 .713-.288T18 19t-.288-.712T17 18H7q-.425 0-.712.288T6 19t.288.713T7 20"/></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 20V7q0-2.075 1.463-3.537T9 2h6q2.075 0 3.538 1.463T20 7v13q0 .825-.587 1.413T18 22H6q-.825 0-1.412-.587T4 20m3 0h10q.425 0 .713-.288T18 19t-.288-.712T17 18H7q-.425 0-.712.288T6 19t.288.713T7 20"/></svg>
</template>

CSS

.icon-assistant-device-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%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%2020V7q0-2.075%201.463-3.537T9%202h6q2.075%200%203.538%201.463T20%207v13q0%20.825-.587%201.413T18%2022H6q-.825%200-1.412-.587T4%2020m3%200h10q.425%200%20.713-.288T18%2019t-.288-.712T17%2018H7q-.425%200-.712.288T6%2019t.288.713T7%2020%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%2020V7q0-2.075%201.463-3.537T9%202h6q2.075%200%203.538%201.463T20%207v13q0%20.825-.587%201.413T18%2022H6q-.825%200-1.412-.587T4%2020m3%200h10q.425%200%20.713-.288T18%2019t-.288-.712T17%2018H7q-.425%200-.712.288T6%2019t.288.713T7%2020%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-rounded.svg?color=%231a73e8&size=48