Freedictionary Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Freedictionary 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/326249.svg" alt="Freedictionary icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/326249.svg" alt="Freedictionary icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/326249.svg" alt="Freedictionary icon" :width="24" :height="24" />
CSS background
.icon-freedictionary {
background-image: url('https://proicons.com/icon/326249.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><path class="b" d="m19.922,39.2632c-3.7482-3.7682-3.9081-3.8781-6.177-4.058-4.9975-.4198-8.7957-4.3679-9.1855-9.5653-.1799-2.4288-.02-3.2184,1.4393-6.8666,1.4693-3.6882,1.6492-4.5678,1.6692-8.0461.01-2.1589-.1199-4.4378-.2999-5.0675-.3198-1.1494-.2999-1.1394,3.0485.7696,4.9276,2.8286,8.5758,3.8581,13.5833,3.8581s8.6558-1.0295,13.5933-3.8581c3.3384-1.9091,3.3584-1.9191,3.0385-.7696-.1799.6297-.3098,2.9086-.2999,5.0675.02,3.4783.1999,4.3579,1.6692,8.0461,1.4593,3.6482,1.6192,4.4378,1.4393,6.8666-.3998,5.1975-4.1979,9.1455-9.1955,9.5653-2.2589.1799-2.4188.2999-6.167,4.058-1.2865,1.3609-2.6479,2.649-4.078,3.8581-1.4301-1.2091-2.7916-2.4971-4.078-3.8581Zm6.207-2.8386l1.8791-1.9091-1.8491-1.6792c-1.0195-.9195-1.999-1.6692-2.1589-1.6692s-1.1394.7496-2.1589,1.6692l-1.8491,1.6792,1.8791,1.9091c1.0295,1.0495,1.989,1.9191,2.129,1.9191s1.0995-.8696,2.129-1.9191Zm-6.9166-5.8571c3.0685-2.4288,3.8281-5.8371,2.049-9.2055-1.1294-2.139-3.8981-3.8981-6.157-3.8981-1.959,0-5.0775,1.7192-6.217,3.4383-1.1894,1.7991-1.3194,5.0775-.2699,7.2664,1.8491,3.9181,7.1765,5.1175,10.5948,2.3988Zm-5.9471-1.8791c-.5197-.2499-1.1694-.9995-1.4493-1.6792-1.4193-3.4183,2.8486-6.2969,5.4673-3.6982,2.8186,2.8286-.3998,7.1265-4.018,5.3774Zm23.8183,2.059c1.969-1.2994,2.9985-3.4483,2.9985-6.217,0-2.7586-1.2794-4.7677-3.8981-6.087-2.4488-1.2394-4.168-1.2394-6.5468.02-3.2943,1.7613-4.7197,5.7309-3.2984,9.1855.6597,1.5492,3.0985,3.7582,4.7277,4.2479,1.5792.4898,4.3379-.04,6.017-1.1494Zm-6.3669-2.5987c-1.4993-1.4993-1.4593-3.7881.08-4.9975,2.8786-2.2589,6.7667.5297,5.3974,3.8581-.6546,1.7118-2.5729,2.5689-4.2847,1.9143-.4498-.172-.8567-.4398-1.1926-.7849v.01Z"/></svg>
Copied!