Headset Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Headset icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/320142.svg" alt="Headset icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/320142.svg" alt="Headset icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/320142.svg" alt="Headset icon" :width="24" :height="24" />
CSS background
.icon-headset {
background-image: url('https://proicons.com/icon/320142.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="iso-8859-1"?> <!-- Generator: Adobe Illustrator 29.1.0, SVG Export Plug-In . SVG Version: 9.03 Build 55587) --> <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 32 32" style="enable-background:new 0 0 32 32;" xml:space="preserve"> <path id="headset_00000121272685107883223970000004034756117388976798_" d="M24,29.36h-1c-0.75,0-1.36-0.61-1.36-1.36V16 c0-0.75,0.61-1.36,1.36-1.36h1c0.22,0,0.433,0.011,0.64,0.035v-2.674c0-4.765-3.876-8.642-8.64-8.642s-8.64,3.876-8.64,8.64v2.676 C7.568,14.652,7.78,14.64,8,14.64h1c0.75,0,1.36,0.61,1.36,1.36v12c0,0.75-0.61,1.36-1.36,1.36H8c-1.304,0-2.367-0.409-3.555-1.367 C3.298,27.067,2.64,25.612,2.64,24v-4c0-1.61,0.658-3.065,1.806-3.99c0.752-0.606,1.453-0.993,2.194-1.196V12 c0-5.161,4.199-9.36,9.36-9.36s9.36,4.199,9.36,9.361v2.812c0.743,0.202,1.443,0.588,2.194,1.194c0.436,0.351,0.8,0.778,1.085,1.261 V12c0-1.969-0.463-3.924-1.342-5.673C27.202,6.349,27.103,6.36,27,6.36c-0.75,0-1.36-0.61-1.36-1.36S26.25,3.64,27,3.64 S28.36,4.25,28.36,5c0,0.389-0.164,0.74-0.427,0.988C28.867,7.841,29.36,9.914,29.36,12v12c0,1.61-0.658,3.064-1.807,3.99 C26.364,28.95,25.301,29.36,24,29.36z M23,15.36c-0.353,0-0.64,0.287-0.64,0.64v12c0,0.353,0.287,0.64,0.64,0.64h1 c0.22,0,0.433-0.014,0.64-0.042V15.402c-0.207-0.028-0.42-0.042-0.64-0.042C24,15.36,23,15.36,23,15.36z M7.36,28.598 C7.567,28.626,7.78,28.64,8,28.64h1c0.353,0,0.64-0.287,0.64-0.64V16c0-0.353-0.287-0.64-0.64-0.64H8 c-0.22,0-0.433,0.014-0.64,0.043V28.598z M6.64,15.569c-0.58,0.19-1.141,0.517-1.742,1.001C3.92,17.358,3.36,18.608,3.36,20v4 c0,1.394,0.561,2.645,1.537,3.433c0.601,0.484,1.162,0.811,1.743,1V15.569z M25.36,15.567v12.864c0.58-0.19,1.141-0.517,1.742-1.002 c0.977-0.788,1.537-2.038,1.537-3.43v-4c0-1.394-0.56-2.646-1.536-3.433C26.502,16.083,25.941,15.757,25.36,15.567z M27,4.36 c-0.353,0-0.64,0.287-0.64,0.64S26.647,5.64,27,5.64S27.64,5.353,27.64,5S27.353,4.36,27,4.36z"/> <rect id="_Transparent_Rectangle" style="fill:none;" width="32" height="32"/> </svg>
Copied!