Bestsecret Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Bestsecret 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/337105.svg" alt="Bestsecret icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/337105.svg" alt="Bestsecret icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/337105.svg" alt="Bestsecret icon" :width="24" :height="24" />
CSS background
.icon-bestsecret {
background-image: url('https://proicons.com/icon/337105.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>.e{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g id="c"><path class="e" d="M14.8213,36.9408v4.1717c0,.5088.4162.925.925.925h8.103c4.8008,0,9.0003-3.626,9.3055-8.4175.3422-5.254-3.8202-9.62-9.0003-9.62,4.4215,0,8.103-3.182,8.8708-7.3908"/><path class="e" d="M14.8213,31.3908V6.8875c0-.5087.4162-.925.925-.925h8.103c3.6075,0,6.8728,2.0443,8.399,5.0968"/><line id="d" class="e" x1="24.1561" y1="23.9987" x2="14.8252" y2="23.9987"/></g><path class="e" d="M12.0909,13.8313c-3.8713,1.5582-6.5909,5.3521-6.5909,9.775,0,5.836,4.723,10.5589,10.5589,10.5589,4.423,0,8.2071-2.7196,9.7847-6.5812"/><path class="e" d="M35.9091,34.1653c3.8713-1.5582,6.5909-5.3521,6.5909-9.775,0-5.836-4.723-10.5589-10.5589-10.5589-4.423,0-8.2071,2.7196-9.7847,6.5812"/></svg>
Copied!