studyverse logo
studyverse from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- studyverse
- Set
- Simple Icons
- Style
- Brand
- Viewbox
- 24×24
- License
- CC0 1.0
Use the studyverse logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.267 21.4c1.552-.126 3.057-.622 4.325-1.536c.55-.404 1.063-.881 1.427-1.462c.186-.297.307-.62.297-.975a2.26 2.26 0 0 0-.59-1.566c-.385-.437-.852-.777-1.353-1.068a13 13 0 0 0-2.397-1.076c-2.426-.842-5.068-1.584-7.366-2.726c-.746-.381-1.482-.808-2.089-1.392c-.3-.301-.573-.656-.698-1.068c-.226-.763-.227-1.605.1-2.34c.107-.253.27-.453.421-.68c-.063-.088-.094-.192-.217-.204c-.206.027-.408.125-.6.202A7.6 7.6 0 0 0 .915 7.43C.523 7.89.172 8.462.06 9.062c-.174.972.03 1.99.605 2.797c.706 1.02 1.889 1.715 3.015 2.18c2.748 1.094 5.544 2.072 8.304 3.134c.352.139.695.234.968.512c.173.178.296.428.184.673c-.137.318-.539.46-.856.502c-.742.093-1.476-.175-2.166-.41c-2.105-.733-4.17-1.588-6.227-2.444c-.116-.047-.167-.05-.268.03c-.038.117-.013.208.05.31c.411.69.89 1.342 1.427 1.938c1.107 1.229 2.507 2.307 4.097 2.814c1.01.328 2.023.348 3.074.302m7.608-2.708c.233-.033.46-.147.676-.238a7.6 7.6 0 0 0 2.561-1.917c.51-.608.875-1.307.884-2.119a3.67 3.67 0 0 0-.81-2.481c-.722-.918-1.834-1.555-2.9-1.992c-2.852-1.132-5.752-2.144-8.614-3.251c-.295-.116-.58-.27-.754-.545c-.105-.167-.136-.371-.035-.548c.146-.276.5-.409.79-.455c.693-.104 1.389.122 2.037.343c2.18.748 4.316 1.637 6.444 2.52c.088.038.154.01.226-.045c.041-.115.012-.212-.048-.312A12.2 12.2 0 0 0 18.59 5.38c-1.053-1.091-2.36-2.03-3.817-2.49c-.727-.23-1.512-.316-2.272-.307a8.8 8.8 0 0 0-3.333.597c-1.012.4-1.992 1.007-2.729 1.814c-.297.335-.6.737-.713 1.177a2.23 2.23 0 0 0 .191 1.443c.244.48.671.88 1.1 1.196c1.188.845 2.518 1.325 3.89 1.772c2.102.703 4.331 1.381 6.327 2.348c.774.386 1.585.842 2.214 1.442c.302.295.582.649.715 1.054c.25.802.244 1.697-.123 2.463c-.102.22-.257.392-.378.6c.055.087.089.2.212.203z"/></svg>
React
import type { SVGProps } from "react";
export function SimpleIconsStudyverse(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.267 21.4c1.552-.126 3.057-.622 4.325-1.536c.55-.404 1.063-.881 1.427-1.462c.186-.297.307-.62.297-.975a2.26 2.26 0 0 0-.59-1.566c-.385-.437-.852-.777-1.353-1.068a13 13 0 0 0-2.397-1.076c-2.426-.842-5.068-1.584-7.366-2.726c-.746-.381-1.482-.808-2.089-1.392c-.3-.301-.573-.656-.698-1.068c-.226-.763-.227-1.605.1-2.34c.107-.253.27-.453.421-.68c-.063-.088-.094-.192-.217-.204c-.206.027-.408.125-.6.202A7.6 7.6 0 0 0 .915 7.43C.523 7.89.172 8.462.06 9.062c-.174.972.03 1.99.605 2.797c.706 1.02 1.889 1.715 3.015 2.18c2.748 1.094 5.544 2.072 8.304 3.134c.352.139.695.234.968.512c.173.178.296.428.184.673c-.137.318-.539.46-.856.502c-.742.093-1.476-.175-2.166-.41c-2.105-.733-4.17-1.588-6.227-2.444c-.116-.047-.167-.05-.268.03c-.038.117-.013.208.05.31c.411.69.89 1.342 1.427 1.938c1.107 1.229 2.507 2.307 4.097 2.814c1.01.328 2.023.348 3.074.302m7.608-2.708c.233-.033.46-.147.676-.238a7.6 7.6 0 0 0 2.561-1.917c.51-.608.875-1.307.884-2.119a3.67 3.67 0 0 0-.81-2.481c-.722-.918-1.834-1.555-2.9-1.992c-2.852-1.132-5.752-2.144-8.614-3.251c-.295-.116-.58-.27-.754-.545c-.105-.167-.136-.371-.035-.548c.146-.276.5-.409.79-.455c.693-.104 1.389.122 2.037.343c2.18.748 4.316 1.637 6.444 2.52c.088.038.154.01.226-.045c.041-.115.012-.212-.048-.312A12.2 12.2 0 0 0 18.59 5.38c-1.053-1.091-2.36-2.03-3.817-2.49c-.727-.23-1.512-.316-2.272-.307a8.8 8.8 0 0 0-3.333.597c-1.012.4-1.992 1.007-2.729 1.814c-.297.335-.6.737-.713 1.177a2.23 2.23 0 0 0 .191 1.443c.244.48.671.88 1.1 1.196c1.188.845 2.518 1.325 3.89 1.772c2.102.703 4.331 1.381 6.327 2.348c.774.386 1.585.842 2.214 1.442c.302.295.582.649.715 1.054c.25.802.244 1.697-.123 2.463c-.102.22-.257.392-.378.6c.055.087.089.2.212.203z"/></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.267 21.4c1.552-.126 3.057-.622 4.325-1.536c.55-.404 1.063-.881 1.427-1.462c.186-.297.307-.62.297-.975a2.26 2.26 0 0 0-.59-1.566c-.385-.437-.852-.777-1.353-1.068a13 13 0 0 0-2.397-1.076c-2.426-.842-5.068-1.584-7.366-2.726c-.746-.381-1.482-.808-2.089-1.392c-.3-.301-.573-.656-.698-1.068c-.226-.763-.227-1.605.1-2.34c.107-.253.27-.453.421-.68c-.063-.088-.094-.192-.217-.204c-.206.027-.408.125-.6.202A7.6 7.6 0 0 0 .915 7.43C.523 7.89.172 8.462.06 9.062c-.174.972.03 1.99.605 2.797c.706 1.02 1.889 1.715 3.015 2.18c2.748 1.094 5.544 2.072 8.304 3.134c.352.139.695.234.968.512c.173.178.296.428.184.673c-.137.318-.539.46-.856.502c-.742.093-1.476-.175-2.166-.41c-2.105-.733-4.17-1.588-6.227-2.444c-.116-.047-.167-.05-.268.03c-.038.117-.013.208.05.31c.411.69.89 1.342 1.427 1.938c1.107 1.229 2.507 2.307 4.097 2.814c1.01.328 2.023.348 3.074.302m7.608-2.708c.233-.033.46-.147.676-.238a7.6 7.6 0 0 0 2.561-1.917c.51-.608.875-1.307.884-2.119a3.67 3.67 0 0 0-.81-2.481c-.722-.918-1.834-1.555-2.9-1.992c-2.852-1.132-5.752-2.144-8.614-3.251c-.295-.116-.58-.27-.754-.545c-.105-.167-.136-.371-.035-.548c.146-.276.5-.409.79-.455c.693-.104 1.389.122 2.037.343c2.18.748 4.316 1.637 6.444 2.52c.088.038.154.01.226-.045c.041-.115.012-.212-.048-.312A12.2 12.2 0 0 0 18.59 5.38c-1.053-1.091-2.36-2.03-3.817-2.49c-.727-.23-1.512-.316-2.272-.307a8.8 8.8 0 0 0-3.333.597c-1.012.4-1.992 1.007-2.729 1.814c-.297.335-.6.737-.713 1.177a2.23 2.23 0 0 0 .191 1.443c.244.48.671.88 1.1 1.196c1.188.845 2.518 1.325 3.89 1.772c2.102.703 4.331 1.381 6.327 2.348c.774.386 1.585.842 2.214 1.442c.302.295.582.649.715 1.054c.25.802.244 1.697-.123 2.463c-.102.22-.257.392-.378.6c.055.087.089.2.212.203z"/></svg> </template>
CSS
.icon-studyverse {
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.267%2021.4c1.552-.126%203.057-.622%204.325-1.536c.55-.404%201.063-.881%201.427-1.462c.186-.297.307-.62.297-.975a2.26%202.26%200%200%200-.59-1.566c-.385-.437-.852-.777-1.353-1.068a13%2013%200%200%200-2.397-1.076c-2.426-.842-5.068-1.584-7.366-2.726c-.746-.381-1.482-.808-2.089-1.392c-.3-.301-.573-.656-.698-1.068c-.226-.763-.227-1.605.1-2.34c.107-.253.27-.453.421-.68c-.063-.088-.094-.192-.217-.204c-.206.027-.408.125-.6.202A7.6%207.6%200%200%200%20.915%207.43C.523%207.89.172%208.462.06%209.062c-.174.972.03%201.99.605%202.797c.706%201.02%201.889%201.715%203.015%202.18c2.748%201.094%205.544%202.072%208.304%203.134c.352.139.695.234.968.512c.173.178.296.428.184.673c-.137.318-.539.46-.856.502c-.742.093-1.476-.175-2.166-.41c-2.105-.733-4.17-1.588-6.227-2.444c-.116-.047-.167-.05-.268.03c-.038.117-.013.208.05.31c.411.69.89%201.342%201.427%201.938c1.107%201.229%202.507%202.307%204.097%202.814c1.01.328%202.023.348%203.074.302m7.608-2.708c.233-.033.46-.147.676-.238a7.6%207.6%200%200%200%202.561-1.917c.51-.608.875-1.307.884-2.119a3.67%203.67%200%200%200-.81-2.481c-.722-.918-1.834-1.555-2.9-1.992c-2.852-1.132-5.752-2.144-8.614-3.251c-.295-.116-.58-.27-.754-.545c-.105-.167-.136-.371-.035-.548c.146-.276.5-.409.79-.455c.693-.104%201.389.122%202.037.343c2.18.748%204.316%201.637%206.444%202.52c.088.038.154.01.226-.045c.041-.115.012-.212-.048-.312A12.2%2012.2%200%200%200%2018.59%205.38c-1.053-1.091-2.36-2.03-3.817-2.49c-.727-.23-1.512-.316-2.272-.307a8.8%208.8%200%200%200-3.333.597c-1.012.4-1.992%201.007-2.729%201.814c-.297.335-.6.737-.713%201.177a2.23%202.23%200%200%200%20.191%201.443c.244.48.671.88%201.1%201.196c1.188.845%202.518%201.325%203.89%201.772c2.102.703%204.331%201.381%206.327%202.348c.774.386%201.585.842%202.214%201.442c.302.295.582.649.715%201.054c.25.802.244%201.697-.123%202.463c-.102.22-.257.392-.378.6c.055.087.089.2.212.203z%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.267%2021.4c1.552-.126%203.057-.622%204.325-1.536c.55-.404%201.063-.881%201.427-1.462c.186-.297.307-.62.297-.975a2.26%202.26%200%200%200-.59-1.566c-.385-.437-.852-.777-1.353-1.068a13%2013%200%200%200-2.397-1.076c-2.426-.842-5.068-1.584-7.366-2.726c-.746-.381-1.482-.808-2.089-1.392c-.3-.301-.573-.656-.698-1.068c-.226-.763-.227-1.605.1-2.34c.107-.253.27-.453.421-.68c-.063-.088-.094-.192-.217-.204c-.206.027-.408.125-.6.202A7.6%207.6%200%200%200%20.915%207.43C.523%207.89.172%208.462.06%209.062c-.174.972.03%201.99.605%202.797c.706%201.02%201.889%201.715%203.015%202.18c2.748%201.094%205.544%202.072%208.304%203.134c.352.139.695.234.968.512c.173.178.296.428.184.673c-.137.318-.539.46-.856.502c-.742.093-1.476-.175-2.166-.41c-2.105-.733-4.17-1.588-6.227-2.444c-.116-.047-.167-.05-.268.03c-.038.117-.013.208.05.31c.411.69.89%201.342%201.427%201.938c1.107%201.229%202.507%202.307%204.097%202.814c1.01.328%202.023.348%203.074.302m7.608-2.708c.233-.033.46-.147.676-.238a7.6%207.6%200%200%200%202.561-1.917c.51-.608.875-1.307.884-2.119a3.67%203.67%200%200%200-.81-2.481c-.722-.918-1.834-1.555-2.9-1.992c-2.852-1.132-5.752-2.144-8.614-3.251c-.295-.116-.58-.27-.754-.545c-.105-.167-.136-.371-.035-.548c.146-.276.5-.409.79-.455c.693-.104%201.389.122%202.037.343c2.18.748%204.316%201.637%206.444%202.52c.088.038.154.01.226-.045c.041-.115.012-.212-.048-.312A12.2%2012.2%200%200%200%2018.59%205.38c-1.053-1.091-2.36-2.03-3.817-2.49c-.727-.23-1.512-.316-2.272-.307a8.8%208.8%200%200%200-3.333.597c-1.012.4-1.992%201.007-2.729%201.814c-.297.335-.6.737-.713%201.177a2.23%202.23%200%200%200%20.191%201.443c.244.48.671.88%201.1%201.196c1.188.845%202.518%201.325%203.89%201.772c2.102.703%204.331%201.381%206.327%202.348c.774.386%201.585.842%202.214%201.442c.302.295.582.649.715%201.054c.25.802.244%201.697-.123%202.463c-.102.22-.257.392-.378.6c.055.087.089.2.212.203z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/studyverse.svg?color=%231a73e8&size=48