Tools 1 Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Tools 1 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/306684.svg" alt="Tools 1 icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306684.svg" alt="Tools 1 icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306684.svg" alt="Tools 1 icon" :width="24" :height="24" />
CSS background
.icon-tools-1 {
background-image: url('https://proicons.com/icon/306684.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="64" height="64" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M311 435c-5-6-8-14-21-11-70 19-140 37-210 55-26 7-16 30-14 43 3 14 12 10 20 10 50 1 101 1 151 1 9 0 17-1 22 9 19 36 38 70 7 111-11 15-19 24-38 23-22-2-43-1-65-1-26 0-51 0-77 1-9 0-17 0-19 12-1 14-13 35 14 42 69 17 137 34 206 53 10 2 15 1 22-8 26-36 46-78 79-110 5-5 4-117-1-123-30-32-50-72-76-107zm228 121c1 32 1 64 0 96 0 11 4 15 15 15h335c25-1 41-19 42-44 1-10 0-21 0-31 0-35-16-51-51-51H559c-10 0-20-2-20 15zm276 20c16 1 25 12 26 29-1 17-11 26-28 27-14 1-28-15-27-30 2-17 12-27 29-26zm7 107c-3-4-8-5-13-5H676c11 15 20 27 30 42H535c-13 1-13-8-13-17V491l31 32 1 1c3 3 8 6 14 6h133c-98-124-193-244-287-364l-5 2v19c0 207 0 414-1 621 0 21 7 26 27 26 159-1 318 0 477 0 8 0 16 2 26-5-39-49-78-97-116-146z"/></svg>
Copied!