Addons Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Addons 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/304890.svg" alt="Addons icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/304890.svg" alt="Addons icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/304890.svg" alt="Addons icon" :width="24" :height="24" />
CSS background
.icon-addons {
background-image: url('https://proicons.com/icon/304890.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="64" height="64" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M882 236c-24-44-55-82-93-115-10-10-27-8-36 4-14 19-29 38-43 57-9 12-7 28 3 38 134 126 126 327 12 444-49 51-112 81-177 91V457c1 0 2-2 3-2 13-4 26-9 38-17 28-19 44-46 44-81V240h-37v-6-96c0-5-2-10-4-13-5-9-18-12-28-9-11 4-16 11-16 22v101h-95v-4c0-32 0-65 1-98 0-9-5-16-13-20-16-7-36 3-35 22 1 32 0 64 0 95v6h-39v121c0 15 4 30 12 44 16 27 41 43 71 50l1 1v300c-58-9-114-34-160-76-67-62-103-139-103-229-1-92 33-169 99-230 10-10 12-27 3-39-14-19-29-38-43-57-9-11-26-13-37-4C81 235 26 423 88 595c67 184 257 316 473 286 189-26 350-180 374-384 10-92-8-179-53-261z"/></svg>
Copied!