Brainly Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Brainly 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/337491.svg" alt="Brainly icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/337491.svg" alt="Brainly icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/337491.svg" alt="Brainly icon" :width="24" :height="24" />
CSS background
.icon-brainly {
background-image: url('https://proicons.com/icon/337491.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a,.b{fill:none;stroke:#fff;}.a{stroke-linecap:round;stroke-linejoin:round;}.b{stroke-miterlimit:5.5;}</style></defs><circle class="a" cx="24" cy="24" r="21.5"/><path class="b" d="M9.3318,8.2808l22.827-4.1726"/><path class="b" d="M15.896,43.841l22.827-4.1726"/><path class="a" d="M26.617,23.054,17.3752,24.75M26.617,23.054a4.4819,4.4819,0,0,1,5.6011,4.4028,6.9564,6.9564,0,0,1-5.6011,6.4581l-9.2418,1.6957V13.8886l9.2418-1.6957a4.4819,4.4819,0,0,1,5.6011,4.4028,6.9564,6.9564,0,0,1-5.6011,6.4581ZM15.781,14.1813l1.5942-.2925M15.781,35.9028l1.5942-.2925"/></svg>
Copied!