Shshow Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Shshow 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/332722.svg" alt="Shshow icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/332722.svg" alt="Shshow icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/332722.svg" alt="Shshow icon" :width="24" :height="24" />
CSS background
.icon-shshow {
background-image: url('https://proicons.com/icon/332722.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="Layer_4" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.cls-1{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle class="cls-1" cx="24" cy="24" r="21.5"/><path class="cls-1" d="M35.4829,27.0479c.4787.6232,1.0789.8553,1.914.8553h1.1557c1.0755,0,1.9474-.8719,1.9474-1.9474v-.0084c0-1.0755-.8719-1.9474-1.9474-1.9474h-1.2748c-1.0767,0-1.9495-.8728-1.9495-1.9495h0c0-1.079.8747-1.9537,1.9537-1.9537h1.1494c.8351,0,1.4353.2321,1.914.8553"/><path class="cls-1" d="M21.1427,20.0968v5.2205c0,1.4281,1.1577,2.5859,2.5859,2.5859s2.5859-1.1577,2.5859-2.5859v-5.2205"/><rect class="cls-1" x="28.3311" y="20.0968" width="5.1717" height="7.8064" rx="2.5859" ry="2.5859"/><line class="cls-1" x1="19.1211" y1="27.9032" x2="16.5351" y2="25.3482"/><rect class="cls-1" x="13.9494" y="20.0968" width="5.1717" height="7.8064" rx="2.5859" ry="2.5859"/><line class="cls-1" x1="11.8152" y1="25.3173" x2="8.3566" y2="25.3173"/><polyline class="cls-1" points="7.5 27.9032 10.0859 20.0968 12.6717 27.9032"/></svg>
Copied!