Vouille79 Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Vouille79 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/334883.svg" alt="Vouille79 icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/334883.svg" alt="Vouille79 icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/334883.svg" alt="Vouille79 icon" :width="24" :height="24" />
CSS background
.icon-vouille79 {
background-image: url('https://proicons.com/icon/334883.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:#000;}.d{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="d" d="M9.986,28.9006l-2.743,8.2807-2.743-8.2807"/><line class="d" x1="26.478" y1="30.6333" x2="26.478" y2="37.1813"/><path class="d" d="M34.5983,27.298v8.6479c0,.6823.5461,1.2354,1.2197,1.2354h.3659"/><path class="d" d="M29.7375,27.298v8.6479c0,.6823.5461,1.2354,1.2197,1.2354h.3659"/><path class="d" d="M43.1802,35.9344c-.4202.7449-1.212,1.2469-2.1197,1.2469h0c-1.3473,0-2.4395-1.1062-2.4395-2.4709v-1.606c0-1.3646,1.0922-2.4709,2.4395-2.4709h0c1.3473,0,2.4395,1.1062,2.4395,2.4709v.803h-4.879"/><line class="d" x1="40.4341" y1="28.7608" x2="42.1409" y2="28.1429"/><path class="d" d="M11.5117,33.1044c0-1.3646,1.0922-2.4709,2.4395-2.4709s2.4395,1.1062,2.4395,2.4709v1.606c0,1.3646-1.0922,2.4709-2.4395,2.4709s-2.4395-1.1062-2.4395-2.4709v-1.606Z"/><path class="d" d="M18.5648,30.6335v4.0769c0,1.3646,1.0922,2.4709,2.4395,2.4709h0c1.3473,0,2.4395-1.1062,2.4395-2.4709v-4.0769"/><line class="d" x1="23.4431" y1="34.7105" x2="23.4431" y2="37.1813"/><path class="d" d="M25.918,21.125l2.5516-4.9364h-3.1449"/><ellipse class="d" cx="31.376" cy="17.8169" rx="1.7002" ry="1.6392"/><path class="d" d="M29.8255,20.5216c.2833.3577.715.6035,1.4306.6035h.1194c.939,0,1.7002-.7338,1.7002-1.6392v-1.67"/><path class="d" d="M38.5513,23.071c.5463-.727.8419-1.6139.842-2.5258.0005-1.9199-1.2954-3.5937-3.1432-4.0603.5727-.6232.8912-1.441.8919-2.2905.0003-1.8643-1.4994-3.3756-3.3493-3.3754h.0002c-.8673-.0003-1.7009.3386-2.3252.9452-.9867-.485-2.0701-.7372-3.1679-.7377-1.5785.001-3.1134.5225-4.3704,1.4847-.3425-.7839-1.1123-1.2897-1.9623-1.2894-1.1828.0014-2.1409.9683-2.1407,2.1603-.0002,1.0593.7618,1.9624,1.7992,2.1325-.3672.8878-.5564,1.8402-.5567,2.802-.0009.1406.0022.2811.0093.4215-.137-.0123-.2745-.0185-.4121-.0186-2.5897.0006-4.6883,2.1171-4.6873,4.7268.0004,1.63.8215,3.0735,2.0765,3.9232"/><circle class="c" cx="26.478" cy="27.526" r=".75"/></svg>
Copied!