Any Icon Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Any Icon 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/336417.svg" alt="Any Icon icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/336417.svg" alt="Any Icon icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/336417.svg" alt="Any Icon icon" :width="24" :height="24" />
CSS background
.icon-any-icon {
background-image: url('https://proicons.com/icon/336417.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="m13.7222,5.5h0c4.538,0,8.2222,3.6843,8.2222,8.2222v8.2222h-8.2222c-4.538,0-8.2222-3.6843-8.2222-8.2222h0c0-4.538,3.6843-8.2222,8.2222-8.2222Z"/><path class="c" d="m34.2778,5.5h0c4.538,0,8.2222,3.6843,8.2222,8.2222h0c0,4.538-3.6843,8.2222-8.2222,8.2222h-8.2222v-8.2222c0-4.538,3.6843-8.2222,8.2222-8.2222Z"/><path class="c" d="m13.7222,26.0556h8.2222v8.2222c0,4.538-3.6843,8.2222-8.2222,8.2222h0c-4.538,0-8.2222-3.6843-8.2222-8.2222h0c0-4.538,3.6843-8.2222,8.2222-8.2222Z"/><path class="c" d="m26.0556,26.0556h8.2222c4.538,0,8.2222,3.6843,8.2222,8.2222h0c0,4.538-3.6843,8.2222-8.2222,8.2222h0c-4.538,0-8.2222-3.6843-8.2222-8.2222v-8.2222h0Z"/></svg>
Copied!