surface earbuds icon
surface-earbuds-20-regular from Fluent UI System Icons by Microsoft Corporation · 20 Regular · MIT Free for personal and commercial use.
- Name
- surface-earbuds-20-regular
- Set
- Fluent UI System Icons
- Style
- 20 Regular
- Viewbox
- 20×20
- License
- MIT
3 other variants in Fluent UI System Icons
Related icons in Fluent UI System Icons
Use the surface earbuds icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M14.126 8.25a4.875 4.875 0 1 1-1.102 9.625l-.085.033l-2.222.906a2.5 2.5 0 0 1-2.844-.689l-.111-.14l-.271-.367a2.5 2.5 0 0 1-.045-2.909l.113-.15l1.572-1.941q.082-.103.172-.199a4.875 4.875 0 0 1 4.823-4.169m-4.802 5.718l-.988 1.22a1.5 1.5 0 0 0-.122 1.715l.081.12l.271.368a1.5 1.5 0 0 0 1.636.546l.137-.049l1.341-.545a4.88 4.88 0 0 1-2.356-3.375m4.802-4.718a3.88 3.88 0 0 0-3.758 2.926l-.064.31l-.033.242l-.014.184l-.006.213a3.88 3.88 0 0 0 2.821 3.73l.19.048l.223.044l.198.027l.18.017l.193.008l.27-.004a3.875 3.875 0 0 0-.2-7.745M5.88 1c.66 0 1.29.131 1.864.37l.692-.23a2.5 2.5 0 0 1 2.67.728l.117.146l.114.166l.292.462c.53.84.509 1.909-.046 2.736l-.11.152l-.124.144l-.616.667A4.876 4.876 0 1 1 5.879 1m-.04.999l.04.001a3.875 3.875 0 1 0 3.23 6.017l-.056.043l-.194.134a3.44 3.44 0 0 1-4.778-1.05a3.503 3.503 0 0 1 1.527-5.05zm4.583.615a1.5 1.5 0 0 0-1.53-.564l-.142.04l-2.361.783a2.503 2.503 0 0 0-1.462 3.739a2.44 2.44 0 0 0 3.39.741a2.6 2.6 0 0 0 .362-.28l.164-.164L10.6 5.01l.096-.112a1.5 1.5 0 0 0 .158-1.596l-.072-.126l-.28-.446zm-.807.529l.054.073l.259.427a.5.5 0 0 1-.803.59l-.053-.072l-.259-.428a.5.5 0 0 1 .802-.59"/></svg>
React
import type { SVGProps } from "react";
export function FluentSurfaceEarbuds20Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M14.126 8.25a4.875 4.875 0 1 1-1.102 9.625l-.085.033l-2.222.906a2.5 2.5 0 0 1-2.844-.689l-.111-.14l-.271-.367a2.5 2.5 0 0 1-.045-2.909l.113-.15l1.572-1.941q.082-.103.172-.199a4.875 4.875 0 0 1 4.823-4.169m-4.802 5.718l-.988 1.22a1.5 1.5 0 0 0-.122 1.715l.081.12l.271.368a1.5 1.5 0 0 0 1.636.546l.137-.049l1.341-.545a4.88 4.88 0 0 1-2.356-3.375m4.802-4.718a3.88 3.88 0 0 0-3.758 2.926l-.064.31l-.033.242l-.014.184l-.006.213a3.88 3.88 0 0 0 2.821 3.73l.19.048l.223.044l.198.027l.18.017l.193.008l.27-.004a3.875 3.875 0 0 0-.2-7.745M5.88 1c.66 0 1.29.131 1.864.37l.692-.23a2.5 2.5 0 0 1 2.67.728l.117.146l.114.166l.292.462c.53.84.509 1.909-.046 2.736l-.11.152l-.124.144l-.616.667A4.876 4.876 0 1 1 5.879 1m-.04.999l.04.001a3.875 3.875 0 1 0 3.23 6.017l-.056.043l-.194.134a3.44 3.44 0 0 1-4.778-1.05a3.503 3.503 0 0 1 1.527-5.05zm4.583.615a1.5 1.5 0 0 0-1.53-.564l-.142.04l-2.361.783a2.503 2.503 0 0 0-1.462 3.739a2.44 2.44 0 0 0 3.39.741a2.6 2.6 0 0 0 .362-.28l.164-.164L10.6 5.01l.096-.112a1.5 1.5 0 0 0 .158-1.596l-.072-.126l-.28-.446zm-.807.529l.054.073l.259.427a.5.5 0 0 1-.803.59l-.053-.072l-.259-.428a.5.5 0 0 1 .802-.59"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M14.126 8.25a4.875 4.875 0 1 1-1.102 9.625l-.085.033l-2.222.906a2.5 2.5 0 0 1-2.844-.689l-.111-.14l-.271-.367a2.5 2.5 0 0 1-.045-2.909l.113-.15l1.572-1.941q.082-.103.172-.199a4.875 4.875 0 0 1 4.823-4.169m-4.802 5.718l-.988 1.22a1.5 1.5 0 0 0-.122 1.715l.081.12l.271.368a1.5 1.5 0 0 0 1.636.546l.137-.049l1.341-.545a4.88 4.88 0 0 1-2.356-3.375m4.802-4.718a3.88 3.88 0 0 0-3.758 2.926l-.064.31l-.033.242l-.014.184l-.006.213a3.88 3.88 0 0 0 2.821 3.73l.19.048l.223.044l.198.027l.18.017l.193.008l.27-.004a3.875 3.875 0 0 0-.2-7.745M5.88 1c.66 0 1.29.131 1.864.37l.692-.23a2.5 2.5 0 0 1 2.67.728l.117.146l.114.166l.292.462c.53.84.509 1.909-.046 2.736l-.11.152l-.124.144l-.616.667A4.876 4.876 0 1 1 5.879 1m-.04.999l.04.001a3.875 3.875 0 1 0 3.23 6.017l-.056.043l-.194.134a3.44 3.44 0 0 1-4.778-1.05a3.503 3.503 0 0 1 1.527-5.05zm4.583.615a1.5 1.5 0 0 0-1.53-.564l-.142.04l-2.361.783a2.503 2.503 0 0 0-1.462 3.739a2.44 2.44 0 0 0 3.39.741a2.6 2.6 0 0 0 .362-.28l.164-.164L10.6 5.01l.096-.112a1.5 1.5 0 0 0 .158-1.596l-.072-.126l-.28-.446zm-.807.529l.054.073l.259.427a.5.5 0 0 1-.803.59l-.053-.072l-.259-.428a.5.5 0 0 1 .802-.59"/></svg> </template>
CSS
.icon-surface-earbuds-20-regular {
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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14.126%208.25a4.875%204.875%200%201%201-1.102%209.625l-.085.033l-2.222.906a2.5%202.5%200%200%201-2.844-.689l-.111-.14l-.271-.367a2.5%202.5%200%200%201-.045-2.909l.113-.15l1.572-1.941q.082-.103.172-.199a4.875%204.875%200%200%201%204.823-4.169m-4.802%205.718l-.988%201.22a1.5%201.5%200%200%200-.122%201.715l.081.12l.271.368a1.5%201.5%200%200%200%201.636.546l.137-.049l1.341-.545a4.88%204.88%200%200%201-2.356-3.375m4.802-4.718a3.88%203.88%200%200%200-3.758%202.926l-.064.31l-.033.242l-.014.184l-.006.213a3.88%203.88%200%200%200%202.821%203.73l.19.048l.223.044l.198.027l.18.017l.193.008l.27-.004a3.875%203.875%200%200%200-.2-7.745M5.88%201c.66%200%201.29.131%201.864.37l.692-.23a2.5%202.5%200%200%201%202.67.728l.117.146l.114.166l.292.462c.53.84.509%201.909-.046%202.736l-.11.152l-.124.144l-.616.667A4.876%204.876%200%201%201%205.879%201m-.04.999l.04.001a3.875%203.875%200%201%200%203.23%206.017l-.056.043l-.194.134a3.44%203.44%200%200%201-4.778-1.05a3.503%203.503%200%200%201%201.527-5.05zm4.583.615a1.5%201.5%200%200%200-1.53-.564l-.142.04l-2.361.783a2.503%202.503%200%200%200-1.462%203.739a2.44%202.44%200%200%200%203.39.741a2.6%202.6%200%200%200%20.362-.28l.164-.164L10.6%205.01l.096-.112a1.5%201.5%200%200%200%20.158-1.596l-.072-.126l-.28-.446zm-.807.529l.054.073l.259.427a.5.5%200%200%201-.803.59l-.053-.072l-.259-.428a.5.5%200%200%201%20.802-.59%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14.126%208.25a4.875%204.875%200%201%201-1.102%209.625l-.085.033l-2.222.906a2.5%202.5%200%200%201-2.844-.689l-.111-.14l-.271-.367a2.5%202.5%200%200%201-.045-2.909l.113-.15l1.572-1.941q.082-.103.172-.199a4.875%204.875%200%200%201%204.823-4.169m-4.802%205.718l-.988%201.22a1.5%201.5%200%200%200-.122%201.715l.081.12l.271.368a1.5%201.5%200%200%200%201.636.546l.137-.049l1.341-.545a4.88%204.88%200%200%201-2.356-3.375m4.802-4.718a3.88%203.88%200%200%200-3.758%202.926l-.064.31l-.033.242l-.014.184l-.006.213a3.88%203.88%200%200%200%202.821%203.73l.19.048l.223.044l.198.027l.18.017l.193.008l.27-.004a3.875%203.875%200%200%200-.2-7.745M5.88%201c.66%200%201.29.131%201.864.37l.692-.23a2.5%202.5%200%200%201%202.67.728l.117.146l.114.166l.292.462c.53.84.509%201.909-.046%202.736l-.11.152l-.124.144l-.616.667A4.876%204.876%200%201%201%205.879%201m-.04.999l.04.001a3.875%203.875%200%201%200%203.23%206.017l-.056.043l-.194.134a3.44%203.44%200%200%201-4.778-1.05a3.503%203.503%200%200%201%201.527-5.05zm4.583.615a1.5%201.5%200%200%200-1.53-.564l-.142.04l-2.361.783a2.503%202.503%200%200%200-1.462%203.739a2.44%202.44%200%200%200%203.39.741a2.6%202.6%200%200%200%20.362-.28l.164-.164L10.6%205.01l.096-.112a1.5%201.5%200%200%200%20.158-1.596l-.072-.126l-.28-.446zm-.807.529l.054.073l.259.427a.5.5%200%200%201-.803.59l-.053-.072l-.259-.428a.5.5%200%200%201%20.802-.59%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/surface-earbuds-20-regular.svg?color=%231a73e8&size=48