Anytype Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Anytype 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/313493.svg" alt="Anytype icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/313493.svg" alt="Anytype icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/313493.svg" alt="Anytype icon" :width="24" :height="24" />
CSS background
.icon-anytype {
background-image: url('https://proicons.com/icon/313493.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Anytype</title><path d="M5.333 0h13.334A5.322 5.322 0 0 1 24 5.333v13.334A5.322 5.322 0 0 1 18.667 24H5.333A5.322 5.322 0 0 1 0 18.667V5.333A5.322 5.322 0 0 1 5.333 0Zm10.334 7.667v-3H6.344v3zm0 0v11.666h3V7.667ZM9.5 19.333a4.833 4.833 0 1 0 0-9.666 4.833 4.833 0 0 0 0 9.666z"/></svg>
Copied!