Eudic Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Eudic 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/340117.svg" alt="Eudic icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/340117.svg" alt="Eudic icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/340117.svg" alt="Eudic icon" :width="24" :height="24" />
CSS background
.icon-eudic {
background-image: url('https://proicons.com/icon/340117.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="M14.6761,28.5463l3.0253-9.1365,3.0253,9.1365M19.7246,25.521h-4.0464M28.048,28.5463v-6.0507M28.048,26.2622c.1097,1.9551-2.5867,3.0707-3.8951,1.6148-.9454-.9379-.6429-2.3673-.6202-3.5585.2874-1.9286,3.1274-2.4883,4.1258-.8168.254.3764.3897.8203.3895,1.2744M38.0316,27.5556c1.7131.9757,3.8573,1.5089,4.8821,3.3392,1.5278,2.4959-.0945,6.115-2.9724,6.633-2.2993.5521-4.2241-1.1458-6.2057-1.9967M33.0625,23.9781c.4122,8.6751-10.2748,14.7863-17.5469,10.1349-7.6957-3.9783-7.6957-16.2876,0-20.2697,7.0112-4.5191,17.1083.9568,17.5016,9.1138l.0454,1.021ZM38.3191,23.9781c.5408,12.0446-13.7501,20.9202-24.3123,15.2855C2.9642,34.5176,1.081,17.7951,10.7923,10.7158c8.3953-7.3251,22.7051-3.2144,26.3544,7.0642.7715,1.9665,1.1723,4.0842,1.1723,6.2019v-.0038Z"/></svg>
Copied!