rainmeter logo
rainmeter from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- rainmeter
- Set
- Simple Icons
- Style
- Brand
- Viewbox
- 24×24
- License
- CC0 1.0
Use the rainmeter logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.7 1.088L12 0l-.7 1.088c-.751 1.168-7.342 11.525-7.342 15.366C3.958 20.615 7.565 24 12 24s8.042-3.385 8.042-7.546c0-3.84-6.591-14.197-7.342-15.366M12 22.335c-3.516 0-6.377-2.638-6.377-5.881C5.623 13.908 9.732 6.756 12 3.1c2.268 3.656 6.377 10.809 6.377 13.355c0 3.242-2.861 5.88-6.377 5.88m4.957-6.017c0 2.548-2.22 4.615-4.957 4.615s-4.957-2.067-4.957-4.615q.001-.245.058-.549s1.306-2.616 4.847 0c2.999 2.215 4.95 0 4.95 0q.058.304.059.549"/></svg>
React
import type { SVGProps } from "react";
export function SimpleIconsRainmeter(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="M12.7 1.088L12 0l-.7 1.088c-.751 1.168-7.342 11.525-7.342 15.366C3.958 20.615 7.565 24 12 24s8.042-3.385 8.042-7.546c0-3.84-6.591-14.197-7.342-15.366M12 22.335c-3.516 0-6.377-2.638-6.377-5.881C5.623 13.908 9.732 6.756 12 3.1c2.268 3.656 6.377 10.809 6.377 13.355c0 3.242-2.861 5.88-6.377 5.88m4.957-6.017c0 2.548-2.22 4.615-4.957 4.615s-4.957-2.067-4.957-4.615q.001-.245.058-.549s1.306-2.616 4.847 0c2.999 2.215 4.95 0 4.95 0q.058.304.059.549"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.7 1.088L12 0l-.7 1.088c-.751 1.168-7.342 11.525-7.342 15.366C3.958 20.615 7.565 24 12 24s8.042-3.385 8.042-7.546c0-3.84-6.591-14.197-7.342-15.366M12 22.335c-3.516 0-6.377-2.638-6.377-5.881C5.623 13.908 9.732 6.756 12 3.1c2.268 3.656 6.377 10.809 6.377 13.355c0 3.242-2.861 5.88-6.377 5.88m4.957-6.017c0 2.548-2.22 4.615-4.957 4.615s-4.957-2.067-4.957-4.615q.001-.245.058-.549s1.306-2.616 4.847 0c2.999 2.215 4.95 0 4.95 0q.058.304.059.549"/></svg> </template>
CSS
.icon-rainmeter {
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%22M12.7%201.088L12%200l-.7%201.088c-.751%201.168-7.342%2011.525-7.342%2015.366C3.958%2020.615%207.565%2024%2012%2024s8.042-3.385%208.042-7.546c0-3.84-6.591-14.197-7.342-15.366M12%2022.335c-3.516%200-6.377-2.638-6.377-5.881C5.623%2013.908%209.732%206.756%2012%203.1c2.268%203.656%206.377%2010.809%206.377%2013.355c0%203.242-2.861%205.88-6.377%205.88m4.957-6.017c0%202.548-2.22%204.615-4.957%204.615s-4.957-2.067-4.957-4.615q.001-.245.058-.549s1.306-2.616%204.847%200c2.999%202.215%204.95%200%204.95%200q.058.304.059.549%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%22M12.7%201.088L12%200l-.7%201.088c-.751%201.168-7.342%2011.525-7.342%2015.366C3.958%2020.615%207.565%2024%2012%2024s8.042-3.385%208.042-7.546c0-3.84-6.591-14.197-7.342-15.366M12%2022.335c-3.516%200-6.377-2.638-6.377-5.881C5.623%2013.908%209.732%206.756%2012%203.1c2.268%203.656%206.377%2010.809%206.377%2013.355c0%203.242-2.861%205.88-6.377%205.88m4.957-6.017c0%202.548-2.22%204.615-4.957%204.615s-4.957-2.067-4.957-4.615q.001-.245.058-.549s1.306-2.616%204.847%200c2.999%202.215%204.95%200%204.95%200q.058.304.059.549%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/rainmeter.svg?color=%231a73e8&size=48