Eigonotomo Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Eigonotomo 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/325002.svg" alt="Eigonotomo icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/325002.svg" alt="Eigonotomo icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/325002.svg" alt="Eigonotomo icon" :width="24" :height="24" />
CSS background
.icon-eigonotomo {
background-image: url('https://proicons.com/icon/325002.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="M15.7083,38.1844c.3999,1.726-1.5495,3.6521-4.3543,4.3021-2.8048.65-5.4028-.2223-5.8028-1.9484h0c-.3999-1.7261,1.5495-3.6522,4.3543-4.3021,2.8048-.65,5.4028.2223,5.8028,1.9484,0,0,0,0,0,0Z"/><path class="b" d="M42.2773,34.6044c.7757,1.6979-.5318,3.9589-2.9203,5.0501-2.3885,1.0912-4.9536.5994-5.7293-1.0984-.7757-1.6979.5318-3.9589,2.9203-5.0501,2.3885-1.0912,4.9536-.5994,5.7293,1.0984Z"/><path class="b" d="M15.6773,39.2494L24.0773,6.0354c.1807-.7868,2.3915-1.0152,2.7328-.3324l15.387,28.707"/><path class="b" d="M20.0853,21.8184l14.102-2.3503"/></svg>
Copied!