Baidu Homework Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Baidu Homework 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/336887.svg" alt="Baidu Homework icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/336887.svg" alt="Baidu Homework icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/336887.svg" alt="Baidu Homework icon" :width="24" :height="24" />
CSS background
.icon-baidu-homework {
background-image: url('https://proicons.com/icon/336887.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><rect class="c" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/><line class="c" x1="12.4173" y1="31.481" x2="34.5358" y2="28.4004"/><path class="c" d="M25.8808,17.5688c-2.3036-2.0355-4.5607-.4645-6.5554,2.4683-1.5703,2.3087-1.6669,4.9526.0801,5.738,3.1231,1.4039,7.4122-6.0403,6.1227-7.8536"/><path class="c" d="M35.9994,17.4392c-2.3036-2.0355-4.5607-.4645-6.5553,2.4683-1.5703,2.3087-1.667,4.9526.08,5.7379,3.1231,1.404,7.4122-6.0403,6.1227-7.8536"/><path class="c" d="M13.7957,18.0016c1.5707-.8655,2.4683-1.0415,2.4683-1.0415l-4.2634,10.0812"/></svg>
Copied!