tampermonkey logo
tampermonkey from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- tampermonkey
- Set
- Simple Icons
- Style
- Brand
- Viewbox
- 24×24
- License
- CC0 1.0
Use the tampermonkey logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.955.002C3-.071.275 2.386.043 5.335c-.069 3.32-.011 6.646-.03 9.969c.06 1.87-.276 3.873.715 5.573c1.083 2.076 3.456 3.288 5.77 3.105c4.003-.011 8.008.022 12.011-.017c2.953-.156 5.478-2.815 5.482-5.772c-.007-4.235.023-8.473-.015-12.708C23.82 2.533 21.16.007 18.205.003c-4.083-.005-8.167 0-12.25-.002zm.447 12.683c2.333-.046 4.506 1.805 4.83 4.116c.412 2.287-1.056 4.716-3.274 5.411c-2.187.783-4.825-.268-5.874-2.341c-1.137-2.039-.52-4.827 1.37-6.197a4.9 4.9 0 0 1 2.948-.99zm11.245 0c2.333-.046 4.505 1.805 4.829 4.116c.413 2.287-1.056 4.716-3.273 5.411c-2.188.783-4.825-.268-5.875-2.341c-1.136-2.039-.52-4.827 1.37-6.197a4.9 4.9 0 0 1 2.949-.99z"/></svg>
React
import type { SVGProps } from "react";
export function SimpleIconsTampermonkey(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.955.002C3-.071.275 2.386.043 5.335c-.069 3.32-.011 6.646-.03 9.969c.06 1.87-.276 3.873.715 5.573c1.083 2.076 3.456 3.288 5.77 3.105c4.003-.011 8.008.022 12.011-.017c2.953-.156 5.478-2.815 5.482-5.772c-.007-4.235.023-8.473-.015-12.708C23.82 2.533 21.16.007 18.205.003c-4.083-.005-8.167 0-12.25-.002zm.447 12.683c2.333-.046 4.506 1.805 4.83 4.116c.412 2.287-1.056 4.716-3.274 5.411c-2.187.783-4.825-.268-5.874-2.341c-1.137-2.039-.52-4.827 1.37-6.197a4.9 4.9 0 0 1 2.948-.99zm11.245 0c2.333-.046 4.505 1.805 4.829 4.116c.413 2.287-1.056 4.716-3.273 5.411c-2.188.783-4.825-.268-5.875-2.341c-1.136-2.039-.52-4.827 1.37-6.197a4.9 4.9 0 0 1 2.949-.99z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.955.002C3-.071.275 2.386.043 5.335c-.069 3.32-.011 6.646-.03 9.969c.06 1.87-.276 3.873.715 5.573c1.083 2.076 3.456 3.288 5.77 3.105c4.003-.011 8.008.022 12.011-.017c2.953-.156 5.478-2.815 5.482-5.772c-.007-4.235.023-8.473-.015-12.708C23.82 2.533 21.16.007 18.205.003c-4.083-.005-8.167 0-12.25-.002zm.447 12.683c2.333-.046 4.506 1.805 4.83 4.116c.412 2.287-1.056 4.716-3.274 5.411c-2.187.783-4.825-.268-5.874-2.341c-1.137-2.039-.52-4.827 1.37-6.197a4.9 4.9 0 0 1 2.948-.99zm11.245 0c2.333-.046 4.505 1.805 4.829 4.116c.413 2.287-1.056 4.716-3.273 5.411c-2.188.783-4.825-.268-5.875-2.341c-1.136-2.039-.52-4.827 1.37-6.197a4.9 4.9 0 0 1 2.949-.99z"/></svg> </template>
CSS
.icon-tampermonkey {
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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5.955.002C3-.071.275%202.386.043%205.335c-.069%203.32-.011%206.646-.03%209.969c.06%201.87-.276%203.873.715%205.573c1.083%202.076%203.456%203.288%205.77%203.105c4.003-.011%208.008.022%2012.011-.017c2.953-.156%205.478-2.815%205.482-5.772c-.007-4.235.023-8.473-.015-12.708C23.82%202.533%2021.16.007%2018.205.003c-4.083-.005-8.167%200-12.25-.002zm.447%2012.683c2.333-.046%204.506%201.805%204.83%204.116c.412%202.287-1.056%204.716-3.274%205.411c-2.187.783-4.825-.268-5.874-2.341c-1.137-2.039-.52-4.827%201.37-6.197a4.9%204.9%200%200%201%202.948-.99zm11.245%200c2.333-.046%204.505%201.805%204.829%204.116c.413%202.287-1.056%204.716-3.273%205.411c-2.188.783-4.825-.268-5.875-2.341c-1.136-2.039-.52-4.827%201.37-6.197a4.9%204.9%200%200%201%202.949-.99z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5.955.002C3-.071.275%202.386.043%205.335c-.069%203.32-.011%206.646-.03%209.969c.06%201.87-.276%203.873.715%205.573c1.083%202.076%203.456%203.288%205.77%203.105c4.003-.011%208.008.022%2012.011-.017c2.953-.156%205.478-2.815%205.482-5.772c-.007-4.235.023-8.473-.015-12.708C23.82%202.533%2021.16.007%2018.205.003c-4.083-.005-8.167%200-12.25-.002zm.447%2012.683c2.333-.046%204.506%201.805%204.83%204.116c.412%202.287-1.056%204.716-3.274%205.411c-2.187.783-4.825-.268-5.874-2.341c-1.137-2.039-.52-4.827%201.37-6.197a4.9%204.9%200%200%201%202.948-.99zm11.245%200c2.333-.046%204.505%201.805%204.829%204.116c.413%202.287-1.056%204.716-3.273%205.411c-2.188.783-4.825-.268-5.875-2.341c-1.136-2.039-.52-4.827%201.37-6.197a4.9%204.9%200%200%201%202.949-.99z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/tampermonkey.svg?color=%231a73e8&size=48