Js Dict Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Js Dict 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/342294.svg" alt="Js Dict icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/342294.svg" alt="Js Dict icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/342294.svg" alt="Js Dict icon" :width="24" :height="24" />
CSS background
.icon-js-dict {
background-image: url('https://proicons.com/icon/342294.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="m41.8005,37.2128H6.1995c-.9386,0-1.6995-.7609-1.6995-1.6995V12.4867c0-.9386.7609-1.6995,1.6995-1.6995h35.6011c.9386,0,1.6995.7609,1.6995,1.6995v23.0266c0,.9386-.7609,1.6995-1.6995,1.6995Z"/><line class="b" x1="24" y1="10.7872" x2="24" y2="37.2128"/><path class="b" d="m12.6146,27.7234v4.1755c0,.7655-.6263,1.3918-1.3918,1.3918h0c-.7655,0-1.3918-.6263-1.3918-1.3918v-.4871"/><path class="b" d="m15.0503,32.6644c.348.4175.7655.6263,1.3918.6263h.8351c.7655,0,1.3918-.6263,1.3918-1.3918h0c0-.7655-.6263-1.3918-1.3918-1.3918h-.9047c-.7655,0-1.3918-.6263-1.3918-1.3918h0c0-.7655.6263-1.3918,1.3918-1.3918h.8351c.6263,0,1.0439.1392,1.3918.6263"/><path class="b" d="m33.7692,22.3725c.0819,3.3078-.4527,5.0238-3.1021,6.6156"/><path class="b" d="m29.4149,20.0106h9.5957c-.8298,1.5426-1.617,2.5213-2.9681,3.5957"/></svg>
Copied!