Vysor Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Vysor 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/349488.svg" alt="Vysor icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/349488.svg" alt="Vysor icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/349488.svg" alt="Vysor icon" :width="24" :height="24" />
CSS background
.icon-vysor {
background-image: url('https://proicons.com/icon/349488.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>.b{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><rect class="b" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/><path class="b" d="M28.018,24h-8.0352c.0002,2.2188,1.7988,4.0174,4.0176,4.0176,2.2188-.0002,4.0174-1.7988,4.0176-4.0176Z"/><path class="b" d="M32.035,24.014l-16.07-.0273c0,.0046,0,.0091,0,.0137.0005,4.4375,3.5977,8.0347,8.0352,8.0352,4.4322-.0005,8.0271-3.5893,8.0352-8.0215h-.0004Z"/><path class="b" d="M5.5324,24h36.935"/></svg>
Copied!