Sketch Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Sketch 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/347382.svg" alt="Sketch icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/347382.svg" alt="Sketch icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/347382.svg" alt="Sketch icon" :width="24" :height="24" />
CSS background
.icon-sketch {
background-image: url('https://proicons.com/icon/347382.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M14.21,40.09,10.28,39A2.57,2.57,0,0,1,8.5,37.21L7.4,33.28,31.21,9.47,38,16.27Z"/><line class="a" x1="9.16" y1="38.33" x2="34.62" y2="12.87"/><path class="a" d="M36.25,6.44h2.07a3.78,3.78,0,0,1,3.78,3.78V14a0,0,0,0,1,0,0H32.47a0,0,0,0,1,0,0V10.22a3.78,3.78,0,0,1,3.78-3.78Z" transform="translate(18.14 -23.37) rotate(45)"/><path class="a" d="M7.4,33.28,4.83,41.44a1,1,0,0,0,1.22,1.22l8.16-2.57"/><path class="a" d="M6.8,42.42a1.22,1.22,0,1,0-1.73-1.73"/></svg>
Sketch in other icon packs
Copied!