Activex Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Activex 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/335899.svg" alt="Activex icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/335899.svg" alt="Activex icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/335899.svg" alt="Activex icon" :width="24" :height="24" />
CSS background
.icon-activex {
background-image: url('https://proicons.com/icon/335899.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>.b{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M23.9999,8.344l-6.2227,10.777c3.0252.2105,4.6988,1.3698,6.2227,2.6348,1.5236-1.2648,3.1983-2.4222,6.2227-2.6328,0,0-6.2227-10.779-6.2227-10.779ZM16.6015,21.156l-5.8359,10.111c2.7351-2.4355,6.1441-5.1724,9.6484-7.2344,0,0-1.0962-1.7251-3.8125-2.877v.0004ZM31.5785,21.4685c-2.7391,1.1117-3.9922,2.5645-3.9922,2.5645,3.5044,2.062,6.9134,4.799,9.6484,7.2344l-5.6562-9.7988h0ZM24.0004,26.8357c-5.4372,2.2781-12.835,7.0727-15.969,9.168l-2.1094,3.6523c11.932-5.1722,24.224-5.1722,36.156,0l-2.1094-3.6523c-3.1338-2.0953-10.532-6.8899-15.969-9.168h.0008Z"/></svg>
Copied!