Customuse Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Customuse 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/324200.svg" alt="Customuse icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/324200.svg" alt="Customuse icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/324200.svg" alt="Customuse icon" :width="24" :height="24" />
CSS background
.icon-customuse {
background-image: url('https://proicons.com/icon/324200.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 id="c" class="d" d="M28.9516,15.1401c.7766-.6449,1.1417-1.2672,1.0953-1.867-1.1941-1.1375-1.8778-2.6614-1.4437-4.4309.434-1.7695,2.1159-3.6987,4.7046-3.2858,2.5887.4128,4.4003,3.2225,3.7587,5.3519-.6416,2.1294-1.8592,2.6628-3.0866,3.0867-2.5273,2.8179,6.2668,7.698,5.6505,15.0352-.6614,7.8736-5.0742,13.3212-15.5701,13.467-10.4958.1458-15.849-5.5749-15.7194-13.6163.1583-9.8193,6.6292-8.833,5.7252-14.8859-1.864-.8632-3.4654-1.9554-3.4351-4.1073.0302-2.1519,1.7296-4.1627,4.0076-4.3313,2.2781-.1686,4.2815,1.613,4.6797,3.4601.3983,1.8471-.5731,3.1816-1.4686,4.3313.2491.8199.7386,1.4339,1.4686,1.8421,3.2511-1.3359,6.4479-.8823,9.6333-.0498Z"/></svg>
Copied!