Vsim Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Vsim 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/349472.svg" alt="Vsim icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/349472.svg" alt="Vsim icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/349472.svg" alt="Vsim icon" :width="24" :height="24" />
CSS background
.icon-vsim {
background-image: url('https://proicons.com/icon/349472.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><rect class="a" x="16.4389" y="23.6682" width="18.0407" height="13.5305" rx="1.1275"/><rect class="a" x="21.7008" y="28.9301" width="7.517" height="3.0068" rx="0.7517"/><line class="a" x1="20.1974" y1="24.0441" x2="20.1974" y2="36.8229"/><line class="a" x1="30.7211" y1="24.0441" x2="30.7211" y2="36.8229"/><line class="a" x1="19.8216" y1="28.9301" x2="16.8148" y2="28.9301"/><line class="a" x1="34.1038" y1="28.9301" x2="31.097" y2="28.9301"/><line class="a" x1="34.1038" y1="31.9369" x2="31.097" y2="31.9369"/><line class="a" x1="19.8216" y1="31.9369" x2="16.8148" y2="31.9369"/><line class="a" x1="23.2042" y1="24.0441" x2="23.2042" y2="28.5543"/><line class="a" x1="23.2042" y1="32.3127" x2="23.2042" y2="36.8229"/><line class="a" x1="27.7144" y1="24.0441" x2="27.7144" y2="28.5543"/><line class="a" x1="27.7144" y1="32.3127" x2="27.7144" y2="36.8229"/><path class="a" d="M29.7289,4.5H13.0563a1.5034,1.5034,0,0,0-1.5034,1.5034V39.078a1.5034,1.5034,0,0,0,1.5034,1.5034h24.806a1.5034,1.5034,0,0,0,1.5034-1.5034V14.8324Z"/><path class="a" d="M11.5529,7.4186H10.1377A1.5034,1.5034,0,0,0,8.6343,8.922V41.9966A1.5034,1.5034,0,0,0,10.1377,43.5h24.806a1.5034,1.5034,0,0,0,1.5034-1.5034V40.5814"/></svg>
Copied!