trackball from Emoji One (Colored) by Emoji One · Default · Objects · CC-BY-4.0 Attribution required.

Name
trackball
Set
Emoji One (Colored)
Style
Default
Category
Objects
Viewbox
64×64
License
CC BY 4.0

The same emoji in other sets

More objects icons from Emoji One (Colored)

Use the trackball emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#d0d0d0" d="M52 62V18.9c0-8.4-4-15-14-15c-7.3 0-12 5.6-12 13.1h-2c0-9.4 5.7-15 14-15c10.7 0 16 6.6 16 16.9V62z"/><path fill="#3e4347" d="M40 33.1c0 16-6.7 28.9-15 28.9S10 49.1 10 33.1c0-9.8 6.7-22.7 15-22.7s15 12.9 15 22.7"/><path fill="#94989b" d="M15.2 25.5c-.7 2.5-1.2 5.1-1.2 7.6c0 4.9.6 9.3 1.6 13.1c.3-.5.6-1 1-1.6c5.8-10.5 2.5-16.1-1.4-19.1m19.6 0c-3.9 2.9-7.2 8.6-1.4 19c.3.6.7 1.1 1 1.6c1-3.8 1.6-8.3 1.6-13.1c0-2.4-.4-5-1.2-7.5"/><ellipse cx="25" cy="21.7" fill="#ed4c5c" rx="6" ry="5.6"/></svg>

React

import type { SVGProps } from "react";

export function EmojioneTrackball(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#d0d0d0" d="M52 62V18.9c0-8.4-4-15-14-15c-7.3 0-12 5.6-12 13.1h-2c0-9.4 5.7-15 14-15c10.7 0 16 6.6 16 16.9V62z"/><path fill="#3e4347" d="M40 33.1c0 16-6.7 28.9-15 28.9S10 49.1 10 33.1c0-9.8 6.7-22.7 15-22.7s15 12.9 15 22.7"/><path fill="#94989b" d="M15.2 25.5c-.7 2.5-1.2 5.1-1.2 7.6c0 4.9.6 9.3 1.6 13.1c.3-.5.6-1 1-1.6c5.8-10.5 2.5-16.1-1.4-19.1m19.6 0c-3.9 2.9-7.2 8.6-1.4 19c.3.6.7 1.1 1 1.6c1-3.8 1.6-8.3 1.6-13.1c0-2.4-.4-5-1.2-7.5"/><ellipse cx="25" cy="21.7" fill="#ed4c5c" rx="6" ry="5.6"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#d0d0d0" d="M52 62V18.9c0-8.4-4-15-14-15c-7.3 0-12 5.6-12 13.1h-2c0-9.4 5.7-15 14-15c10.7 0 16 6.6 16 16.9V62z"/><path fill="#3e4347" d="M40 33.1c0 16-6.7 28.9-15 28.9S10 49.1 10 33.1c0-9.8 6.7-22.7 15-22.7s15 12.9 15 22.7"/><path fill="#94989b" d="M15.2 25.5c-.7 2.5-1.2 5.1-1.2 7.6c0 4.9.6 9.3 1.6 13.1c.3-.5.6-1 1-1.6c5.8-10.5 2.5-16.1-1.4-19.1m19.6 0c-3.9 2.9-7.2 8.6-1.4 19c.3.6.7 1.1 1 1.6c1-3.8 1.6-8.3 1.6-13.1c0-2.4-.4-5-1.2-7.5"/><ellipse cx="25" cy="21.7" fill="#ed4c5c" rx="6" ry="5.6"/></svg>
</template>

CSS

.icon-trackball {
  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%2064%2064%22%3E%3Cpath%20fill%3D%22%23d0d0d0%22%20d%3D%22M52%2062V18.9c0-8.4-4-15-14-15c-7.3%200-12%205.6-12%2013.1h-2c0-9.4%205.7-15%2014-15c10.7%200%2016%206.6%2016%2016.9V62z%22%2F%3E%3Cpath%20fill%3D%22%233e4347%22%20d%3D%22M40%2033.1c0%2016-6.7%2028.9-15%2028.9S10%2049.1%2010%2033.1c0-9.8%206.7-22.7%2015-22.7s15%2012.9%2015%2022.7%22%2F%3E%3Cpath%20fill%3D%22%2394989b%22%20d%3D%22M15.2%2025.5c-.7%202.5-1.2%205.1-1.2%207.6c0%204.9.6%209.3%201.6%2013.1c.3-.5.6-1%201-1.6c5.8-10.5%202.5-16.1-1.4-19.1m19.6%200c-3.9%202.9-7.2%208.6-1.4%2019c.3.6.7%201.1%201%201.6c1-3.8%201.6-8.3%201.6-13.1c0-2.4-.4-5-1.2-7.5%22%2F%3E%3Cellipse%20cx%3D%2225%22%20cy%3D%2221.7%22%20fill%3D%22%23ed4c5c%22%20rx%3D%226%22%20ry%3D%225.6%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%2064%2064%22%3E%3Cpath%20fill%3D%22%23d0d0d0%22%20d%3D%22M52%2062V18.9c0-8.4-4-15-14-15c-7.3%200-12%205.6-12%2013.1h-2c0-9.4%205.7-15%2014-15c10.7%200%2016%206.6%2016%2016.9V62z%22%2F%3E%3Cpath%20fill%3D%22%233e4347%22%20d%3D%22M40%2033.1c0%2016-6.7%2028.9-15%2028.9S10%2049.1%2010%2033.1c0-9.8%206.7-22.7%2015-22.7s15%2012.9%2015%2022.7%22%2F%3E%3Cpath%20fill%3D%22%2394989b%22%20d%3D%22M15.2%2025.5c-.7%202.5-1.2%205.1-1.2%207.6c0%204.9.6%209.3%201.6%2013.1c.3-.5.6-1%201-1.6c5.8-10.5%202.5-16.1-1.4-19.1m19.6%200c-3.9%202.9-7.2%208.6-1.4%2019c.3.6.7%201.1%201%201.6c1-3.8%201.6-8.3%201.6-13.1c0-2.4-.4-5-1.2-7.5%22%2F%3E%3Cellipse%20cx%3D%2225%22%20cy%3D%2221.7%22%20fill%3D%22%23ed4c5c%22%20rx%3D%226%22%20ry%3D%225.6%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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