Etos Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Etos 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/325550.svg" alt="Etos icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/325550.svg" alt="Etos icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/325550.svg" alt="Etos icon" :width="24" :height="24" />
CSS background
.icon-etos {
background-image: url('https://proicons.com/icon/325550.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>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="M6.2828,38.4357c18.3344-8.9414,36.2172-9.5736,36.2172-9.5736"/><path class="c" d="M15.3145,13.3275c1.8063-.5118,2.288-3.7632-2.0773-3.7632-3.131,0-4.7868,1.5956-4.7868,3.974s1.716,3.9739,5.6599,4.2449c-8.3092,2.7697-8.6103,4.8771-8.6103,6.9845,0,2.5891,1.5053,5.991,8.7006,3.3718"/><path class="c" d="M16.9402,17.3918c2.1074-.7225,3.0708-1.0537,3.8535-4.2449-1.2042,4.4255-6.7553,14.6615-1.4752,14.6615,3.0106,0,6.1115-4.3051,6.1115-4.3051"/><path class="c" d="M22.7506,16.7596c-1.0236.0301-3.3175.2316-3.3175.2316"/><path class="c" d="M27.5976,17.5724c-3.6729,2.9805-2.4687,9.0919.843,9.0919s6.914-6.6829,3.3117-10.2661c-1.7177-1.7086-1.6257,1.3849-.3914,1.8365,2.0187.7386,5.118-.3312,8.9414-2.9504-3.1611,3.4321,1.1139,4.7266,1.1139,7.8576s-2.3181,3.5224-3.7331,3.5224-2.7095-.6322-1.9268-1.8365"/></svg>
Copied!