Sentio Desktop Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Sentio Desktop 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/347141.svg" alt="Sentio Desktop icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/347141.svg" alt="Sentio Desktop icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/347141.svg" alt="Sentio Desktop icon" :width="24" :height="24" />
CSS background
.icon-sentio-desktop {
background-image: url('https://proicons.com/icon/347141.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"><path d="M22,3.0352L6.844,11.7852c-1.2378.7147-2.0002,2.0355-2,3.4648v17.5c-.0002,1.4293.7622,2.7501,2,3.4648l15.156,8.75c1.2376.7144,2.7624.7144,4,0l15.156-8.75c1.2378-.7147,2.0002-2.0355,2-3.4648V15.25c.0002-1.4293-.7622-2.7501-2-3.4648L26,3.0352c-1.2376-.7144-2.7624-.7144-4,0Z" style="fill:none; stroke:#fff; stroke-linecap:round; stroke-linejoin:round;"/><circle cx="36.413" cy="16.833" r="1.5" style="fill:none; stroke:#fff; stroke-linecap:round; stroke-linejoin:round;"/><circle cx="24" cy="19.222" r="1.5" style="fill:none; stroke:#fff; stroke-linecap:round; stroke-linejoin:round;"/><circle cx="24" cy="28.778" r="1.5" style="fill:none; stroke:#fff; stroke-linecap:round; stroke-linejoin:round;"/><circle cx="11.587" cy="31.167" r="1.5" style="fill:none; stroke:#fff; stroke-linecap:round; stroke-linejoin:round;"/><path d="M22.701,28.028l-11.114-6.4167v-4.7778l12.413-7.1667,11.114,6.4167" style="fill:none; stroke:#fff; stroke-linecap:round; stroke-linejoin:round;"/><path d="M25.299,19.972l11.114,6.4167v4.7778l-12.413,7.1667-11.114-6.4167" style="fill:none; stroke:#fff; stroke-linecap:round; stroke-linejoin:round;"/></svg>
Copied!