Simplr Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Simplr 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/347354.svg" alt="Simplr icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/347354.svg" alt="Simplr icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/347354.svg" alt="Simplr icon" :width="24" :height="24" />
CSS background
.icon-simplr {
background-image: url('https://proicons.com/icon/347354.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>.l{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}.m{fill:#fff;stroke-width:0px;}</style></defs><path id="b" class="l" d="M45.5,24c0,11.8741-9.6259,21.5-21.5,21.5S2.5,35.8741,2.5,24,12.1259,2.5,24,2.5s21.5,9.6259,21.5,21.5Z"/><path id="c" class="l" d="M16.6326,23.516c0-1.1831.968-2.151,2.151-2.151h0c1.1831,0,2.151.968,2.151,2.151v3.5492M16.6326,21.365v5.8078"/><path id="d" class="l" d="M20.9347,23.516c0-1.1831.968-2.151,2.151-2.151h0c1.1831,0,2.151.968,2.151,2.151v3.5492"/><path id="e" class="l" d="M37.349,23.5698c0-1.1831.968-2.151,2.151-2.151h0M37.349,21.4188v5.8078"/><path id="f" class="m" d="M15.1106,18.7837c0,.4142-.3358.75-.75.75h0c-.4142,0-.75-.3358-.75-.75h0c0-.4142.3358-.75.75-.75h0c.4142,0,.75.3358.75.75h0Z"/><path id="g" class="l" d="M14.3606,21.365v5.8078"/><path id="h" class="l" d="M8.7151,26.7426c.4302.3227.8604.4302,1.7208.4302h.4302c.7529,0,1.3982-.6453,1.3982-1.3982h0c0-.7529-.6453-1.3982-1.3982-1.3982h-.968c-.7529,0-1.3982-.6453-1.3982-1.3982h0c0-.7529.6453-1.3982,1.3982-1.3982h.4302c.968,0,1.3982.1076,1.7208.4302"/><path id="i" class="l" d="M33.9415,18.5686v7.5286c0,.6453.4302,1.0755,1.0755,1.0755h.3227"/><path id="j" class="l" d="M27.4529,25.0217c0,1.1831.968,2.151,2.151,2.151h0c1.1831,0,2.151-.968,2.151-2.151v-1.3982c0-1.1831-.968-2.151-2.151-2.151h0c-1.1831,0-2.151.968-2.151,2.151"/><path id="k" class="l" d="M27.4529,21.365v8.6042"/></svg>
Copied!