headset connected icon

headset-connected from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
headset-connected
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

Related icons in Huge Icons

Use the headset connected icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M12 3a9 9 0 0 0-9 9c0 1.437.415 3.5.915 5m16.17 0c.5-1.5.915-3.563.915-5c0-1.052-.18-2.062-.512-3"/><path d="m8.977 19.604l-1.738-4.991c-.186-.466-.777-.7-1.264-.583a2.9 2.9 0 0 0-1.828 3.66l.438 1.326a2.88 2.88 0 0 0 3.643 1.836c.461-.196.876-.762.749-1.248m6.047 0l1.737-4.991c.186-.466.777-.7 1.264-.583a2.9 2.9 0 0 1 1.828 3.66l-.438 1.326a2.88 2.88 0 0 1-3.643 1.836c-.461-.196-.876-.762-.748-1.248M13 7c.693 0 1.544.768 2 2c0 0 3.177-5 6-6"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsHeadsetConnected(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5"><path d="M12 3a9 9 0 0 0-9 9c0 1.437.415 3.5.915 5m16.17 0c.5-1.5.915-3.563.915-5c0-1.052-.18-2.062-.512-3"/><path d="m8.977 19.604l-1.738-4.991c-.186-.466-.777-.7-1.264-.583a2.9 2.9 0 0 0-1.828 3.66l.438 1.326a2.88 2.88 0 0 0 3.643 1.836c.461-.196.876-.762.749-1.248m6.047 0l1.737-4.991c.186-.466.777-.7 1.264-.583a2.9 2.9 0 0 1 1.828 3.66l-.438 1.326a2.88 2.88 0 0 1-3.643 1.836c-.461-.196-.876-.762-.748-1.248M13 7c.693 0 1.544.768 2 2c0 0 3.177-5 6-6"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M12 3a9 9 0 0 0-9 9c0 1.437.415 3.5.915 5m16.17 0c.5-1.5.915-3.563.915-5c0-1.052-.18-2.062-.512-3"/><path d="m8.977 19.604l-1.738-4.991c-.186-.466-.777-.7-1.264-.583a2.9 2.9 0 0 0-1.828 3.66l.438 1.326a2.88 2.88 0 0 0 3.643 1.836c.461-.196.876-.762.749-1.248m6.047 0l1.737-4.991c.186-.466.777-.7 1.264-.583a2.9 2.9 0 0 1 1.828 3.66l-.438 1.326a2.88 2.88 0 0 1-3.643 1.836c-.461-.196-.876-.762-.748-1.248M13 7c.693 0 1.544.768 2 2c0 0 3.177-5 6-6"/></g></svg>
</template>

CSS

.icon-headset-connected {
  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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M12%203a9%209%200%200%200-9%209c0%201.437.415%203.5.915%205m16.17%200c.5-1.5.915-3.563.915-5c0-1.052-.18-2.062-.512-3%22%2F%3E%3Cpath%20d%3D%22m8.977%2019.604l-1.738-4.991c-.186-.466-.777-.7-1.264-.583a2.9%202.9%200%200%200-1.828%203.66l.438%201.326a2.88%202.88%200%200%200%203.643%201.836c.461-.196.876-.762.749-1.248m6.047%200l1.737-4.991c.186-.466.777-.7%201.264-.583a2.9%202.9%200%200%201%201.828%203.66l-.438%201.326a2.88%202.88%200%200%201-3.643%201.836c-.461-.196-.876-.762-.748-1.248M13%207c.693%200%201.544.768%202%202c0%200%203.177-5%206-6%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M12%203a9%209%200%200%200-9%209c0%201.437.415%203.5.915%205m16.17%200c.5-1.5.915-3.563.915-5c0-1.052-.18-2.062-.512-3%22%2F%3E%3Cpath%20d%3D%22m8.977%2019.604l-1.738-4.991c-.186-.466-.777-.7-1.264-.583a2.9%202.9%200%200%200-1.828%203.66l.438%201.326a2.88%202.88%200%200%200%203.643%201.836c.461-.196.876-.762.749-1.248m6.047%200l1.737-4.991c.186-.466.777-.7%201.264-.583a2.9%202.9%200%200%201%201.828%203.66l-.438%201.326a2.88%202.88%200%200%201-3.643%201.836c-.461-.196-.876-.762-.748-1.248M13%207c.693%200%201.544.768%202%202c0%200%203.177-5%206-6%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/headset-connected.svg?color=%231a73e8&size=48