threebuttonmouse emoji
threebuttonmouse from Firefox OS Emoji by Mozilla · Default · Objects · Apache-2.0 Free for personal and commercial use.
- Name
- threebuttonmouse
- Set
- Firefox OS Emoji
- Style
- Default
- Category
- Objects
- Viewbox
- 512×512
- License
- Apache 2.0
More objects icons from Firefox OS Emoji
admissionticketsalienmonsteramericanfootballartistpaletteauberginebabybottlebackofenvelopeballoonballotboldscriptxballotboxboldcheckballotboxwithboldscriptxballottboxwithballottballottboxwithscriptxballottscriptxbananabanknotedollarbanknoteeurobanknotepoundbanknoteyenbarchartbaseballbasketballandhoopbathbathtub
Use the threebuttonmouse emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="#819096" d="M182.648 185.977a9.486 9.486 0 0 1-9.485-9.485c0-52.443 8.49-88.924 25.956-111.526c13.646-17.659 32.121-26.243 56.48-26.243c30.477 0 50.891 19.158 70.633 37.685c20.543 19.28 39.947 37.491 70.968 37.491c35.709 0 47.277-13.216 52.873-23.157c8.258-14.669 9.949-35.886 9.949-63.228a9.486 9.486 0 0 1 18.97 0c0 24.445-.958 52.226-12.389 72.534c-12.432 22.085-35.134 32.821-69.404 32.821c-38.528 0-62.659-22.646-83.95-42.627c-18.609-17.465-34.681-32.547-57.65-32.547c-27.245 0-63.466 12.315-63.466 118.798c0 5.237-4.247 9.484-9.485 9.484"/><path fill="#C5CFD1" d="M314.512 301.986c0 164.601-58.656 208.012-131.012 208.012S52.487 463.854 52.487 301.986c0-90.907 58.656-164.601 131.012-164.601s131.013 73.695 131.013 164.601"/><path fill="#1C4C5A" d="M185.656 293.553h-4.312c-14.715 0-26.644-11.929-26.644-26.644v-64.452c0-14.715 11.929-26.644 26.644-26.644h4.312c14.715 0 26.644 11.929 26.644 26.644v64.452c0 14.715-11.929 26.644-26.644 26.644m-44.89-20.539v-77.499c0-10.612-12.273-16.532-20.562-9.905c-12.792 10.226-26.824 31.088-26.824 73.405c0 24.423 14.369 31.221 27.282 32.398c10.801.985 20.104-7.553 20.104-18.399m105.465 18.399c12.913-1.178 27.282-7.975 27.282-32.398c0-39.812-12.42-60.634-24.543-71.475c-8.835-7.901-22.844-1.701-22.844 10.152v75.322c.001 10.846 9.304 19.384 20.105 18.399"/></svg>
React
import type { SVGProps } from "react";
export function FxemojiThreebuttonmouse(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="M182.648 185.977a9.486 9.486 0 0 1-9.485-9.485c0-52.443 8.49-88.924 25.956-111.526c13.646-17.659 32.121-26.243 56.48-26.243c30.477 0 50.891 19.158 70.633 37.685c20.543 19.28 39.947 37.491 70.968 37.491c35.709 0 47.277-13.216 52.873-23.157c8.258-14.669 9.949-35.886 9.949-63.228a9.486 9.486 0 0 1 18.97 0c0 24.445-.958 52.226-12.389 72.534c-12.432 22.085-35.134 32.821-69.404 32.821c-38.528 0-62.659-22.646-83.95-42.627c-18.609-17.465-34.681-32.547-57.65-32.547c-27.245 0-63.466 12.315-63.466 118.798c0 5.237-4.247 9.484-9.485 9.484"/><path fill="#C5CFD1" d="M314.512 301.986c0 164.601-58.656 208.012-131.012 208.012S52.487 463.854 52.487 301.986c0-90.907 58.656-164.601 131.012-164.601s131.013 73.695 131.013 164.601"/><path fill="#1C4C5A" d="M185.656 293.553h-4.312c-14.715 0-26.644-11.929-26.644-26.644v-64.452c0-14.715 11.929-26.644 26.644-26.644h4.312c14.715 0 26.644 11.929 26.644 26.644v64.452c0 14.715-11.929 26.644-26.644 26.644m-44.89-20.539v-77.499c0-10.612-12.273-16.532-20.562-9.905c-12.792 10.226-26.824 31.088-26.824 73.405c0 24.423 14.369 31.221 27.282 32.398c10.801.985 20.104-7.553 20.104-18.399m105.465 18.399c12.913-1.178 27.282-7.975 27.282-32.398c0-39.812-12.42-60.634-24.543-71.475c-8.835-7.901-22.844-1.701-22.844 10.152v75.322c.001 10.846 9.304 19.384 20.105 18.399"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="#819096" d="M182.648 185.977a9.486 9.486 0 0 1-9.485-9.485c0-52.443 8.49-88.924 25.956-111.526c13.646-17.659 32.121-26.243 56.48-26.243c30.477 0 50.891 19.158 70.633 37.685c20.543 19.28 39.947 37.491 70.968 37.491c35.709 0 47.277-13.216 52.873-23.157c8.258-14.669 9.949-35.886 9.949-63.228a9.486 9.486 0 0 1 18.97 0c0 24.445-.958 52.226-12.389 72.534c-12.432 22.085-35.134 32.821-69.404 32.821c-38.528 0-62.659-22.646-83.95-42.627c-18.609-17.465-34.681-32.547-57.65-32.547c-27.245 0-63.466 12.315-63.466 118.798c0 5.237-4.247 9.484-9.485 9.484"/><path fill="#C5CFD1" d="M314.512 301.986c0 164.601-58.656 208.012-131.012 208.012S52.487 463.854 52.487 301.986c0-90.907 58.656-164.601 131.012-164.601s131.013 73.695 131.013 164.601"/><path fill="#1C4C5A" d="M185.656 293.553h-4.312c-14.715 0-26.644-11.929-26.644-26.644v-64.452c0-14.715 11.929-26.644 26.644-26.644h4.312c14.715 0 26.644 11.929 26.644 26.644v64.452c0 14.715-11.929 26.644-26.644 26.644m-44.89-20.539v-77.499c0-10.612-12.273-16.532-20.562-9.905c-12.792 10.226-26.824 31.088-26.824 73.405c0 24.423 14.369 31.221 27.282 32.398c10.801.985 20.104-7.553 20.104-18.399m105.465 18.399c12.913-1.178 27.282-7.975 27.282-32.398c0-39.812-12.42-60.634-24.543-71.475c-8.835-7.901-22.844-1.701-22.844 10.152v75.322c.001 10.846 9.304 19.384 20.105 18.399"/></svg> </template>
CSS
.icon-threebuttonmouse {
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%22M182.648%20185.977a9.486%209.486%200%200%201-9.485-9.485c0-52.443%208.49-88.924%2025.956-111.526c13.646-17.659%2032.121-26.243%2056.48-26.243c30.477%200%2050.891%2019.158%2070.633%2037.685c20.543%2019.28%2039.947%2037.491%2070.968%2037.491c35.709%200%2047.277-13.216%2052.873-23.157c8.258-14.669%209.949-35.886%209.949-63.228a9.486%209.486%200%200%201%2018.97%200c0%2024.445-.958%2052.226-12.389%2072.534c-12.432%2022.085-35.134%2032.821-69.404%2032.821c-38.528%200-62.659-22.646-83.95-42.627c-18.609-17.465-34.681-32.547-57.65-32.547c-27.245%200-63.466%2012.315-63.466%20118.798c0%205.237-4.247%209.484-9.485%209.484%22%2F%3E%3Cpath%20fill%3D%22%23C5CFD1%22%20d%3D%22M314.512%20301.986c0%20164.601-58.656%20208.012-131.012%20208.012S52.487%20463.854%2052.487%20301.986c0-90.907%2058.656-164.601%20131.012-164.601s131.013%2073.695%20131.013%20164.601%22%2F%3E%3Cpath%20fill%3D%22%231C4C5A%22%20d%3D%22M185.656%20293.553h-4.312c-14.715%200-26.644-11.929-26.644-26.644v-64.452c0-14.715%2011.929-26.644%2026.644-26.644h4.312c14.715%200%2026.644%2011.929%2026.644%2026.644v64.452c0%2014.715-11.929%2026.644-26.644%2026.644m-44.89-20.539v-77.499c0-10.612-12.273-16.532-20.562-9.905c-12.792%2010.226-26.824%2031.088-26.824%2073.405c0%2024.423%2014.369%2031.221%2027.282%2032.398c10.801.985%2020.104-7.553%2020.104-18.399m105.465%2018.399c12.913-1.178%2027.282-7.975%2027.282-32.398c0-39.812-12.42-60.634-24.543-71.475c-8.835-7.901-22.844-1.701-22.844%2010.152v75.322c.001%2010.846%209.304%2019.384%2020.105%2018.399%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%22M182.648%20185.977a9.486%209.486%200%200%201-9.485-9.485c0-52.443%208.49-88.924%2025.956-111.526c13.646-17.659%2032.121-26.243%2056.48-26.243c30.477%200%2050.891%2019.158%2070.633%2037.685c20.543%2019.28%2039.947%2037.491%2070.968%2037.491c35.709%200%2047.277-13.216%2052.873-23.157c8.258-14.669%209.949-35.886%209.949-63.228a9.486%209.486%200%200%201%2018.97%200c0%2024.445-.958%2052.226-12.389%2072.534c-12.432%2022.085-35.134%2032.821-69.404%2032.821c-38.528%200-62.659-22.646-83.95-42.627c-18.609-17.465-34.681-32.547-57.65-32.547c-27.245%200-63.466%2012.315-63.466%20118.798c0%205.237-4.247%209.484-9.485%209.484%22%2F%3E%3Cpath%20fill%3D%22%23C5CFD1%22%20d%3D%22M314.512%20301.986c0%20164.601-58.656%20208.012-131.012%20208.012S52.487%20463.854%2052.487%20301.986c0-90.907%2058.656-164.601%20131.012-164.601s131.013%2073.695%20131.013%20164.601%22%2F%3E%3Cpath%20fill%3D%22%231C4C5A%22%20d%3D%22M185.656%20293.553h-4.312c-14.715%200-26.644-11.929-26.644-26.644v-64.452c0-14.715%2011.929-26.644%2026.644-26.644h4.312c14.715%200%2026.644%2011.929%2026.644%2026.644v64.452c0%2014.715-11.929%2026.644-26.644%2026.644m-44.89-20.539v-77.499c0-10.612-12.273-16.532-20.562-9.905c-12.792%2010.226-26.824%2031.088-26.824%2073.405c0%2024.423%2014.369%2031.221%2027.282%2032.398c10.801.985%2020.104-7.553%2020.104-18.399m105.465%2018.399c12.913-1.178%2027.282-7.975%2027.282-32.398c0-39.812-12.42-60.634-24.543-71.475c-8.835-7.901-22.844-1.701-22.844%2010.152v75.322c.001%2010.846%209.304%2019.384%2020.105%2018.399%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fxemoji/threebuttonmouse.svg?color=%231a73e8&size=48