Android System Widgets Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Android System Widgets 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/321758.svg" alt="Android System Widgets icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/321758.svg" alt="Android System Widgets icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/321758.svg" alt="Android System Widgets icon" :width="24" :height="24" />
CSS background
.icon-android-system-widgets {
background-image: url('https://proicons.com/icon/321758.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g><path class="b" d="M18.3942,39.6301c-1.0818,.0079-1.9652-.8627-1.9731-1.9445s.8627-1.9652,1.9445-1.9731,1.9652,.8627,1.9731,1.9445c.0002,.0313-.0003,.0626-.0016,.0939-.0344,1.0481-.8943,1.8798-1.9429,1.8792Z"/><path class="b" d="M29.7332,39.6301c-1.0818,.0079-1.9652-.8627-1.9731-1.9445-.0079-1.0818,.8627-1.9652,1.9445-1.9731s1.9652,.8627,1.9731,1.9445c.0002,.0313-.0003,.0626-.0016,.0939-.0344,1.0481-.8943,1.8798-1.9429,1.8792Z"/><path class="b" d="M24.0319,27.6382h0c7.6696,0,13.887,6.2174,13.887,13.887h0c0,1.0906-.8841,1.9748-1.9748,1.9748H12.0559c-1.0906,0-1.9748-.8841-1.9748-1.9748h0c0-7.6696,6.2173-13.8871,13.8869-13.8872,.0213,0,.0426,0,.0638,.0001Z"/><line class="b" x1="12.0559" y1="25.5679" x2="16.0054" y2="30.2022"/><line class="b" x1="36.0397" y1="25.5679" x2="32.1061" y2="30.2022"/></g><g><polyline class="b" points="12.3982 19.4475 15.9692 19.4475 17.615 18.08 19.2607 19.57 20.9065 12.5203 22.5523 23.2847 24.1981 18.4882 25.8439 19.1618 27.4897 16.1818 29.1355 19.7741 30.7813 19.0249 32.4271 19.5291 34.0729 19.5291 35.6018 19.5291"/><g><line class="b" x1="20.0251" y1="9.6661" x2="20.0251" y2="4.5"/><line class="b" x1="17.442" y1="7.0831" x2="22.6081" y2="7.0831"/><line class="b" x1="27.9749" y1="9.6661" x2="27.9749" y2="4.5"/><line class="b" x1="25.3919" y1="7.0831" x2="30.558" y2="7.0831"/></g></g></svg>
Copied!