Emoji Screwdriver Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Emoji Screwdriver 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/339952.svg" alt="Emoji Screwdriver icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/339952.svg" alt="Emoji Screwdriver icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/339952.svg" alt="Emoji Screwdriver icon" :width="24" :height="24" />
CSS background
.icon-emoji-screwdriver {
background-image: url('https://proicons.com/icon/339952.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>.f{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="f" d="M30.3128,24.5052l11.429,11.4293c1.0503,1.1064,1.0062,2.8543-.0986,3.9063l-1.7512,1.7513c-1.052,1.1048-2.8,1.1489-3.9063.0985l-11.429-11.4293.7726-.7725-1.7759-1.7759-.7725.7726-2.2121-2.2121,5.7564-5.7565,2.2121,2.2121-.8311.8312,1.7759,1.7758.8308-.8308"/><path id="c" class="f" d="M24.1456,22.6965l-11.8668-12.0775-.6561-3.1422-4.4133-1.9272-1.711,1.7102,1.9716,4.3698,3.0986.7005,12.0231,11.9203"/><path id="d" class="f" d="M28.05,29.8117l9.7658,9.766"/><path id="e" class="f" d="M29.7606,28.1012l9.7657,9.7659"/></svg>
Copied!