Letter Ww Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Letter Ww 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/318231.svg" alt="Letter Ww icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/318231.svg" alt="Letter Ww icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/318231.svg" alt="Letter Ww icon" :width="24" :height="24" />
CSS background
.icon-letter-ww {
background-image: url('https://proicons.com/icon/318231.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg id="icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><defs><style>.cls-1{fill:none;}</style></defs><title>letter--Ww</title><polygon points="24.3 13 23.39 21.61 22 13 20 13 18.61 21.61 17.7 13 16 13 17.36 23 19.64 23 21 14.63 22.36 23 24.64 23 26 13 24.3 13"/><polygon points="12.21 9 11.87 17 11.61 21.54 11.2 18 10.52 12.54 8.5 12.54 7.82 18 7.41 21.54 7.16 17 6.81 9 5.01 9 6.01 23 8.28 23 9.04 18.07 9.5 14 9.51 13.97 9.52 14 9.98 18.07 10.74 23 13.01 23 14.01 9 12.21 9"/><rect id="_Transparent_Rectangle_" data-name="<Transparent Rectangle>" class="cls-1" width="32" height="32"/></svg>
Copied!