Galnet Dictionary Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Galnet 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/326361.svg" alt="Galnet Dictionary icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/326361.svg" alt="Galnet Dictionary icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/326361.svg" alt="Galnet Dictionary icon" :width="24" :height="24" />
CSS background
.icon-galnet-dictionary {
background-image: url('https://proicons.com/icon/326361.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><rect class="b" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/><path class="b" d="M19.2447,20.5667v10.1171c0,1.8625-1.5099,3.3724-3.3724,3.3724h0c-.9312,0-1.7743-.3774-2.3846-.9877"/><rect class="b" x="12.5" y="20.5667" width="6.7447" height="8.9367" rx="3.3724" ry="3.3724" transform="translate(31.7447 50.0701) rotate(180)"/><path class="b" d="M22.4383,15.9439v11.8032c0,.9312.7549,1.6862,1.6862,1.6862h.5059"/><line class="b" x1="27.7781" y1="29.4333" x2="29.9932" y2="16.8713"/><line class="b" x1="32.1622" y1="29.4333" x2="34.3772" y2="16.8713"/><line class="b" x1="26.6384" y1="25.808" x2="34.5634" y2="25.808"/><line class="b" x1="27.575" y1="20.4966" x2="35.5" y2="20.4966"/></svg>
Copied!