saxophone emoji

saxophone from OpenMoji by OpenMoji · Default · Objects · CC-BY-SA-4.0 Attribution required.

Name
saxophone
Set
OpenMoji
Style
Default
Category
Objects
Viewbox
72×72
License
CC BY-SA 4.0

The same emoji in other sets

More objects icons from OpenMoji

Use the saxophone emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#fcea2b" d="M58.336 42.579c-2.777-2.126-8.52-5.834-10.28-6.991c.83 5.172 1.766 16.615.47 18.857c-.383.66-.368 1.645-.647 1.645c-1.156 0-4.112-14.804-4.112-14.804c.017-.017-5.123-25.04-5.816-27.61c-.41-1.526-2.233-2.765-2.644-2.938c-1.21-.51-7.491-.802-10.163-1.116c1.55.377 6.855 2.579 7.755 3.172c2.198 1.449 2.858 7.636 4.934 26.083c.356 3.158 1.178 10.88 1.528 13.747c.749 6.121 1.133 7.528 2.467 10.34c1.429 3.011 6.051 4.464 6.051 4.464c4.7-.41 7.343-4.353 7.343-7.754c-.045-1.01-.435-9.591.412-12.454c.521-1.763 1.943-3.9 2.702-4.641"/><path fill="#3f3f3f" d="M19.563 8.338c-.008.081-.453 1.348-.465 1.423c.231.025 1.085.03 1.313.055c1.114.12 3.046.405 4.352.575c-.11-.166-.37-1.735-.442-1.886c-.535-.027-1.685-.016-2.322-.058c-.81-.053-1.797-.085-2.436-.11"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2" d="m39.674 30.278l1.534-.946m-.921 5.444l1.863-1.064m-1.23 5.602l1.827-1.355m-1.067 6.293l1.75-1.747m4.549 24.669l-.247.013c-1.948.097-4.529-.647-6.052-3.858c-1.383-2.915-1.945-6.796-2.723-13.161c-1.786-14.617-3.558-35.488-6.106-37.167c-3.658-2.41-16.42-2.705-15.94-3.24c.103-.113.442-.215 1.615-.257c.46-.017.036-1.48.61-1.484c1.164-.007 3.797.229 5.24.28c.246.008.5 1.058.751 1.069c4.39.185 8.964.855 11.033 1.726c.575.243 1.292.562 1.824 2.54c2.067 7.67 8.153 43.217 9.847 43.217s1.324-18.904.105-21.022s10.448 6.92 10.448 6.92s-2.068 1.25-2.892 4.036s-.38 12.909-.38 12.909a7.5 7.5 0 0 1-7.332 7.498"/></svg>

React

import type { SVGProps } from "react";

