Wordweb Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Wordweb 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/349814.svg" alt="Wordweb icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/349814.svg" alt="Wordweb icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/349814.svg" alt="Wordweb icon" :width="24" :height="24" />
CSS background
.icon-wordweb {
background-image: url('https://proicons.com/icon/349814.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 26.0.3, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 48 48" style="enable-background:new 0 0 48 48;" xml:space="preserve">
<style type="text/css">
.st0{fill:none;stroke:#fff;stroke-miterlimit:10;}
.st1{fill:none;stroke:#fff;stroke-linecap:round;stroke-miterlimit:10;}
</style>
<g>
<path class="st0" d="M28.3,5.6c-7.7,0-13.9,6.1-13.9,13.7c0,8,6.1,14.2,13.9,14.2c7.8,0,14.1-6.2,14.1-13.9
C42.3,11.9,36,5.7,28.3,5.6z"/>
<path class="st0" d="M5.4,39.3c0.1,1.3,0.9,2.4,2.3,3c1.4,0.6,2.6,0.2,3.6-0.8c0.5-0.5,0.9-1,1.3-1.6c1.9-2.5,1.6-2.7,3.8-5
c2.6-2.8,2-1.9-0.1-4.3c-0.5-0.6-1-0.5-1.5,0c-3.1,3-4.3,3.3-7.8,5.7C5.9,37,5.4,38,5.4,39.3z"/>
<g>
<line class="st1" x1="22.3" y1="14.2" x2="24.9" y2="25.1"/>
<line class="st1" x1="24.9" y1="25.1" x2="28.3" y2="14.2"/>
<line class="st1" x1="28.3" y1="14.2" x2="31.7" y2="25.1"/>
<line class="st1" x1="31.7" y1="25.1" x2="34.3" y2="14.2"/>
</g>
</g>
</svg>
Copied!