openaccess logo
openaccess from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- openaccess
- Set
- Simple Icons
- Style
- Brand
- Viewbox
- 24×24
- License
- CC0 1.0
Use the openaccess logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.971 13.486a7.6 7.6 0 0 0-.54-1.043V6.415a6.38 6.38 0 0 0-1.88-4.535A6.37 6.37 0 0 0 12.017 0h-.002a6.37 6.37 0 0 0-4.536 1.878a6.38 6.38 0 0 0-1.88 4.537v.877h2.57v-.877c0-1.026.4-1.992 1.127-2.72a3.82 3.82 0 0 1 2.72-1.125a3.85 3.85 0 0 1 3.847 3.845v3.508A7.5 7.5 0 0 0 12 8.865a7.54 7.54 0 0 0-5.35 2.216a7.54 7.54 0 0 0-2.216 5.35a7.54 7.54 0 0 0 2.215 5.35A7.54 7.54 0 0 0 12 24a7.54 7.54 0 0 0 5.35-2.216a7.54 7.54 0 0 0 2.216-5.35c0-1.021-.2-2.012-.595-2.946zM12 21.428a5.003 5.003 0 0 1-4.997-4.996A5.003 5.003 0 0 1 12 11.435a5 5 0 0 1 4.997 4.997A5 5 0 0 1 12 21.428m2.145-4.973a2.12 2.12 0 1 1-4.24 0a2.12 2.12 0 0 1 4.24 0"/></svg>
React
import type { SVGProps } from "react";
export function SimpleIconsOpenaccess(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="M18.971 13.486a7.6 7.6 0 0 0-.54-1.043V6.415a6.38 6.38 0 0 0-1.88-4.535A6.37 6.37 0 0 0 12.017 0h-.002a6.37 6.37 0 0 0-4.536 1.878a6.38 6.38 0 0 0-1.88 4.537v.877h2.57v-.877c0-1.026.4-1.992 1.127-2.72a3.82 3.82 0 0 1 2.72-1.125a3.85 3.85 0 0 1 3.847 3.845v3.508A7.5 7.5 0 0 0 12 8.865a7.54 7.54 0 0 0-5.35 2.216a7.54 7.54 0 0 0-2.216 5.35a7.54 7.54 0 0 0 2.215 5.35A7.54 7.54 0 0 0 12 24a7.54 7.54 0 0 0 5.35-2.216a7.54 7.54 0 0 0 2.216-5.35c0-1.021-.2-2.012-.595-2.946zM12 21.428a5.003 5.003 0 0 1-4.997-4.996A5.003 5.003 0 0 1 12 11.435a5 5 0 0 1 4.997 4.997A5 5 0 0 1 12 21.428m2.145-4.973a2.12 2.12 0 1 1-4.24 0a2.12 2.12 0 0 1 4.24 0"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.971 13.486a7.6 7.6 0 0 0-.54-1.043V6.415a6.38 6.38 0 0 0-1.88-4.535A6.37 6.37 0 0 0 12.017 0h-.002a6.37 6.37 0 0 0-4.536 1.878a6.38 6.38 0 0 0-1.88 4.537v.877h2.57v-.877c0-1.026.4-1.992 1.127-2.72a3.82 3.82 0 0 1 2.72-1.125a3.85 3.85 0 0 1 3.847 3.845v3.508A7.5 7.5 0 0 0 12 8.865a7.54 7.54 0 0 0-5.35 2.216a7.54 7.54 0 0 0-2.216 5.35a7.54 7.54 0 0 0 2.215 5.35A7.54 7.54 0 0 0 12 24a7.54 7.54 0 0 0 5.35-2.216a7.54 7.54 0 0 0 2.216-5.35c0-1.021-.2-2.012-.595-2.946zM12 21.428a5.003 5.003 0 0 1-4.997-4.996A5.003 5.003 0 0 1 12 11.435a5 5 0 0 1 4.997 4.997A5 5 0 0 1 12 21.428m2.145-4.973a2.12 2.12 0 1 1-4.24 0a2.12 2.12 0 0 1 4.24 0"/></svg> </template>
CSS
.icon-openaccess {
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%22M18.971%2013.486a7.6%207.6%200%200%200-.54-1.043V6.415a6.38%206.38%200%200%200-1.88-4.535A6.37%206.37%200%200%200%2012.017%200h-.002a6.37%206.37%200%200%200-4.536%201.878a6.38%206.38%200%200%200-1.88%204.537v.877h2.57v-.877c0-1.026.4-1.992%201.127-2.72a3.82%203.82%200%200%201%202.72-1.125a3.85%203.85%200%200%201%203.847%203.845v3.508A7.5%207.5%200%200%200%2012%208.865a7.54%207.54%200%200%200-5.35%202.216a7.54%207.54%200%200%200-2.216%205.35a7.54%207.54%200%200%200%202.215%205.35A7.54%207.54%200%200%200%2012%2024a7.54%207.54%200%200%200%205.35-2.216a7.54%207.54%200%200%200%202.216-5.35c0-1.021-.2-2.012-.595-2.946zM12%2021.428a5.003%205.003%200%200%201-4.997-4.996A5.003%205.003%200%200%201%2012%2011.435a5%205%200%200%201%204.997%204.997A5%205%200%200%201%2012%2021.428m2.145-4.973a2.12%202.12%200%201%201-4.24%200a2.12%202.12%200%200%201%204.24%200%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%22M18.971%2013.486a7.6%207.6%200%200%200-.54-1.043V6.415a6.38%206.38%200%200%200-1.88-4.535A6.37%206.37%200%200%200%2012.017%200h-.002a6.37%206.37%200%200%200-4.536%201.878a6.38%206.38%200%200%200-1.88%204.537v.877h2.57v-.877c0-1.026.4-1.992%201.127-2.72a3.82%203.82%200%200%201%202.72-1.125a3.85%203.85%200%200%201%203.847%203.845v3.508A7.5%207.5%200%200%200%2012%208.865a7.54%207.54%200%200%200-5.35%202.216a7.54%207.54%200%200%200-2.216%205.35a7.54%207.54%200%200%200%202.215%205.35A7.54%207.54%200%200%200%2012%2024a7.54%207.54%200%200%200%205.35-2.216a7.54%207.54%200%200%200%202.216-5.35c0-1.021-.2-2.012-.595-2.946zM12%2021.428a5.003%205.003%200%200%201-4.997-4.996A5.003%205.003%200%200%201%2012%2011.435a5%205%200%200%201%204.997%204.997A5%205%200%200%201%2012%2021.428m2.145-4.973a2.12%202.12%200%201%201-4.24%200a2.12%202.12%200%200%201%204.24%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/openaccess.svg?color=%231a73e8&size=48