De 3 Sat Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The De 3 Sat 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/338896.svg" alt="De 3 Sat icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/338896.svg" alt="De 3 Sat icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/338896.svg" alt="De 3 Sat icon" :width="24" :height="24" />
CSS background
.icon-de-3-sat {
background-image: url('https://proicons.com/icon/338896.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>.e{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="e" d="m14.4293,10.5383h15.3373l6.0383-6.0383H8.391l6.0383,6.0383Z"/><path id="c" class="e" d="m19.8034,20.4894l16.0015-15.9894,3.8041,3.8041-16.0015,15.9894s-3.8041-3.8041-3.8041-3.8041Z"/><path id="d" class="e" d="m8.4997,36.2374l5.2413-4.4321c8.043,11.6781,24.953,1.8422,12.764-10.4032l4.8306-4.8306c16.3989,16.6698-5.3007,38.4935-22.8359,19.666Z"/></svg>
Copied!