trombone emoji

trombone from Noto Emoji by Google Inc · Default · Objects · Apache-2.0 Free for personal and commercial use.

Name
trombone
Set
Noto Emoji
Style
Default
Category
Objects
Viewbox
128×128
License
Apache 2.0

The same emoji in other sets

More objects icons from Noto Emoji

Use the trombone emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#616161" d="M80.15 40.8s-.57-1.2.28-2.2s2.62-2.13 2.76-3.19s-.81-3.38.35-4.82c1.49-1.84 5.53-1.06 9 2.84s4.33 7.09 2.62 8.72s-4.04.21-4.75.71s-2.69 2.48-3.4 2.84s-2.48 0-2.48 0l-4.39-4.89z"/><path fill="#ffa726" d="M113.73 26.1s-94.56 86.52-96.29 88.13s-4.04 4-5.93 1.76s1.12-4.36 3.06-6.13s70.58-64.13 70.58-64.13s-.43-1.83-1.83-3.35s-3.27-1.91-3.27-1.91s-67.59 61.56-69.85 63.81s-9.78 8.34-3.47 16.24c5.8 7.26 13.76.43 16.24-1.97c2-1.94 94.69-85.95 95.31-86.58s3.3-4.59 1.16-6.27s-3.62-1.28-5.7.4z"/><path fill="#ffca26" d="M76.28 49.06c-.75.48-4.96 4.29-5.53 4.96s.23 1.24 1.18 1.02s12.01-1.69 12.01-1.69l7.64-7.01s-14.69 2.32-15.3 2.72m28.6-13.91c.74.56 6.39-4.57 5.77-5.42c-.98-1.34-13.37-14.77-13.37-14.77l-5.7 5.49s11.89 13.65 13.3 14.7"/><path fill="#de7f14" d="M64.97 65.86s2.14-1.7 3.65-3.09s2.08-3.4.06-5.79s-3.46-3.72-3.46-3.72l-2.27 13.41l2.02-.82zm19.96-8.88c-2.06-2.29-3.78-3.09-5.04-1.95s-3.27 2.65-3.72 3.4s-.13 1.89-.13 1.89s1.39.63 2.71 2.08s2.27 3.65 2.27 3.65s1.45.5 2.71-.57s2.28-2 2.96-2.71c1.26-1.32.57-3.21-1.76-5.79"/><path fill="#ffca26" d="M116.88 28.2c1.16 1.37 1.84 3.26 1.84 3.26s2.08-1.79 3.61-4.67c1.53-2.89 3.6-9.59-3.32-16.77s-15.18-7.73-21.42-2.71c-7.17 5.77-19.93 18.16-22.5 20.2s-14.64 10.03-28.6 10.3s-19.93-4.88-24.81-2.58c-3.9 1.84-3.66 12.88 12.47 31.04s26.33 21.86 29.69 18.71c4.47-4.2-1.36-18.98 2.44-29.55c2.91-8.11 6.91-15.59 14.23-22.77s19.93-19.52 22.77-20.47s7.13-1.38 10.71 2.44c6.1 6.51-.26 11.47-.26 11.47s1.79.5 3.15 2.11z"/><path fill="#fff7c3" d="M35.89 40.41c-1.28 1.51 1.69 3.87 3.51 5.32s4.88 3.26 7.74 2.66c13.98-2.94 25.76-14.83 26.25-15.57s-.21-1.86-1.2-1.49s-8.21 7.06-21.63 8.88c-7.64 1.04-13.84-.8-14.67.2"/><path fill="#dd7342" d="M23.79 41.77c-2.28 1.79 4.57 12.28 13.05 22.47S56.98 83.86 59.14 82s-6.72-14.64-15.27-24.24s-17.63-17.93-20.08-15.99"/></svg>

React

import type { SVGProps } from "react";

