Ou Study Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Ou Study 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/345392.svg" alt="Ou Study icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/345392.svg" alt="Ou Study icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/345392.svg" alt="Ou Study icon" :width="24" :height="24" />
CSS background
.icon-ou-study {
background-image: url('https://proicons.com/icon/345392.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>.d{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="d" d="m9.4471,27.9471V5.5h29.1059v22.4471c0,8.0374-6.5156,14.5529-14.5529,14.5529-8.0374,0-14.5529-6.5156-14.5529-14.5529Z"/><path id="c" class="d" d="m17.9294,8.5353c3.1882,0,5.7647,2.5765,5.7647,5.7647,0,3.1765-2.5765,5.7647-5.7647,5.7647-3.1765,0-5.7529-2.5882-5.7529-5.7647,0-3.1882,2.5765-5.7647,5.7529-5.7647Z"/></svg>
Copied!