trackball emoji
trackball from Firefox OS Emoji by Mozilla · Default · Objects · Apache-2.0 Free for personal and commercial use.
- Name
- trackball
- Set
- Firefox OS Emoji
- Style
- Default
- Category
- Objects
- Viewbox
- 512×512
- License
- Apache 2.0
The same emoji in other sets
More objects icons from Firefox OS Emoji
admissionticketsalienmonsteramericanfootballartistpaletteauberginebabybottlebackofenvelopeballoonballotboldscriptxballotboxboldcheckballotboxwithboldscriptxballottboxwithballottballottboxwithscriptxballottscriptxbananabanknotedollarbanknoteeurobanknotepoundbanknoteyenbarchartbaseballbasketballandhoopbathbathtub
Use the trackball emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="#819096" d="M165.202 362.23q-2.277 0-4.514-.15c-16.312-1.096-31.03-8.098-43.745-20.812c-28.107-28.107-20.455-69.955-13.703-106.877c5.63-30.786 10.948-59.865-4.43-75.243c-26.854-26.855-55.097-15.789-76.703-3.148c-4.521 2.643-10.332 1.125-12.977-3.397c-2.645-4.521-1.125-10.332 3.397-12.977c39.179-22.921 72.722-20.867 99.697 6.108c22.415 22.415 15.939 57.825 9.677 92.07c-6.202 33.913-12.614 68.98 8.456 90.051c17.746 17.745 39.548 20.089 66.652 7.167c25.739-12.271 50.959-35.934 67.69-52.665a9.485 9.485 0 0 1 13.414 13.414c-17.722 17.721-44.563 42.845-72.94 56.374c-14.055 6.702-27.479 10.085-39.971 10.085"/><path fill="#C5CFD1" d="M491.992 437.03H190.917c-7.953 0-14.4-6.447-14.4-14.4V272.092c0-91.093 73.845-164.938 164.938-164.938s164.938 73.845 164.938 164.938V422.63c-.001 7.953-6.448 14.4-14.401 14.4"/><circle cx="341.454" cy="272.092" r="101.576" fill="#819096"/><circle cx="341.454" cy="272.092" r="67.393" fill="#1C4C5A"/><path fill="#ADB8BC" d="M176.711 264.127c2.223-46.75 23.907-88.401 57.134-117.031l10.541 12.342c5.19 6.078 4.943 15.068-.527 20.896c-18.405 19.612-30.971 45.143-34.902 70.893c-1.199 7.851-7.995 13.611-15.934 13.378zm272.353-117.031l-10.503 12.331c-5.193 6.097-4.925 15.114.584 20.926c18.67 19.697 31.054 44.834 34.863 70.752c1.157 7.871 7.95 13.667 15.903 13.455l16.286-.434c-2.223-46.749-23.907-88.4-57.133-117.03"/></svg>
React
import type { SVGProps } from "react";
export function FxemojiTrackball(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="#819096" d="M165.202 362.23q-2.277 0-4.514-.15c-16.312-1.096-31.03-8.098-43.745-20.812c-28.107-28.107-20.455-69.955-13.703-106.877c5.63-30.786 10.948-59.865-4.43-75.243c-26.854-26.855-55.097-15.789-76.703-3.148c-4.521 2.643-10.332 1.125-12.977-3.397c-2.645-4.521-1.125-10.332 3.397-12.977c39.179-22.921 72.722-20.867 99.697 6.108c22.415 22.415 15.939 57.825 9.677 92.07c-6.202 33.913-12.614 68.98 8.456 90.051c17.746 17.745 39.548 20.089 66.652 7.167c25.739-12.271 50.959-35.934 67.69-52.665a9.485 9.485 0 0 1 13.414 13.414c-17.722 17.721-44.563 42.845-72.94 56.374c-14.055 6.702-27.479 10.085-39.971 10.085"/><path fill="#C5CFD1" d="M491.992 437.03H190.917c-7.953 0-14.4-6.447-14.4-14.4V272.092c0-91.093 73.845-164.938 164.938-164.938s164.938 73.845 164.938 164.938V422.63c-.001 7.953-6.448 14.4-14.401 14.4"/><circle cx="341.454" cy="272.092" r="101.576" fill="#819096"/><circle cx="341.454" cy="272.092" r="67.393" fill="#1C4C5A"/><path fill="#ADB8BC" d="M176.711 264.127c2.223-46.75 23.907-88.401 57.134-117.031l10.541 12.342c5.19 6.078 4.943 15.068-.527 20.896c-18.405 19.612-30.971 45.143-34.902 70.893c-1.199 7.851-7.995 13.611-15.934 13.378zm272.353-117.031l-10.503 12.331c-5.193 6.097-4.925 15.114.584 20.926c18.67 19.697 31.054 44.834 34.863 70.752c1.157 7.871 7.95 13.667 15.903 13.455l16.286-.434c-2.223-46.749-23.907-88.4-57.133-117.03"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="#819096" d="M165.202 362.23q-2.277 0-4.514-.15c-16.312-1.096-31.03-8.098-43.745-20.812c-28.107-28.107-20.455-69.955-13.703-106.877c5.63-30.786 10.948-59.865-4.43-75.243c-26.854-26.855-55.097-15.789-76.703-3.148c-4.521 2.643-10.332 1.125-12.977-3.397c-2.645-4.521-1.125-10.332 3.397-12.977c39.179-22.921 72.722-20.867 99.697 6.108c22.415 22.415 15.939 57.825 9.677 92.07c-6.202 33.913-12.614 68.98 8.456 90.051c17.746 17.745 39.548 20.089 66.652 7.167c25.739-12.271 50.959-35.934 67.69-52.665a9.485 9.485 0 0 1 13.414 13.414c-17.722 17.721-44.563 42.845-72.94 56.374c-14.055 6.702-27.479 10.085-39.971 10.085"/><path fill="#C5CFD1" d="M491.992 437.03H190.917c-7.953 0-14.4-6.447-14.4-14.4V272.092c0-91.093 73.845-164.938 164.938-164.938s164.938 73.845 164.938 164.938V422.63c-.001 7.953-6.448 14.4-14.401 14.4"/><circle cx="341.454" cy="272.092" r="101.576" fill="#819096"/><circle cx="341.454" cy="272.092" r="67.393" fill="#1C4C5A"/><path fill="#ADB8BC" d="M176.711 264.127c2.223-46.75 23.907-88.401 57.134-117.031l10.541 12.342c5.19 6.078 4.943 15.068-.527 20.896c-18.405 19.612-30.971 45.143-34.902 70.893c-1.199 7.851-7.995 13.611-15.934 13.378zm272.353-117.031l-10.503 12.331c-5.193 6.097-4.925 15.114.584 20.926c18.67 19.697 31.054 44.834 34.863 70.752c1.157 7.871 7.95 13.667 15.903 13.455l16.286-.434c-2.223-46.749-23.907-88.4-57.133-117.03"/></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%20512%20512%22%3E%3Cpath%20fill%3D%22%23819096%22%20d%3D%22M165.202%20362.23q-2.277%200-4.514-.15c-16.312-1.096-31.03-8.098-43.745-20.812c-28.107-28.107-20.455-69.955-13.703-106.877c5.63-30.786%2010.948-59.865-4.43-75.243c-26.854-26.855-55.097-15.789-76.703-3.148c-4.521%202.643-10.332%201.125-12.977-3.397c-2.645-4.521-1.125-10.332%203.397-12.977c39.179-22.921%2072.722-20.867%2099.697%206.108c22.415%2022.415%2015.939%2057.825%209.677%2092.07c-6.202%2033.913-12.614%2068.98%208.456%2090.051c17.746%2017.745%2039.548%2020.089%2066.652%207.167c25.739-12.271%2050.959-35.934%2067.69-52.665a9.485%209.485%200%200%201%2013.414%2013.414c-17.722%2017.721-44.563%2042.845-72.94%2056.374c-14.055%206.702-27.479%2010.085-39.971%2010.085%22%2F%3E%3Cpath%20fill%3D%22%23C5CFD1%22%20d%3D%22M491.992%20437.03H190.917c-7.953%200-14.4-6.447-14.4-14.4V272.092c0-91.093%2073.845-164.938%20164.938-164.938s164.938%2073.845%20164.938%20164.938V422.63c-.001%207.953-6.448%2014.4-14.401%2014.4%22%2F%3E%3Ccircle%20cx%3D%22341.454%22%20cy%3D%22272.092%22%20r%3D%22101.576%22%20fill%3D%22%23819096%22%2F%3E%3Ccircle%20cx%3D%22341.454%22%20cy%3D%22272.092%22%20r%3D%2267.393%22%20fill%3D%22%231C4C5A%22%2F%3E%3Cpath%20fill%3D%22%23ADB8BC%22%20d%3D%22M176.711%20264.127c2.223-46.75%2023.907-88.401%2057.134-117.031l10.541%2012.342c5.19%206.078%204.943%2015.068-.527%2020.896c-18.405%2019.612-30.971%2045.143-34.902%2070.893c-1.199%207.851-7.995%2013.611-15.934%2013.378zm272.353-117.031l-10.503%2012.331c-5.193%206.097-4.925%2015.114.584%2020.926c18.67%2019.697%2031.054%2044.834%2034.863%2070.752c1.157%207.871%207.95%2013.667%2015.903%2013.455l16.286-.434c-2.223-46.749-23.907-88.4-57.133-117.03%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%20512%20512%22%3E%3Cpath%20fill%3D%22%23819096%22%20d%3D%22M165.202%20362.23q-2.277%200-4.514-.15c-16.312-1.096-31.03-8.098-43.745-20.812c-28.107-28.107-20.455-69.955-13.703-106.877c5.63-30.786%2010.948-59.865-4.43-75.243c-26.854-26.855-55.097-15.789-76.703-3.148c-4.521%202.643-10.332%201.125-12.977-3.397c-2.645-4.521-1.125-10.332%203.397-12.977c39.179-22.921%2072.722-20.867%2099.697%206.108c22.415%2022.415%2015.939%2057.825%209.677%2092.07c-6.202%2033.913-12.614%2068.98%208.456%2090.051c17.746%2017.745%2039.548%2020.089%2066.652%207.167c25.739-12.271%2050.959-35.934%2067.69-52.665a9.485%209.485%200%200%201%2013.414%2013.414c-17.722%2017.721-44.563%2042.845-72.94%2056.374c-14.055%206.702-27.479%2010.085-39.971%2010.085%22%2F%3E%3Cpath%20fill%3D%22%23C5CFD1%22%20d%3D%22M491.992%20437.03H190.917c-7.953%200-14.4-6.447-14.4-14.4V272.092c0-91.093%2073.845-164.938%20164.938-164.938s164.938%2073.845%20164.938%20164.938V422.63c-.001%207.953-6.448%2014.4-14.401%2014.4%22%2F%3E%3Ccircle%20cx%3D%22341.454%22%20cy%3D%22272.092%22%20r%3D%22101.576%22%20fill%3D%22%23819096%22%2F%3E%3Ccircle%20cx%3D%22341.454%22%20cy%3D%22272.092%22%20r%3D%2267.393%22%20fill%3D%22%231C4C5A%22%2F%3E%3Cpath%20fill%3D%22%23ADB8BC%22%20d%3D%22M176.711%20264.127c2.223-46.75%2023.907-88.401%2057.134-117.031l10.541%2012.342c5.19%206.078%204.943%2015.068-.527%2020.896c-18.405%2019.612-30.971%2045.143-34.902%2070.893c-1.199%207.851-7.995%2013.611-15.934%2013.378zm272.353-117.031l-10.503%2012.331c-5.193%206.097-4.925%2015.114.584%2020.926c18.67%2019.697%2031.054%2044.834%2034.863%2070.752c1.157%207.871%207.95%2013.667%2015.903%2013.455l16.286-.434c-2.223-46.749-23.907-88.4-57.133-117.03%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fxemoji/trackball.svg?color=%231a73e8&size=48