computer mouse emoji
computer-mouse from Emoji One (Colored) by Emoji One · Default · Objects · CC-BY-4.0 Attribution required.
- Name
- computer-mouse
- 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 computer mouse emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#94989b" d="M19 58.7h-2.4c0-3.2-2.9-8.2-5.1-11.8C8.1 41.5 2 33.7 2 23c0-6.3 2-11.2 6.8-13.2c3.9-1.6 8.1.1 10.8 2.8l-1.7 1.7c-2-2-5.2-3.5-8.2-2.3c-3.9 1.6-5.3 5.7-5.3 11c0 9.9 5.8 17.1 9.2 22.6c2.4 4 5.4 9.3 5.4 13.1"/><path fill="#bcc2cc" d="M13.2 14.5c-.8-.8-.9-1.8-.4-2.3l2.6-2.6c.5-.5 1.6-.3 2.3.4zm5.9 28.3C6 29.7 8.3 19.9 15.7 12.5S32.9 2.8 46 15.8c16.5 16.5 18.4 30.4 11 37.9c-7.5 7.4-21.5 5.5-37.9-10.9"/><path fill="#d8dfeb" d="M28.1 24.9c-5.1 5-9.1 10.6-11.6 16.5c.7.8 1.5 1.6 2.3 2.4C35.3 60.4 49.7 62 57.5 54.2s6.1-22.1-10.4-38.7c-.8-.8-1.6-1.6-2.4-2.3c-6 2.6-11.5 6.6-16.6 11.7M44 12.6c-9.4-8.5-17-8.9-23.2-5.4L32.6 19c3.6-2.8 7.3-5 11.4-6.4m-32.9 4.2L23 28.7c1.3-1.6 2.7-3.2 4.2-4.7s3.1-2.9 4.7-4.2L20.1 7.9c-1.8 1-3.5 2.4-5 3.9c-1.6 1.6-3 3.3-4 5m4.7 23.9c1.4-4 3.7-7.8 6.5-11.4L10.4 17.5c-3.5 6.3-3.1 13.9 5.4 23.2"/></svg>
React
import type { SVGProps } from "react";
export function EmojioneComputerMouse(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#94989b" d="M19 58.7h-2.4c0-3.2-2.9-8.2-5.1-11.8C8.1 41.5 2 33.7 2 23c0-6.3 2-11.2 6.8-13.2c3.9-1.6 8.1.1 10.8 2.8l-1.7 1.7c-2-2-5.2-3.5-8.2-2.3c-3.9 1.6-5.3 5.7-5.3 11c0 9.9 5.8 17.1 9.2 22.6c2.4 4 5.4 9.3 5.4 13.1"/><path fill="#bcc2cc" d="M13.2 14.5c-.8-.8-.9-1.8-.4-2.3l2.6-2.6c.5-.5 1.6-.3 2.3.4zm5.9 28.3C6 29.7 8.3 19.9 15.7 12.5S32.9 2.8 46 15.8c16.5 16.5 18.4 30.4 11 37.9c-7.5 7.4-21.5 5.5-37.9-10.9"/><path fill="#d8dfeb" d="M28.1 24.9c-5.1 5-9.1 10.6-11.6 16.5c.7.8 1.5 1.6 2.3 2.4C35.3 60.4 49.7 62 57.5 54.2s6.1-22.1-10.4-38.7c-.8-.8-1.6-1.6-2.4-2.3c-6 2.6-11.5 6.6-16.6 11.7M44 12.6c-9.4-8.5-17-8.9-23.2-5.4L32.6 19c3.6-2.8 7.3-5 11.4-6.4m-32.9 4.2L23 28.7c1.3-1.6 2.7-3.2 4.2-4.7s3.1-2.9 4.7-4.2L20.1 7.9c-1.8 1-3.5 2.4-5 3.9c-1.6 1.6-3 3.3-4 5m4.7 23.9c1.4-4 3.7-7.8 6.5-11.4L10.4 17.5c-3.5 6.3-3.1 13.9 5.4 23.2"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#94989b" d="M19 58.7h-2.4c0-3.2-2.9-8.2-5.1-11.8C8.1 41.5 2 33.7 2 23c0-6.3 2-11.2 6.8-13.2c3.9-1.6 8.1.1 10.8 2.8l-1.7 1.7c-2-2-5.2-3.5-8.2-2.3c-3.9 1.6-5.3 5.7-5.3 11c0 9.9 5.8 17.1 9.2 22.6c2.4 4 5.4 9.3 5.4 13.1"/><path fill="#bcc2cc" d="M13.2 14.5c-.8-.8-.9-1.8-.4-2.3l2.6-2.6c.5-.5 1.6-.3 2.3.4zm5.9 28.3C6 29.7 8.3 19.9 15.7 12.5S32.9 2.8 46 15.8c16.5 16.5 18.4 30.4 11 37.9c-7.5 7.4-21.5 5.5-37.9-10.9"/><path fill="#d8dfeb" d="M28.1 24.9c-5.1 5-9.1 10.6-11.6 16.5c.7.8 1.5 1.6 2.3 2.4C35.3 60.4 49.7 62 57.5 54.2s6.1-22.1-10.4-38.7c-.8-.8-1.6-1.6-2.4-2.3c-6 2.6-11.5 6.6-16.6 11.7M44 12.6c-9.4-8.5-17-8.9-23.2-5.4L32.6 19c3.6-2.8 7.3-5 11.4-6.4m-32.9 4.2L23 28.7c1.3-1.6 2.7-3.2 4.2-4.7s3.1-2.9 4.7-4.2L20.1 7.9c-1.8 1-3.5 2.4-5 3.9c-1.6 1.6-3 3.3-4 5m4.7 23.9c1.4-4 3.7-7.8 6.5-11.4L10.4 17.5c-3.5 6.3-3.1 13.9 5.4 23.2"/></svg> </template>
CSS
.icon-computer-mouse {
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%2394989b%22%20d%3D%22M19%2058.7h-2.4c0-3.2-2.9-8.2-5.1-11.8C8.1%2041.5%202%2033.7%202%2023c0-6.3%202-11.2%206.8-13.2c3.9-1.6%208.1.1%2010.8%202.8l-1.7%201.7c-2-2-5.2-3.5-8.2-2.3c-3.9%201.6-5.3%205.7-5.3%2011c0%209.9%205.8%2017.1%209.2%2022.6c2.4%204%205.4%209.3%205.4%2013.1%22%2F%3E%3Cpath%20fill%3D%22%23bcc2cc%22%20d%3D%22M13.2%2014.5c-.8-.8-.9-1.8-.4-2.3l2.6-2.6c.5-.5%201.6-.3%202.3.4zm5.9%2028.3C6%2029.7%208.3%2019.9%2015.7%2012.5S32.9%202.8%2046%2015.8c16.5%2016.5%2018.4%2030.4%2011%2037.9c-7.5%207.4-21.5%205.5-37.9-10.9%22%2F%3E%3Cpath%20fill%3D%22%23d8dfeb%22%20d%3D%22M28.1%2024.9c-5.1%205-9.1%2010.6-11.6%2016.5c.7.8%201.5%201.6%202.3%202.4C35.3%2060.4%2049.7%2062%2057.5%2054.2s6.1-22.1-10.4-38.7c-.8-.8-1.6-1.6-2.4-2.3c-6%202.6-11.5%206.6-16.6%2011.7M44%2012.6c-9.4-8.5-17-8.9-23.2-5.4L32.6%2019c3.6-2.8%207.3-5%2011.4-6.4m-32.9%204.2L23%2028.7c1.3-1.6%202.7-3.2%204.2-4.7s3.1-2.9%204.7-4.2L20.1%207.9c-1.8%201-3.5%202.4-5%203.9c-1.6%201.6-3%203.3-4%205m4.7%2023.9c1.4-4%203.7-7.8%206.5-11.4L10.4%2017.5c-3.5%206.3-3.1%2013.9%205.4%2023.2%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%2394989b%22%20d%3D%22M19%2058.7h-2.4c0-3.2-2.9-8.2-5.1-11.8C8.1%2041.5%202%2033.7%202%2023c0-6.3%202-11.2%206.8-13.2c3.9-1.6%208.1.1%2010.8%202.8l-1.7%201.7c-2-2-5.2-3.5-8.2-2.3c-3.9%201.6-5.3%205.7-5.3%2011c0%209.9%205.8%2017.1%209.2%2022.6c2.4%204%205.4%209.3%205.4%2013.1%22%2F%3E%3Cpath%20fill%3D%22%23bcc2cc%22%20d%3D%22M13.2%2014.5c-.8-.8-.9-1.8-.4-2.3l2.6-2.6c.5-.5%201.6-.3%202.3.4zm5.9%2028.3C6%2029.7%208.3%2019.9%2015.7%2012.5S32.9%202.8%2046%2015.8c16.5%2016.5%2018.4%2030.4%2011%2037.9c-7.5%207.4-21.5%205.5-37.9-10.9%22%2F%3E%3Cpath%20fill%3D%22%23d8dfeb%22%20d%3D%22M28.1%2024.9c-5.1%205-9.1%2010.6-11.6%2016.5c.7.8%201.5%201.6%202.3%202.4C35.3%2060.4%2049.7%2062%2057.5%2054.2s6.1-22.1-10.4-38.7c-.8-.8-1.6-1.6-2.4-2.3c-6%202.6-11.5%206.6-16.6%2011.7M44%2012.6c-9.4-8.5-17-8.9-23.2-5.4L32.6%2019c3.6-2.8%207.3-5%2011.4-6.4m-32.9%204.2L23%2028.7c1.3-1.6%202.7-3.2%204.2-4.7s3.1-2.9%204.7-4.2L20.1%207.9c-1.8%201-3.5%202.4-5%203.9c-1.6%201.6-3%203.3-4%205m4.7%2023.9c1.4-4%203.7-7.8%206.5-11.4L10.4%2017.5c-3.5%206.3-3.1%2013.9%205.4%2023.2%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/emojione/computer-mouse.svg?color=%231a73e8&size=48