Trowel Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Trowel 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/306716.svg" alt="Trowel icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306716.svg" alt="Trowel icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306716.svg" alt="Trowel icon" :width="24" :height="24" />
CSS background
.icon-trowel {
background-image: url('https://proicons.com/icon/306716.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="M938 229c-50 40-105 69-161 97-39 19-78 37-120 48-20 5-39 6-55-9-3-3-6-2-9 0-14 9-27 17-42 26-4 2-4 6-4 10-1 31-1 61-2 91l-3 70c0 6-2 9-8 11-36 14-71 28-108 40l42-38c3-3 7-6 10-8 17-10 21-26 21-44-1-46 4-91 2-137-1-15 5-25 18-33 16-9 31-19 47-28 5-3 6-6 4-11-6-21 1-36 19-46 67-40 130-85 197-124 15-9 31-19 48-26 6-3 12-3 18 0 18 7 35 16 49 28 19 16 31 36 35 61 0 2 1 4 1 6l1 16zM373 646c34-9 68-19 102-28l72-21c9-3 16-2 23 3 38 24 76 48 113 72 12 7 19 16 19 31-1 5-4 9-6 14-8 14-20 21-36 26-168 46-335 92-502 139-15 4-28 3-40-5-27-15-46-37-54-67-3-10-1-18 5-27 73-103 146-207 219-311 7-9 13-18 22-24 15-12 30-16 49-7 22 10 40 26 59 41 16 13 33 27 49 41 6 4 6 7 2 12-29 34-59 67-88 100-3 3-6 6-9 10 1 0 1 1 1 1z"/></svg>
Copied!