byjus logo
byjus from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- byjus
- Set
- Simple Icons
- Style
- Brand
- Viewbox
- 24×24
- License
- CC0 1.0
Use the byjus logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2.327.016A2.325 2.325 0 0 0 0 2.34v19.32a2.325 2.325 0 0 0 2.327 2.323h19.346A2.325 2.325 0 0 0 24 21.66V2.34A2.325 2.325 0 0 0 21.673.016zm10.054 3.496h.07a4.32 4.32 0 0 1 3.267 1.462a4.45 4.45 0 0 1 .961 2.365a4.16 4.16 0 0 1-.456 2.27a5.02 5.02 0 0 1 2.424 2.008a5.24 5.24 0 0 1 .73 3.374a4.7 4.7 0 0 1-1.15 2.466a4.84 4.84 0 0 1-2.26 1.535l-4.987 1.439a1.5 1.5 0 0 1-.41.058a1.5 1.5 0 0 1-1.432-1.075L5.524 6.909a1.487 1.487 0 0 1 1.018-1.841l4.956-1.429a3.4 3.4 0 0 1 .883-.127m.248.861a3 3 0 0 0-.855.122L6.94 5.888a.744.744 0 0 0-.51.922l3.53 12.206a.745.745 0 0 0 .921.509l4.664-1.345a4.085 4.085 0 0 0-.896-8.003a3.3 3.3 0 0 0 1.138-2.272a3.48 3.48 0 0 0-.928-2.549a3 3 0 0 0-2.23-.983"/></svg>
React
import type { SVGProps } from "react";
export function SimpleIconsByjus(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="M2.327.016A2.325 2.325 0 0 0 0 2.34v19.32a2.325 2.325 0 0 0 2.327 2.323h19.346A2.325 2.325 0 0 0 24 21.66V2.34A2.325 2.325 0 0 0 21.673.016zm10.054 3.496h.07a4.32 4.32 0 0 1 3.267 1.462a4.45 4.45 0 0 1 .961 2.365a4.16 4.16 0 0 1-.456 2.27a5.02 5.02 0 0 1 2.424 2.008a5.24 5.24 0 0 1 .73 3.374a4.7 4.7 0 0 1-1.15 2.466a4.84 4.84 0 0 1-2.26 1.535l-4.987 1.439a1.5 1.5 0 0 1-.41.058a1.5 1.5 0 0 1-1.432-1.075L5.524 6.909a1.487 1.487 0 0 1 1.018-1.841l4.956-1.429a3.4 3.4 0 0 1 .883-.127m.248.861a3 3 0 0 0-.855.122L6.94 5.888a.744.744 0 0 0-.51.922l3.53 12.206a.745.745 0 0 0 .921.509l4.664-1.345a4.085 4.085 0 0 0-.896-8.003a3.3 3.3 0 0 0 1.138-2.272a3.48 3.48 0 0 0-.928-2.549a3 3 0 0 0-2.23-.983"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2.327.016A2.325 2.325 0 0 0 0 2.34v19.32a2.325 2.325 0 0 0 2.327 2.323h19.346A2.325 2.325 0 0 0 24 21.66V2.34A2.325 2.325 0 0 0 21.673.016zm10.054 3.496h.07a4.32 4.32 0 0 1 3.267 1.462a4.45 4.45 0 0 1 .961 2.365a4.16 4.16 0 0 1-.456 2.27a5.02 5.02 0 0 1 2.424 2.008a5.24 5.24 0 0 1 .73 3.374a4.7 4.7 0 0 1-1.15 2.466a4.84 4.84 0 0 1-2.26 1.535l-4.987 1.439a1.5 1.5 0 0 1-.41.058a1.5 1.5 0 0 1-1.432-1.075L5.524 6.909a1.487 1.487 0 0 1 1.018-1.841l4.956-1.429a3.4 3.4 0 0 1 .883-.127m.248.861a3 3 0 0 0-.855.122L6.94 5.888a.744.744 0 0 0-.51.922l3.53 12.206a.745.745 0 0 0 .921.509l4.664-1.345a4.085 4.085 0 0 0-.896-8.003a3.3 3.3 0 0 0 1.138-2.272a3.48 3.48 0 0 0-.928-2.549a3 3 0 0 0-2.23-.983"/></svg> </template>
CSS
.icon-byjus {
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%22M2.327.016A2.325%202.325%200%200%200%200%202.34v19.32a2.325%202.325%200%200%200%202.327%202.323h19.346A2.325%202.325%200%200%200%2024%2021.66V2.34A2.325%202.325%200%200%200%2021.673.016zm10.054%203.496h.07a4.32%204.32%200%200%201%203.267%201.462a4.45%204.45%200%200%201%20.961%202.365a4.16%204.16%200%200%201-.456%202.27a5.02%205.02%200%200%201%202.424%202.008a5.24%205.24%200%200%201%20.73%203.374a4.7%204.7%200%200%201-1.15%202.466a4.84%204.84%200%200%201-2.26%201.535l-4.987%201.439a1.5%201.5%200%200%201-.41.058a1.5%201.5%200%200%201-1.432-1.075L5.524%206.909a1.487%201.487%200%200%201%201.018-1.841l4.956-1.429a3.4%203.4%200%200%201%20.883-.127m.248.861a3%203%200%200%200-.855.122L6.94%205.888a.744.744%200%200%200-.51.922l3.53%2012.206a.745.745%200%200%200%20.921.509l4.664-1.345a4.085%204.085%200%200%200-.896-8.003a3.3%203.3%200%200%200%201.138-2.272a3.48%203.48%200%200%200-.928-2.549a3%203%200%200%200-2.23-.983%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%22M2.327.016A2.325%202.325%200%200%200%200%202.34v19.32a2.325%202.325%200%200%200%202.327%202.323h19.346A2.325%202.325%200%200%200%2024%2021.66V2.34A2.325%202.325%200%200%200%2021.673.016zm10.054%203.496h.07a4.32%204.32%200%200%201%203.267%201.462a4.45%204.45%200%200%201%20.961%202.365a4.16%204.16%200%200%201-.456%202.27a5.02%205.02%200%200%201%202.424%202.008a5.24%205.24%200%200%201%20.73%203.374a4.7%204.7%200%200%201-1.15%202.466a4.84%204.84%200%200%201-2.26%201.535l-4.987%201.439a1.5%201.5%200%200%201-.41.058a1.5%201.5%200%200%201-1.432-1.075L5.524%206.909a1.487%201.487%200%200%201%201.018-1.841l4.956-1.429a3.4%203.4%200%200%201%20.883-.127m.248.861a3%203%200%200%200-.855.122L6.94%205.888a.744.744%200%200%200-.51.922l3.53%2012.206a.745.745%200%200%200%20.921.509l4.664-1.345a4.085%204.085%200%200%200-.896-8.003a3.3%203.3%200%200%200%201.138-2.272a3.48%203.48%200%200%200-.928-2.549a3%203%200%200%200-2.23-.983%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/byjus.svg?color=%231a73e8&size=48