Devialet Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Devialet 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/339008.svg" alt="Devialet icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/339008.svg" alt="Devialet icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/339008.svg" alt="Devialet icon" :width="24" :height="24" />
CSS background
.icon-devialet {
background-image: url('https://proicons.com/icon/339008.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>.d{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="c" class="d" d="M16.7887,11.1757s2.0215-1.3377,2.9207-2.4062c.8992-1.0685,1.7479-2.7424,1.7479-2.7424,0,0,.9862-1.5272,2.5427-1.5272M31.2113,11.1757s-2.0215-1.3377-2.9207-2.4062c-.8992-1.0685-1.7479-2.7424-1.7479-2.7424,0,0-.9862-1.5272-2.5427-1.5272M16.7887,11.1757c-3.1464,2.3666-9.2884,5.9077-9.2884,15.3064s7.3871,17.0178,16.4997,17.0178,16.4997-7.6191,16.4997-17.0179M36.8782,26.5744c0,7.1124-5.7657,12.8782-12.8782,12.8782s-12.8782-5.7657-12.8782-12.8782,5.7657-12.8782,12.8782-12.8782,12.8782,5.7657,12.8782,12.8782ZM31.2113,11.1757c3.1464,2.3666,9.2883,5.9077,9.2883,15.3064"/><path class="d" d="M20.2862,20.7056h4.6741c3.2391,0,5.8688,2.6297,5.8688,5.8688h0c0,3.2391-2.6297,5.8688-5.8688,5.8688h-4.6741v-11.7376h0Z"/><line class="d" x1="20.2862" y1="20.7056" x2="18.6774" y2="20.7056"/><line class="d" x1="20.2862" y1="32.4432" x2="18.6774" y2="32.4432"/></svg>
Copied!