export function NotoTrombone(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#616161" d="M80.15 40.8s-.57-1.2.28-2.2s2.62-2.13 2.76-3.19s-.81-3.38.35-4.82c1.49-1.84 5.53-1.06 9 2.84s4.33 7.09 2.62 8.72s-4.04.21-4.75.71s-2.69 2.48-3.4 2.84s-2.48 0-2.48 0l-4.39-4.89z"/><path fill="#ffa726" d="M113.73 26.1s-94.56 86.52-96.29 88.13s-4.04 4-5.93 1.76s1.12-4.36 3.06-6.13s70.58-64.13 70.58-64.13s-.43-1.83-1.83-3.35s-3.27-1.91-3.27-1.91s-67.59 61.56-69.85 63.81s-9.78 8.34-3.47 16.24c5.8 7.26 13.76.43 16.24-1.97c2-1.94 94.69-85.95 95.31-86.58s3.3-4.59 1.16-6.27s-3.62-1.28-5.7.4z"/><path fill="#ffca26" d="M76.28 49.06c-.75.48-4.96 4.29-5.53 4.96s.23 1.24 1.18 1.02s12.01-1.69 12.01-1.69l7.64-7.01s-14.69 2.32-15.3 2.72m28.6-13.91c.74.56 6.39-4.57 5.77-5.42c-.98-1.34-13.37-14.77-13.37-14.77l-5.7 5.49s11.89 13.65 13.3 14.7"/><path fill="#de7f14" d="M64.97 65.86s2.14-1.7 3.65-3.09s2.08-3.4.06-5.79s-3.46-3.72-3.46-3.72l-2.27 13.41l2.02-.82zm19.96-8.88c-2.06-2.29-3.78-3.09-5.04-1.95s-3.27 2.65-3.72 3.4s-.13 1.89-.13 1.89s1.39.63 2.71 2.08s2.27 3.65 2.27 3.65s1.45.5 2.71-.57s2.28-2 2.96-2.71c1.26-1.32.57-3.21-1.76-5.79"/><path fill="#ffca26" d="M116.88 28.2c1.16 1.37 1.84 3.26 1.84 3.26s2.08-1.79 3.61-4.67c1.53-2.89 3.6-9.59-3.32-16.77s-15.18-7.73-21.42-2.71c-7.17 5.77-19.93 18.16-22.5 20.2s-14.64 10.03-28.6 10.3s-19.93-4.88-24.81-2.58c-3.9 1.84-3.66 12.88 12.47 31.04s26.33 21.86 29.69 18.71c4.47-4.2-1.36-18.98 2.44-29.55c2.91-8.11 6.91-15.59 14.23-22.77s19.93-19.52 22.77-20.47s7.13-1.38 10.71 2.44c6.1 6.51-.26 11.47-.26 11.47s1.79.5 3.15 2.11z"/><path fill="#fff7c3" d="M35.89 40.41c-1.28 1.51 1.69 3.87 3.51 5.32s4.88 3.26 7.74 2.66c13.98-2.94 25.76-14.83 26.25-15.57s-.21-1.86-1.2-1.49s-8.21 7.06-21.63 8.88c-7.64 1.04-13.84-.8-14.67.2"/><path fill="#dd7342" d="M23.79 41.77c-2.28 1.79 4.57 12.28 13.05 22.47S56.98 83.86 59.14 82s-6.72-14.64-15.27-24.24s-17.63-17.93-20.08-15.99"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#616161" d="M80.15 40.8s-.57-1.2.28-2.2s2.62-2.13 2.76-3.19s-.81-3.38.35-4.82c1.49-1.84 5.53-1.06 9 2.84s4.33 7.09 2.62 8.72s-4.04.21-4.75.71s-2.69 2.48-3.4 2.84s-2.48 0-2.48 0l-4.39-4.89z"/><path fill="#ffa726" d="M113.73 26.1s-94.56 86.52-96.29 88.13s-4.04 4-5.93 1.76s1.12-4.36 3.06-6.13s70.58-64.13 70.58-64.13s-.43-1.83-1.83-3.35s-3.27-1.91-3.27-1.91s-67.59 61.56-69.85 63.81s-9.78 8.34-3.47 16.24c5.8 7.26 13.76.43 16.24-1.97c2-1.94 94.69-85.95 95.31-86.58s3.3-4.59 1.16-6.27s-3.62-1.28-5.7.4z"/><path fill="#ffca26" d="M76.28 49.06c-.75.48-4.96 4.29-5.53 4.96s.23 1.24 1.18 1.02s12.01-1.69 12.01-1.69l7.64-7.01s-14.69 2.32-15.3 2.72m28.6-13.91c.74.56 6.39-4.57 5.77-5.42c-.98-1.34-13.37-14.77-13.37-14.77l-5.7 5.49s11.89 13.65 13.3 14.7"/><path fill="#de7f14" d="M64.97 65.86s2.14-1.7 3.65-3.09s2.08-3.4.06-5.79s-3.46-3.72-3.46-3.72l-2.27 13.41l2.02-.82zm19.96-8.88c-2.06-2.29-3.78-3.09-5.04-1.95s-3.27 2.65-3.72 3.4s-.13 1.89-.13 1.89s1.39.63 2.71 2.08s2.27 3.65 2.27 3.65s1.45.5 2.71-.57s2.28-2 2.96-2.71c1.26-1.32.57-3.21-1.76-5.79"/><path fill="#ffca26" d="M116.88 28.2c1.16 1.37 1.84 3.26 1.84 3.26s2.08-1.79 3.61-4.67c1.53-2.89 3.6-9.59-3.32-16.77s-15.18-7.73-21.42-2.71c-7.17 5.77-19.93 18.16-22.5 20.2s-14.64 10.03-28.6 10.3s-19.93-4.88-24.81-2.58c-3.9 1.84-3.66 12.88 12.47 31.04s26.33 21.86 29.69 18.71c4.47-4.2-1.36-18.98 2.44-29.55c2.91-8.11 6.91-15.59 14.23-22.77s19.93-19.52 22.77-20.47s7.13-1.38 10.71 2.44c6.1 6.51-.26 11.47-.26 11.47s1.79.5 3.15 2.11z"/><path fill="#fff7c3" d="M35.89 40.41c-1.28 1.51 1.69 3.87 3.51 5.32s4.88 3.26 7.74 2.66c13.98-2.94 25.76-14.83 26.25-15.57s-.21-1.86-1.2-1.49s-8.21 7.06-21.63 8.88c-7.64 1.04-13.84-.8-14.67.2"/><path fill="#dd7342" d="M23.79 41.77c-2.28 1.79 4.57 12.28 13.05 22.47S56.98 83.86 59.14 82s-6.72-14.64-15.27-24.24s-17.63-17.93-20.08-15.99"/></svg>
</template>

CSS

.icon-trombone {
  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%20128%20128%22%3E%3Cpath%20fill%3D%22%23616161%22%20d%3D%22M80.15%2040.8s-.57-1.2.28-2.2s2.62-2.13%202.76-3.19s-.81-3.38.35-4.82c1.49-1.84%205.53-1.06%209%202.84s4.33%207.09%202.62%208.72s-4.04.21-4.75.71s-2.69%202.48-3.4%202.84s-2.48%200-2.48%200l-4.39-4.89z%22%2F%3E%3Cpath%20fill%3D%22%23ffa726%22%20d%3D%22M113.73%2026.1s-94.56%2086.52-96.29%2088.13s-4.04%204-5.93%201.76s1.12-4.36%203.06-6.13s70.58-64.13%2070.58-64.13s-.43-1.83-1.83-3.35s-3.27-1.91-3.27-1.91s-67.59%2061.56-69.85%2063.81s-9.78%208.34-3.47%2016.24c5.8%207.26%2013.76.43%2016.24-1.97c2-1.94%2094.69-85.95%2095.31-86.58s3.3-4.59%201.16-6.27s-3.62-1.28-5.7.4z%22%2F%3E%3Cpath%20fill%3D%22%23ffca26%22%20d%3D%22M76.28%2049.06c-.75.48-4.96%204.29-5.53%204.96s.23%201.24%201.18%201.02s12.01-1.69%2012.01-1.69l7.64-7.01s-14.69%202.32-15.3%202.72m28.6-13.91c.74.56%206.39-4.57%205.77-5.42c-.98-1.34-13.37-14.77-13.37-14.77l-5.7%205.49s11.89%2013.65%2013.3%2014.7%22%2F%3E%3Cpath%20fill%3D%22%23de7f14%22%20d%3D%22M64.97%2065.86s2.14-1.7%203.65-3.09s2.08-3.4.06-5.79s-3.46-3.72-3.46-3.72l-2.27%2013.41l2.02-.82zm19.96-8.88c-2.06-2.29-3.78-3.09-5.04-1.95s-3.27%202.65-3.72%203.4s-.13%201.89-.13%201.89s1.39.63%202.71%202.08s2.27%203.65%202.27%203.65s1.45.5%202.71-.57s2.28-2%202.96-2.71c1.26-1.32.57-3.21-1.76-5.79%22%2F%3E%3Cpath%20fill%3D%22%23ffca26%22%20d%3D%22M116.88%2028.2c1.16%201.37%201.84%203.26%201.84%203.26s2.08-1.79%203.61-4.67c1.53-2.89%203.6-9.59-3.32-16.77s-15.18-7.73-21.42-2.71c-7.17%205.77-19.93%2018.16-22.5%2020.2s-14.64%2010.03-28.6%2010.3s-19.93-4.88-24.81-2.58c-3.9%201.84-3.66%2012.88%2012.47%2031.04s26.33%2021.86%2029.69%2018.71c4.47-4.2-1.36-18.98%202.44-29.55c2.91-8.11%206.91-15.59%2014.23-22.77s19.93-19.52%2022.77-20.47s7.13-1.38%2010.71%202.44c6.1%206.51-.26%2011.47-.26%2011.47s1.79.5%203.15%202.11z%22%2F%3E%3Cpath%20fill%3D%22%23fff7c3%22%20d%3D%22M35.89%2040.41c-1.28%201.51%201.69%203.87%203.51%205.32s4.88%203.26%207.74%202.66c13.98-2.94%2025.76-14.83%2026.25-15.57s-.21-1.86-1.2-1.49s-8.21%207.06-21.63%208.88c-7.64%201.04-13.84-.8-14.67.2%22%2F%3E%3Cpath%20fill%3D%22%23dd7342%22%20d%3D%22M23.79%2041.77c-2.28%201.79%204.57%2012.28%2013.05%2022.47S56.98%2083.86%2059.14%2082s-6.72-14.64-15.27-24.24s-17.63-17.93-20.08-15.99%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%20128%20128%22%3E%3Cpath%20fill%3D%22%23616161%22%20d%3D%22M80.15%2040.8s-.57-1.2.28-2.2s2.62-2.13%202.76-3.19s-.81-3.38.35-4.82c1.49-1.84%205.53-1.06%209%202.84s4.33%207.09%202.62%208.72s-4.04.21-4.75.71s-2.69%202.48-3.4%202.84s-2.48%200-2.48%200l-4.39-4.89z%22%2F%3E%3Cpath%20fill%3D%22%23ffa726%22%20d%3D%22M113.73%2026.1s-94.56%2086.52-96.29%2088.13s-4.04%204-5.93%201.76s1.12-4.36%203.06-6.13s70.58-64.13%2070.58-64.13s-.43-1.83-1.83-3.35s-3.27-1.91-3.27-1.91s-67.59%2061.56-69.85%2063.81s-9.78%208.34-3.47%2016.24c5.8%207.26%2013.76.43%2016.24-1.97c2-1.94%2094.69-85.95%2095.31-86.58s3.3-4.59%201.16-6.27s-3.62-1.28-5.7.4z%22%2F%3E%3Cpath%20fill%3D%22%23ffca26%22%20d%3D%22M76.28%2049.06c-.75.48-4.96%204.29-5.53%204.96s.23%201.24%201.18%201.02s12.01-1.69%2012.01-1.69l7.64-7.01s-14.69%202.32-15.3%202.72m28.6-13.91c.74.56%206.39-4.57%205.77-5.42c-.98-1.34-13.37-14.77-13.37-14.77l-5.7%205.49s11.89%2013.65%2013.3%2014.7%22%2F%3E%3Cpath%20fill%3D%22%23de7f14%22%20d%3D%22M64.97%2065.86s2.14-1.7%203.65-3.09s2.08-3.4.06-5.79s-3.46-3.72-3.46-3.72l-2.27%2013.41l2.02-.82zm19.96-8.88c-2.06-2.29-3.78-3.09-5.04-1.95s-3.27%202.65-3.72%203.4s-.13%201.89-.13%201.89s1.39.63%202.71%202.08s2.27%203.65%202.27%203.65s1.45.5%202.71-.57s2.28-2%202.96-2.71c1.26-1.32.57-3.21-1.76-5.79%22%2F%3E%3Cpath%20fill%3D%22%23ffca26%22%20d%3D%22M116.88%2028.2c1.16%201.37%201.84%203.26%201.84%203.26s2.08-1.79%203.61-4.67c1.53-2.89%203.6-9.59-3.32-16.77s-15.18-7.73-21.42-2.71c-7.17%205.77-19.93%2018.16-22.5%2020.2s-14.64%2010.03-28.6%2010.3s-19.93-4.88-24.81-2.58c-3.9%201.84-3.66%2012.88%2012.47%2031.04s26.33%2021.86%2029.69%2018.71c4.47-4.2-1.36-18.98%202.44-29.55c2.91-8.11%206.91-15.59%2014.23-22.77s19.93-19.52%2022.77-20.47s7.13-1.38%2010.71%202.44c6.1%206.51-.26%2011.47-.26%2011.47s1.79.5%203.15%202.11z%22%2F%3E%3Cpath%20fill%3D%22%23fff7c3%22%20d%3D%22M35.89%2040.41c-1.28%201.51%201.69%203.87%203.51%205.32s4.88%203.26%207.74%202.66c13.98-2.94%2025.76-14.83%2026.25-15.57s-.21-1.86-1.2-1.49s-8.21%207.06-21.63%208.88c-7.64%201.04-13.84-.8-14.67.2%22%2F%3E%3Cpath%20fill%3D%22%23dd7342%22%20d%3D%22M23.79%2041.77c-2.28%201.79%204.57%2012.28%2013.05%2022.47S56.98%2083.86%2059.14%2082s-6.72-14.64-15.27-24.24s-17.63-17.93-20.08-15.99%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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