computer mouse emoji
computer-mouse from Fluent Emoji Flat by Microsoft Corporation · Default · Objects · MIT Free for personal and commercial use.
- Name
- computer-mouse
- Set
- Fluent Emoji Flat
- Style
- Default
- Category
- Objects
- Viewbox
- 32×32
- License
- MIT
The same emoji in other sets
More objects icons from Fluent Emoji Flat
Use the computer mouse emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#cdc4d6" d="M7 7a5 5 0 0 1 5-5h8a5 5 0 0 1 5 5v18a5 5 0 0 1-5 5h-8a5 5 0 0 1-5-5z"/><path fill="#998ea4" d="M16.5 2h-1v4H15a1 1 0 0 0-1 1v4a1 1 0 0 0 1 1h.5v2.5a.5.5 0 0 0 1 0V12h.5a1 1 0 0 0 1-1V7a1 1 0 0 0-1-1h-.5z"/></g></svg>
React
import type { SVGProps } from "react";
export function FluentEmojiFlatComputerMouse(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#cdc4d6" d="M7 7a5 5 0 0 1 5-5h8a5 5 0 0 1 5 5v18a5 5 0 0 1-5 5h-8a5 5 0 0 1-5-5z"/><path fill="#998ea4" d="M16.5 2h-1v4H15a1 1 0 0 0-1 1v4a1 1 0 0 0 1 1h.5v2.5a.5.5 0 0 0 1 0V12h.5a1 1 0 0 0 1-1V7a1 1 0 0 0-1-1h-.5z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#cdc4d6" d="M7 7a5 5 0 0 1 5-5h8a5 5 0 0 1 5 5v18a5 5 0 0 1-5 5h-8a5 5 0 0 1-5-5z"/><path fill="#998ea4" d="M16.5 2h-1v4H15a1 1 0 0 0-1 1v4a1 1 0 0 0 1 1h.5v2.5a.5.5 0 0 0 1 0V12h.5a1 1 0 0 0 1-1V7a1 1 0 0 0-1-1h-.5z"/></g></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%2032%2032%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%23cdc4d6%22%20d%3D%22M7%207a5%205%200%200%201%205-5h8a5%205%200%200%201%205%205v18a5%205%200%200%201-5%205h-8a5%205%200%200%201-5-5z%22%2F%3E%3Cpath%20fill%3D%22%23998ea4%22%20d%3D%22M16.5%202h-1v4H15a1%201%200%200%200-1%201v4a1%201%200%200%200%201%201h.5v2.5a.5.5%200%200%200%201%200V12h.5a1%201%200%200%200%201-1V7a1%201%200%200%200-1-1h-.5z%22%2F%3E%3C%2Fg%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%2032%2032%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%23cdc4d6%22%20d%3D%22M7%207a5%205%200%200%201%205-5h8a5%205%200%200%201%205%205v18a5%205%200%200%201-5%205h-8a5%205%200%200%201-5-5z%22%2F%3E%3Cpath%20fill%3D%22%23998ea4%22%20d%3D%22M16.5%202h-1v4H15a1%201%200%200%200-1%201v4a1%201%200%200%200%201%201h.5v2.5a.5.5%200%200%200%201%200V12h.5a1%201%200%200%200%201-1V7a1%201%200%200%200-1-1h-.5z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent-emoji-flat/computer-mouse.svg?color=%231a73e8&size=48