headset one icon

headset-one from IconPark by ByteDance · Color · Music · Apache-2.0 Free for personal and commercial use.

Name
headset-one
Set
IconPark
Style
Color
Category
Music
Viewbox
48×48
License
Apache 2.0

The same icon in other sets

More music icons from IconPark

Use the headset one icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><path fill="#2F88FF" d="M36 32C40.4183 32 44 28.4183 44 24C44 19.5817 40.4183 16 36 16"/><path stroke="#000" stroke-linejoin="round" stroke-width="4" d="M36 32V32C40.4183 32 44 28.4183 44 24C44 19.5817 40.4183 16 36 16"/><path fill="#2F88FF" d="M12 16C7.58172 16 4 19.5817 4 24C4 28.4183 7.58172 32 12 32"/><path stroke="#000" stroke-linejoin="round" stroke-width="4" d="M12 16C7.58172 16 4 19.5817 4 24C4 28.4183 7.58172 32 12 32V32"/><path stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M12 32V31.5V29V24V16C12 9.37258 17.3726 4 24 4C30.6274 4 36 9.37258 36 16V32C36 38.6274 30.6274 44 24 44"/></g></svg>

React

import type { SVGProps } from "react";

export function IconParkHeadsetOne(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><path fill="#2F88FF" d="M36 32C40.4183 32 44 28.4183 44 24C44 19.5817 40.4183 16 36 16"/><path stroke="#000" strokeLinejoin="round" strokeWidth="4" d="M36 32V32C40.4183 32 44 28.4183 44 24C44 19.5817 40.4183 16 36 16"/><path fill="#2F88FF" d="M12 16C7.58172 16 4 19.5817 4 24C4 28.4183 7.58172 32 12 32"/><path stroke="#000" strokeLinejoin="round" strokeWidth="4" d="M12 16C7.58172 16 4 19.5817 4 24C4 28.4183 7.58172 32 12 32V32"/><path stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="4" d="M12 32V31.5V29V24V16C12 9.37258 17.3726 4 24 4C30.6274 4 36 9.37258 36 16V32C36 38.6274 30.6274 44 24 44"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><path fill="#2F88FF" d="M36 32C40.4183 32 44 28.4183 44 24C44 19.5817 40.4183 16 36 16"/><path stroke="#000" stroke-linejoin="round" stroke-width="4" d="M36 32V32C40.4183 32 44 28.4183 44 24C44 19.5817 40.4183 16 36 16"/><path fill="#2F88FF" d="M12 16C7.58172 16 4 19.5817 4 24C4 28.4183 7.58172 32 12 32"/><path stroke="#000" stroke-linejoin="round" stroke-width="4" d="M12 16C7.58172 16 4 19.5817 4 24C4 28.4183 7.58172 32 12 32V32"/><path stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M12 32V31.5V29V24V16C12 9.37258 17.3726 4 24 4C30.6274 4 36 9.37258 36 16V32C36 38.6274 30.6274 44 24 44"/></g></svg>
</template>

CSS

.icon-headset-one {
  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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%232F88FF%22%20d%3D%22M36%2032C40.4183%2032%2044%2028.4183%2044%2024C44%2019.5817%2040.4183%2016%2036%2016%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M36%2032V32C40.4183%2032%2044%2028.4183%2044%2024C44%2019.5817%2040.4183%2016%2036%2016%22%2F%3E%3Cpath%20fill%3D%22%232F88FF%22%20d%3D%22M12%2016C7.58172%2016%204%2019.5817%204%2024C4%2028.4183%207.58172%2032%2012%2032%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M12%2016C7.58172%2016%204%2019.5817%204%2024C4%2028.4183%207.58172%2032%2012%2032V32%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M12%2032V31.5V29V24V16C12%209.37258%2017.3726%204%2024%204C30.6274%204%2036%209.37258%2036%2016V32C36%2038.6274%2030.6274%2044%2024%2044%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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%232F88FF%22%20d%3D%22M36%2032C40.4183%2032%2044%2028.4183%2044%2024C44%2019.5817%2040.4183%2016%2036%2016%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M36%2032V32C40.4183%2032%2044%2028.4183%2044%2024C44%2019.5817%2040.4183%2016%2036%2016%22%2F%3E%3Cpath%20fill%3D%22%232F88FF%22%20d%3D%22M12%2016C7.58172%2016%204%2019.5817%204%2024C4%2028.4183%207.58172%2032%2012%2032%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M12%2016C7.58172%2016%204%2019.5817%204%2024C4%2028.4183%207.58172%2032%2012%2032V32%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M12%2032V31.5V29V24V16C12%209.37258%2017.3726%204%2024%204C30.6274%204%2036%209.37258%2036%2016V32C36%2038.6274%2030.6274%2044%2024%2044%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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