Byjus The Learning App Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Byjus The Learning App icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/323074.svg" alt="Byjus The Learning App icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/323074.svg" alt="Byjus The Learning App icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/323074.svg" alt="Byjus The Learning App icon" :width="24" :height="24" />
CSS background
.icon-byjus-the-learning-app {
background-image: url('https://proicons.com/icon/323074.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M38.8383,27.2347c-1.1228-4.1903-4.767-7.0221-8.8622-7.3235,2.4589-1.9629,3.6634-5.2603,2.797-8.4937-1.1604-4.3306-5.5934-6.9068-9.9252-5.7876l-.0315-.1177-11.771,3.154c-1.6004.4288-2.5501,2.0738-2.1213,3.6742l7.5204,28.0667c.4288,1.6004,2.0738,2.5501,3.6742,2.1213l11.771-3.154-.001-.0036c5.2524-1.449,8.3621-6.8642,6.9495-12.1362Z"/></svg>
Copied!