Diki Dictionary Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Diki 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/339103.svg" alt="Diki Dictionary icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/339103.svg" alt="Diki Dictionary icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/339103.svg" alt="Diki Dictionary icon" :width="24" :height="24" />
CSS background
.icon-diki-dictionary {
background-image: url('https://proicons.com/icon/339103.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.g{fill:#fff;}.h{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g id="f"><path class="h" d="M9.3058,28.3515c-4.3537-3.6527-8.1929-9.4481.0246-15.447,13.6357-9.9542,41.5727,5.8094,32.3329,16.0865-8.9495,9.9543-25.3228,3.6896-26.3558,3.2837-.9593,3.2714-.4673,5.9894-.4673,5.9894-5.4114-4.5874-5.559-9.0149-5.5344-9.9126Z"/></g><line class="h" x1="27.8492" y1="14.802" x2="24.791" y2="26.3169"/><line class="h" x1="25.4418" y1="23.8712" x2="32.0315" y2="20.0687"/><line class="h" x1="27.5391" y1="22.661" x2="30.5531" y2="27.8287"/><circle class="g" cx="22.577" cy="15.8161" r=".75"/><line class="h" x1="22.2004" y1="19.4454" x2="21.3859" y2="27.2963"/><circle class="g" cx="34.5638" cy="17.5383" r=".75"/><line class="h" x1="34.4394" y1="21.1849" x2="34.1702" y2="29.0734"/><path class="h" d="M17.9874,22.119c.4222-1.5899-.5243-3.221-2.1142-3.6433h0c-1.5899-.4222-3.221.5243-3.6433,2.1142l-.497,1.8712c-.4222,1.5899.5243,3.221,2.1142,3.6433h0c1.5899.4222,3.221-.5243,3.6433-2.1142"/><line class="h" x1="16.7259" y1="26.8689" x2="19.7841" y2="15.354"/></svg>
Copied!