Amaze Utilities Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Amaze Utilities 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/336221.svg" alt="Amaze Utilities icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/336221.svg" alt="Amaze Utilities icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/336221.svg" alt="Amaze Utilities icon" :width="24" :height="24" />
CSS background
.icon-amaze-utilities {
background-image: url('https://proicons.com/icon/336221.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 xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g id="a"><path class="c" d="m4.5,11.5c0-1.6569,1.3431-3,3-3h8.7181c.8337,0,1.6465.2605,2.325.7451l4.9138,3.5099c.6784.4846,1.4913.7451,2.325.7451h14.7181c1.6569,0,3,1.3431,3,3v20c0,1.6569-1.3431,3-3,3H7.5c-1.6569,0-3-1.3431-3-3V11.5Z"/></g><g id="b"><path class="c" d="m31.27,28.3765h0c-1.0364-.5984-1.3914-1.9236-.7931-2.96.1902-.3294.4637-.6029.7931-.7931h0c.3663-.2115.4918-.6798.2803-1.0461h0l-1.2439-2.1544c-.2115-.3663-.6798-.4918-1.0461-.2804h0c-1.0364.5984-2.3616.2433-2.96-.7931-.1902-.3294-.2903-.7031-.2903-1.0834h0c0-.423-.3427-.7659-.7657-.766h-2.4881c-.423,0-.7659.3429-.7659.7659h0c0,1.1967-.9701,2.1669-2.1668,2.1669-.3804,0-.7541-.1001-1.0834-.2903h0c-.3663-.2115-.8346-.0859-1.0461.2804l-1.2439,2.1544c-.2115.3663-.086.8346.2803,1.0461h0c1.0364.5984,1.3914,1.9236.7931,2.96-.1902.3294-.4637.6029-.7931.7931h0c-.3663.2115-.4918.6798-.2803,1.0461h0l1.2439,2.1544c.2115.3663.6798.4918,1.0462.2804h0c1.0364-.5984,2.3616-.2433,2.96.7931.1902.3294.2903.7031.2903,1.0834h0c-.0002.423.3426.7659.7656.7661h2.4881c.423,0,.7659-.3429.7659-.7658h0c0-1.1967.9701-2.1668,2.1668-2.1668.3804,0,.754.1001,1.0834.2903h0c.3663.2115.8346.0859,1.0461-.2803l1.2439-2.1544c.2116-.3662.0862-.8346-.28-1.0462,0,0-.0002,0-.0002-.0002h0Z"/><polygon class="c" points="24 23.5 24.9182 25.5818 27 26.5 24.9182 27.4182 24 29.5 23.0818 27.4182 21 26.5 23.0818 25.5818 24 23.5"/></g></svg>
Copied!