openverse logo
openverse from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- openverse
- Set
- Simple Icons
- Style
- Brand
- Viewbox
- 24×24
- License
- CC0 1.0
Use the openverse logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.882 1.018C2.182 1.018 0 3.214 0 5.932c0 2.704 2.182 4.915 4.882 4.915Zm7.118 0c-2.686 0-4.882 2.196-4.882 4.914c0 2.704 2.182 4.915 4.882 4.915zm7.118 0c-2.696 0-4.881 2.2-4.881 4.914s2.185 4.915 4.88 4.915c2.697 0 4.883-2.2 4.883-4.915s-2.186-4.914-4.882-4.914m0 12.093c-2.696 0-4.881 2.2-4.881 4.915s2.185 4.914 4.88 4.914c2.697 0 4.883-2.2 4.883-4.914s-2.186-4.915-4.882-4.915M12 13.126c-2.686 0-4.882 2.196-4.882 4.9S9.3 22.94 12 22.94zm-7.118.04c-2.7 0-4.882 2.197-4.882 4.9c0 2.719 2.182 4.916 4.882 4.916Z"/></svg>
React
import type { SVGProps } from "react";
export function SimpleIconsOpenverse(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="M4.882 1.018C2.182 1.018 0 3.214 0 5.932c0 2.704 2.182 4.915 4.882 4.915Zm7.118 0c-2.686 0-4.882 2.196-4.882 4.914c0 2.704 2.182 4.915 4.882 4.915zm7.118 0c-2.696 0-4.881 2.2-4.881 4.914s2.185 4.915 4.88 4.915c2.697 0 4.883-2.2 4.883-4.915s-2.186-4.914-4.882-4.914m0 12.093c-2.696 0-4.881 2.2-4.881 4.915s2.185 4.914 4.88 4.914c2.697 0 4.883-2.2 4.883-4.914s-2.186-4.915-4.882-4.915M12 13.126c-2.686 0-4.882 2.196-4.882 4.9S9.3 22.94 12 22.94zm-7.118.04c-2.7 0-4.882 2.197-4.882 4.9c0 2.719 2.182 4.916 4.882 4.916Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.882 1.018C2.182 1.018 0 3.214 0 5.932c0 2.704 2.182 4.915 4.882 4.915Zm7.118 0c-2.686 0-4.882 2.196-4.882 4.914c0 2.704 2.182 4.915 4.882 4.915zm7.118 0c-2.696 0-4.881 2.2-4.881 4.914s2.185 4.915 4.88 4.915c2.697 0 4.883-2.2 4.883-4.915s-2.186-4.914-4.882-4.914m0 12.093c-2.696 0-4.881 2.2-4.881 4.915s2.185 4.914 4.88 4.914c2.697 0 4.883-2.2 4.883-4.914s-2.186-4.915-4.882-4.915M12 13.126c-2.686 0-4.882 2.196-4.882 4.9S9.3 22.94 12 22.94zm-7.118.04c-2.7 0-4.882 2.197-4.882 4.9c0 2.719 2.182 4.916 4.882 4.916Z"/></svg> </template>
CSS
.icon-openverse {
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%22M4.882%201.018C2.182%201.018%200%203.214%200%205.932c0%202.704%202.182%204.915%204.882%204.915Zm7.118%200c-2.686%200-4.882%202.196-4.882%204.914c0%202.704%202.182%204.915%204.882%204.915zm7.118%200c-2.696%200-4.881%202.2-4.881%204.914s2.185%204.915%204.88%204.915c2.697%200%204.883-2.2%204.883-4.915s-2.186-4.914-4.882-4.914m0%2012.093c-2.696%200-4.881%202.2-4.881%204.915s2.185%204.914%204.88%204.914c2.697%200%204.883-2.2%204.883-4.914s-2.186-4.915-4.882-4.915M12%2013.126c-2.686%200-4.882%202.196-4.882%204.9S9.3%2022.94%2012%2022.94zm-7.118.04c-2.7%200-4.882%202.197-4.882%204.9c0%202.719%202.182%204.916%204.882%204.916Z%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%22M4.882%201.018C2.182%201.018%200%203.214%200%205.932c0%202.704%202.182%204.915%204.882%204.915Zm7.118%200c-2.686%200-4.882%202.196-4.882%204.914c0%202.704%202.182%204.915%204.882%204.915zm7.118%200c-2.696%200-4.881%202.2-4.881%204.914s2.185%204.915%204.88%204.915c2.697%200%204.883-2.2%204.883-4.915s-2.186-4.914-4.882-4.914m0%2012.093c-2.696%200-4.881%202.2-4.881%204.915s2.185%204.914%204.88%204.914c2.697%200%204.883-2.2%204.883-4.914s-2.186-4.915-4.882-4.915M12%2013.126c-2.686%200-4.882%202.196-4.882%204.9S9.3%2022.94%2012%2022.94zm-7.118.04c-2.7%200-4.882%202.197-4.882%204.9c0%202.719%202.182%204.916%204.882%204.916Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/openverse.svg?color=%231a73e8&size=48