Seekee Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Seekee 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/332551.svg" alt="Seekee icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/332551.svg" alt="Seekee icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/332551.svg" alt="Seekee icon" :width="24" :height="24" />
CSS background
.icon-seekee {
background-image: url('https://proicons.com/icon/332551.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>.f{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><rect id="b" class="f" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/><path id="c" class="f" d="M28.5548,23.6577c.1479,3.5477-2.069,6.7775-5.4316,7.9182-3.3626,1.1407-7.0747-.0716-9.116-2.977s-1.9231-6.8087.2901-9.5854c2.2132-2.7767,6.0055-3.7663,9.2929-2.4243-.1506-3.5492,2.0708-6.7767,5.4346-7.9186,3.3638-1.142,7.0777.071,9.1191,2.9783s1.921,6.8125-.2955,9.5885c-2.2164,2.7761-6.0066,3.7672-9.2937,2.4203Z"/><circle id="d" class="f" cx="32.8953" cy="14.3029" r="3.5"/><circle id="e" class="f" cx="22.7639" cy="22.1152" r="3.5"/></svg>
Copied!