Espejo Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Espejo 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/325525.svg" alt="Espejo icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/325525.svg" alt="Espejo icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/325525.svg" alt="Espejo icon" :width="24" :height="24" />
CSS background
.icon-espejo {
background-image: url('https://proicons.com/icon/325525.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>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="c" d="M8.97,25.822l28.946,16.655M8.969,21.79l30.06,17.297M8.97,18.631l30.06,17.296M17.698,4.501l21.332,12.275M12.626,4.5h22.75c2.0109-.0077,3.6472,1.6161,3.655,3.627,0,.0053,0,.0107,0,.016v31.714c.0011,2.0109-1.6281,3.6419-3.639,3.643-.0057,0-.0114,0-.017,0H12.626c-2.0109.0077-3.6472-1.6161-3.655-3.627,0-.0053,0-.0107,0-.016V8.143c-.0011-2.0109,1.6281-3.6419,3.639-3.643.0053,0,.0107,0,.016,0Z"/></svg>
Copied!