Mdict Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Mdict 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/328976.svg" alt="Mdict icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/328976.svg" alt="Mdict icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/328976.svg" alt="Mdict icon" :width="24" :height="24" />
CSS background
.icon-mdict {
background-image: url('https://proicons.com/icon/328976.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>.m{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g id="b"><g id="c"><path id="d" class="m" d="M40.2889,13.7193c0,1.1-.9,2-2,2h0c-1.1,0-2-.9-2-2v-1.3c0-1.1.9-2,2-2h0c1.1,0,2,.9,2,2"/></g><line id="e" class="m" x1="40.2889" y1="15.7193" x2="40.2889" y2="10.4193"/></g><g id="f"><path id="g" class="m" d="M35.0811,15.7193l-2.6-8-2.0258,6.0023"/><line id="h" class="m" x1="30.6811" y1="13.0193" x2="34.1811" y2="13.0193"/></g><path id="i" class="m" d="M38.5001,5.5H9.5001c-2.2091,0-4,1.7909-4,4v29c0,2.2091,1.7909,4,4,4h29c2.2091,0,4-1.7909,4-4V9.5c0-2.2091-1.7909-4-4-4Z"/><path id="j" class="m" d="M13.207,5.5c4.9796,1.7235,8.3925,4.3092,10.3438,7.7656-5.0829.534-8.9451,4.8149-8.9551,9.9258,0,5.5228,4.4772,10,10,10,4.7203-.0125,8.789-3.324,9.7598-7.9434,3.6399,2.0623,5.9786,5.6,8.1445,9.2793-4.2164-13.77-11.4174-25.3377-29.293-29.0273Z"/><path id="k" class="m" d="M23.5508,13.2656c2.5798,5.4919,4.8654,8.7235,10.8047,11.9824"/><path id="l" class="m" d="M17.7379,30.4695l-6.214,6.0882"/></svg>
Copied!