export function OpenmojiSaxophone(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#fcea2b" d="M58.336 42.579c-2.777-2.126-8.52-5.834-10.28-6.991c.83 5.172 1.766 16.615.47 18.857c-.383.66-.368 1.645-.647 1.645c-1.156 0-4.112-14.804-4.112-14.804c.017-.017-5.123-25.04-5.816-27.61c-.41-1.526-2.233-2.765-2.644-2.938c-1.21-.51-7.491-.802-10.163-1.116c1.55.377 6.855 2.579 7.755 3.172c2.198 1.449 2.858 7.636 4.934 26.083c.356 3.158 1.178 10.88 1.528 13.747c.749 6.121 1.133 7.528 2.467 10.34c1.429 3.011 6.051 4.464 6.051 4.464c4.7-.41 7.343-4.353 7.343-7.754c-.045-1.01-.435-9.591.412-12.454c.521-1.763 1.943-3.9 2.702-4.641"/><path fill="#3f3f3f" d="M19.563 8.338c-.008.081-.453 1.348-.465 1.423c.231.025 1.085.03 1.313.055c1.114.12 3.046.405 4.352.575c-.11-.166-.37-1.735-.442-1.886c-.535-.027-1.685-.016-2.322-.058c-.81-.053-1.797-.085-2.436-.11"/><path fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeMiterlimit="10" strokeWidth="2" d="m39.674 30.278l1.534-.946m-.921 5.444l1.863-1.064m-1.23 5.602l1.827-1.355m-1.067 6.293l1.75-1.747m4.549 24.669l-.247.013c-1.948.097-4.529-.647-6.052-3.858c-1.383-2.915-1.945-6.796-2.723-13.161c-1.786-14.617-3.558-35.488-6.106-37.167c-3.658-2.41-16.42-2.705-15.94-3.24c.103-.113.442-.215 1.615-.257c.46-.017.036-1.48.61-1.484c1.164-.007 3.797.229 5.24.28c.246.008.5 1.058.751 1.069c4.39.185 8.964.855 11.033 1.726c.575.243 1.292.562 1.824 2.54c2.067 7.67 8.153 43.217 9.847 43.217s1.324-18.904.105-21.022s10.448 6.92 10.448 6.92s-2.068 1.25-2.892 4.036s-.38 12.909-.38 12.909a7.5 7.5 0 0 1-7.332 7.498"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#fcea2b" d="M58.336 42.579c-2.777-2.126-8.52-5.834-10.28-6.991c.83 5.172 1.766 16.615.47 18.857c-.383.66-.368 1.645-.647 1.645c-1.156 0-4.112-14.804-4.112-14.804c.017-.017-5.123-25.04-5.816-27.61c-.41-1.526-2.233-2.765-2.644-2.938c-1.21-.51-7.491-.802-10.163-1.116c1.55.377 6.855 2.579 7.755 3.172c2.198 1.449 2.858 7.636 4.934 26.083c.356 3.158 1.178 10.88 1.528 13.747c.749 6.121 1.133 7.528 2.467 10.34c1.429 3.011 6.051 4.464 6.051 4.464c4.7-.41 7.343-4.353 7.343-7.754c-.045-1.01-.435-9.591.412-12.454c.521-1.763 1.943-3.9 2.702-4.641"/><path fill="#3f3f3f" d="M19.563 8.338c-.008.081-.453 1.348-.465 1.423c.231.025 1.085.03 1.313.055c1.114.12 3.046.405 4.352.575c-.11-.166-.37-1.735-.442-1.886c-.535-.027-1.685-.016-2.322-.058c-.81-.053-1.797-.085-2.436-.11"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2" d="m39.674 30.278l1.534-.946m-.921 5.444l1.863-1.064m-1.23 5.602l1.827-1.355m-1.067 6.293l1.75-1.747m4.549 24.669l-.247.013c-1.948.097-4.529-.647-6.052-3.858c-1.383-2.915-1.945-6.796-2.723-13.161c-1.786-14.617-3.558-35.488-6.106-37.167c-3.658-2.41-16.42-2.705-15.94-3.24c.103-.113.442-.215 1.615-.257c.46-.017.036-1.48.61-1.484c1.164-.007 3.797.229 5.24.28c.246.008.5 1.058.751 1.069c4.39.185 8.964.855 11.033 1.726c.575.243 1.292.562 1.824 2.54c2.067 7.67 8.153 43.217 9.847 43.217s1.324-18.904.105-21.022s10.448 6.92 10.448 6.92s-2.068 1.25-2.892 4.036s-.38 12.909-.38 12.909a7.5 7.5 0 0 1-7.332 7.498"/></svg>
</template>

CSS

.icon-saxophone {
  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%2072%2072%22%3E%3Cpath%20fill%3D%22%23fcea2b%22%20d%3D%22M58.336%2042.579c-2.777-2.126-8.52-5.834-10.28-6.991c.83%205.172%201.766%2016.615.47%2018.857c-.383.66-.368%201.645-.647%201.645c-1.156%200-4.112-14.804-4.112-14.804c.017-.017-5.123-25.04-5.816-27.61c-.41-1.526-2.233-2.765-2.644-2.938c-1.21-.51-7.491-.802-10.163-1.116c1.55.377%206.855%202.579%207.755%203.172c2.198%201.449%202.858%207.636%204.934%2026.083c.356%203.158%201.178%2010.88%201.528%2013.747c.749%206.121%201.133%207.528%202.467%2010.34c1.429%203.011%206.051%204.464%206.051%204.464c4.7-.41%207.343-4.353%207.343-7.754c-.045-1.01-.435-9.591.412-12.454c.521-1.763%201.943-3.9%202.702-4.641%22%2F%3E%3Cpath%20fill%3D%22%233f3f3f%22%20d%3D%22M19.563%208.338c-.008.081-.453%201.348-.465%201.423c.231.025%201.085.03%201.313.055c1.114.12%203.046.405%204.352.575c-.11-.166-.37-1.735-.442-1.886c-.535-.027-1.685-.016-2.322-.058c-.81-.053-1.797-.085-2.436-.11%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%20d%3D%22m39.674%2030.278l1.534-.946m-.921%205.444l1.863-1.064m-1.23%205.602l1.827-1.355m-1.067%206.293l1.75-1.747m4.549%2024.669l-.247.013c-1.948.097-4.529-.647-6.052-3.858c-1.383-2.915-1.945-6.796-2.723-13.161c-1.786-14.617-3.558-35.488-6.106-37.167c-3.658-2.41-16.42-2.705-15.94-3.24c.103-.113.442-.215%201.615-.257c.46-.017.036-1.48.61-1.484c1.164-.007%203.797.229%205.24.28c.246.008.5%201.058.751%201.069c4.39.185%208.964.855%2011.033%201.726c.575.243%201.292.562%201.824%202.54c2.067%207.67%208.153%2043.217%209.847%2043.217s1.324-18.904.105-21.022s10.448%206.92%2010.448%206.92s-2.068%201.25-2.892%204.036s-.38%2012.909-.38%2012.909a7.5%207.5%200%200%201-7.332%207.498%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%2072%2072%22%3E%3Cpath%20fill%3D%22%23fcea2b%22%20d%3D%22M58.336%2042.579c-2.777-2.126-8.52-5.834-10.28-6.991c.83%205.172%201.766%2016.615.47%2018.857c-.383.66-.368%201.645-.647%201.645c-1.156%200-4.112-14.804-4.112-14.804c.017-.017-5.123-25.04-5.816-27.61c-.41-1.526-2.233-2.765-2.644-2.938c-1.21-.51-7.491-.802-10.163-1.116c1.55.377%206.855%202.579%207.755%203.172c2.198%201.449%202.858%207.636%204.934%2026.083c.356%203.158%201.178%2010.88%201.528%2013.747c.749%206.121%201.133%207.528%202.467%2010.34c1.429%203.011%206.051%204.464%206.051%204.464c4.7-.41%207.343-4.353%207.343-7.754c-.045-1.01-.435-9.591.412-12.454c.521-1.763%201.943-3.9%202.702-4.641%22%2F%3E%3Cpath%20fill%3D%22%233f3f3f%22%20d%3D%22M19.563%208.338c-.008.081-.453%201.348-.465%201.423c.231.025%201.085.03%201.313.055c1.114.12%203.046.405%204.352.575c-.11-.166-.37-1.735-.442-1.886c-.535-.027-1.685-.016-2.322-.058c-.81-.053-1.797-.085-2.436-.11%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%20d%3D%22m39.674%2030.278l1.534-.946m-.921%205.444l1.863-1.064m-1.23%205.602l1.827-1.355m-1.067%206.293l1.75-1.747m4.549%2024.669l-.247.013c-1.948.097-4.529-.647-6.052-3.858c-1.383-2.915-1.945-6.796-2.723-13.161c-1.786-14.617-3.558-35.488-6.106-37.167c-3.658-2.41-16.42-2.705-15.94-3.24c.103-.113.442-.215%201.615-.257c.46-.017.036-1.48.61-1.484c1.164-.007%203.797.229%205.24.28c.246.008.5%201.058.751%201.069c4.39.185%208.964.855%2011.033%201.726c.575.243%201.292.562%201.824%202.54c2.067%207.67%208.153%2043.217%209.847%2043.217s1.324-18.904.105-21.022s10.448%206.92%2010.448%206.92s-2.068%201.25-2.892%204.036s-.38%2012.909-.38%2012.909a7.5%207.5%200%200%201-7.332%207.498%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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