mouse zodiac icon
mouse-zodiac from IconPark by ByteDance · Color · Animals · Apache-2.0 Free for personal and commercial use.
- Name
- mouse-zodiac
- Set
- IconPark
- Style
- Color
- Category
- Animals
- Viewbox
- 48×48
- License
- Apache 2.0
The same icon in other sets
More animals icons from IconPark
Use the mouse zodiac icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4"><path d="M19 35H4C4 27 9 17 14 17L16 26"/><path d="M28 35.0001C28 30 30 26.9893 37 27"/><path d="M44 28.5374C45 33.511 42 34.9999 40 33.9999C38 32.9999 38.5 28.0004 37 24C33.8599 15.6254 22 13.9997 15 21.0003"/></g></svg>
React
import type { SVGProps } from "react";
export function IconParkMouseZodiac(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="4"><path d="M19 35H4C4 27 9 17 14 17L16 26"/><path d="M28 35.0001C28 30 30 26.9893 37 27"/><path d="M44 28.5374C45 33.511 42 34.9999 40 33.9999C38 32.9999 38.5 28.0004 37 24C33.8599 15.6254 22 13.9997 15 21.0003"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4"><path d="M19 35H4C4 27 9 17 14 17L16 26"/><path d="M28 35.0001C28 30 30 26.9893 37 27"/><path d="M44 28.5374C45 33.511 42 34.9999 40 33.9999C38 32.9999 38.5 28.0004 37 24C33.8599 15.6254 22 13.9997 15 21.0003"/></g></svg> </template>
CSS
.icon-mouse-zodiac {
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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20d%3D%22M19%2035H4C4%2027%209%2017%2014%2017L16%2026%22%2F%3E%3Cpath%20d%3D%22M28%2035.0001C28%2030%2030%2026.9893%2037%2027%22%2F%3E%3Cpath%20d%3D%22M44%2028.5374C45%2033.511%2042%2034.9999%2040%2033.9999C38%2032.9999%2038.5%2028.0004%2037%2024C33.8599%2015.6254%2022%2013.9997%2015%2021.0003%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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20d%3D%22M19%2035H4C4%2027%209%2017%2014%2017L16%2026%22%2F%3E%3Cpath%20d%3D%22M28%2035.0001C28%2030%2030%2026.9893%2037%2027%22%2F%3E%3Cpath%20d%3D%22M44%2028.5374C45%2033.511%2042%2034.9999%2040%2033.9999C38%2032.9999%2038.5%2028.0004%2037%2024C33.8599%2015.6254%2022%2013.9997%2015%2021.0003%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/icon-park/mouse-zodiac.svg?color=%231a73e8&size=48