Nomad Sculpt Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Nomad Sculpt 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/344834.svg" alt="Nomad Sculpt icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/344834.svg" alt="Nomad Sculpt icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/344834.svg" alt="Nomad Sculpt icon" :width="24" :height="24" />
CSS background
.icon-nomad-sculpt {
background-image: url('https://proicons.com/icon/344834.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="M29.7809,31.6194c-3.0495-1.8792-14.6067-7.7588-13.1575-9.44,1.4492-1.6813,7.6905-.5978,10.3587-.4583,2.6691.1375,9.8993.5003,10.6103-1.2541.71-1.7544-3.0075-3.3001-5.3471-4.051"/><path class="b" d="M36.3976,18.2853c4.0091,2.673,8.1225,5.2515,6.8752,7.4447-1.5974,2.8076-20.5086,1.8373-20.5086,1.8373"/><path class="b" d="M12.781,20.2582s-6.058,5.0682-7.6027,6.5992c-1.1147,1.1059-.5754,2.7472-.3335,3.1333,1.4628,2.3386,4.1349,2.0879,18.5455,1.4618-6.099-4.4694-11.6118-8.4794-10.9857-10.6512.6271-2.1718,8.4824-1.0669,11.8624-.8777,3.7175.2087,9.7745.8777,10.5264-.6261.7509-1.5038-1.9631-3.2611-4.8877-3.1772s-7.2673,3.5498-10.0661,3.4669"/></svg>
Copied!