Frameo Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Frameo 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/340778.svg" alt="Frameo icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/340778.svg" alt="Frameo icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/340778.svg" alt="Frameo icon" :width="24" :height="24" />
CSS background
.icon-frameo {
background-image: url('https://proicons.com/icon/340778.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><path class="b" d="M42.5,16.8875c-.8382.8139-1.6061,1.6972-2.2953,2.6406-.6097.8508-1.0276,1.8239-1.2247,2.8519-.1606,1.2833.1241,3.8831-2.5243,4.5153-1.5346.3452-3.0909-.4838-3.6606-1.95-.3428-1.3096-.421-2.6744-.23-4.0145-.0128-1.2916.1944-2.5759.6128-3.7979,0,0-11.3817,1.2312-15.1825,1.57-1.0128.09-3.4062.2527-3.6124-2.46s1.9411-3.07,2.9516-3.2c3.3757-.435,13.26-1.5805,13.26-1.5805"/><path class="b" d="M30.3645,8.54s-4.5938.59-6.2753.7718c-1.3509.1462-2.164.6229-2.2481,1.5481-.0362.5884.1981,1.1612.6365,1.5554"/><path class="b" d="M26.7914,5.6315c-2.7914,1.4152-1.1639,3.5012-1.1639,3.5012"/><path class="b" d="M5.5,31.244c.8382-.8139,1.6061-1.6972,2.2953-2.6406.6097-.8508,1.0276-1.8238,1.2247-2.8518.1606-1.2832-.1241-3.8831,2.5243-4.5153,1.5346-.3452,3.0909.4838,3.6606,1.95.3428,1.3096.421,2.6744.23,4.0145.0128,1.2916-.1944,2.5759-.6128,3.7979,0,0,11.3817-1.2312,15.1825-1.57,1.0128-.09,3.4062-.2527,3.6124,2.46.2062,2.7127-1.9411,3.07-2.9516,3.2-3.3757.4351-13.26,1.5805-13.26,1.5805"/><path class="b" d="M17.6355,39.5916s4.5938-.59,6.2753-.7718c1.3509-.1462,2.164-.6228,2.2481-1.5481.0362-.5884-.1981-1.1612-.6365-1.5554"/><path class="b" d="M21.2086,42.5c2.7914-1.4152,1.1639-3.5012,1.1639-3.5012"/><rect class="b" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/></svg>
Copied!