Visible Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Visible 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/349354.svg" alt="Visible icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/349354.svg" alt="Visible icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/349354.svg" alt="Visible icon" :width="24" :height="24" />
CSS background
.icon-visible {
background-image: url('https://proicons.com/icon/349354.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;}.c{fill:#fff;stroke-width:0px;}</style></defs><rect class="b" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/><polyline class="b" points="13.03 22.75 11.03 28.05 9.03 22.75"/><path class="b" d="M17.955,27.603c.3652.3066.7594.4472,1.6449.4472h.4487c.7302,0,1.3221-.5932,1.3221-1.325s-.5919-1.325-1.3221-1.325h-.8974c-.7302,0-1.3221-.5932-1.3221-1.325s.5919-1.325,1.3221-1.325h.4487c.8854,0,1.2797.1405,1.6449.4472"/><path class="b" d="M26.171,24.65c0-1.1046.8954-2,2-2s2,.8954,2,2v1.3c0,1.1046-.8954,2-2,2s-2-.8954-2-2"/><line class="b" x1="26.171" y1="27.95" x2="26.171" y2="19.95"/><path class="b" d="M31.921,19.95v7c0,.5523.4477,1,1,1h.3"/><path class="b" d="M38.709,26.941c-.3445.6029-.9937,1.0093-1.7378,1.0093-1.1046,0-2-.8954-2-2v-1.3c0-1.1046.8954-2,2-2s2,.8954,2,2v.65h-4"/><circle class="c" cx="15.429" cy="21.75" r=".75"/><circle class="c" cx="23.771" cy="21.75" r=".75"/></svg>
Copied!