Oxford Dictionary Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Oxford Dictionary 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/330872.svg" alt="Oxford Dictionary icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/330872.svg" alt="Oxford Dictionary icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/330872.svg" alt="Oxford Dictionary icon" :width="24" :height="24" />
CSS background
.icon-oxford-dictionary {
background-image: url('https://proicons.com/icon/330872.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{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M8.4,6.45v35.1a1.95,1.95,0,0,0,1.95,1.95l2.3755,0V4.5H10.35A1.95,1.95,0,0,0,8.4,6.45Z"/><path class="a" d="M12.7257,4.5v39l24.9242,0a1.95,1.95,0,0,0,1.95-1.95V6.45A1.95,1.95,0,0,0,37.65,4.5Z"/><rect class="a" x="17.6628" y="18" width="17" height="12"/><line class="a" x1="26.1628" y1="30" x2="26.1628" y2="18"/><line class="a" x1="17.6628" y1="24" x2="34.6628" y2="24"/><line class="a" x1="17.6628" y1="18" x2="34.6628" y2="30"/><polyline class="a" points="34.663 18 28.029 22.683 17.663 30"/></svg>
Copied!