Longdo Dictionary Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Longdo 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/343218.svg" alt="Longdo Dictionary icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/343218.svg" alt="Longdo Dictionary icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/343218.svg" alt="Longdo Dictionary icon" :width="24" :height="24" />
CSS background
.icon-longdo-dictionary {
background-image: url('https://proicons.com/icon/343218.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M12.073,39.64h2.595v3.86l-1.298-1.635-1.297,1.635v-3.86ZM20.947,12.669v16.914h9.026M12.583,6.949h25.755v28.355H12.583V6.949ZM40.439,42.843h-.547M10.316,41.329c-.5049-.3116-.8946-.7792-1.11-1.332.2151-.5522.604-1.0193,1.108-1.331M10.314,38.666c.0853-.0547.1733-.106.264-.154M10.578,38.512c1.185-.627,2.788-.684,3.925-.755h25.389M40.439,37.757h-.547v5.086h-23.465M10.313,42.59c-1.62-.493-2.752-1.655-2.752-3.016V7.77c0-1.812,2.004-3.27,4.492-3.27h28.386v33.257"/></svg>
Copied!