Smartbroker Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Smartbroker 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/332934.svg" alt="Smartbroker icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/332934.svg" alt="Smartbroker icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/332934.svg" alt="Smartbroker icon" :width="24" :height="24" />
CSS background
.icon-smartbroker {
background-image: url('https://proicons.com/icon/332934.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>.d{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="d" d="m18.605 6.7318 1.6515-.7476 4.6086 2.1537-.1451 1.8524.8927 2.7005-.067 2.3098.0224 6.2489 1.3502-.3794 5.0438-.2009 4.4077.2566 1.8747-.1897 1.4283-.3459 2.6 1.1605 1.2274 1.4283-1.4841 1.2944-1.2163 1.3502-1.1605-.0671-1.7519-.3124-1.0154.1451-1.0601.7588-5.0661.1339-4.6644.3125-.5579 4.7648.8592 3.2026.067 3.3588-.3347 1.9751h-.9373l-1.8189 1.4953-1.3948.6249-.7588-.1785-1.7296-1.2386-.346-1.3502.0558-2.4996-.491-3.3142.3571-6.606-2.2652.8258-2.4549-.1115-5.0326.6807-1.3725.2455-1.2945-.2789-2.1313-2.3657.0446-1.2721.4017-.915.7253-.8927.9039-.4017 3.939-.357 5.1666-.1562 2.8343-.4352.5803-.4017-.3906-4.8764-1.0044-6.807z"/></svg>
Copied!