Dr Web Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Dr Web 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/324718.svg" alt="Dr Web icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/324718.svg" alt="Dr Web icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/324718.svg" alt="Dr Web icon" :width="24" :height="24" />
CSS background
.icon-dr-web {
background-image: url('https://proicons.com/icon/324718.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M18.3832,12.1201l-1.9579,2.7139-5.3976-6.8906h7.639l-2.4871,2.0298,2.2036,2.1469M14.4295,18.2434l-4.5131-1.5951-.5216,3.364-2.404-6.8944,8.6935,2.7517-1.2549,2.3775M10.0072,25.5611l-5.5072-3.0994,8.8825-2.986-.3326,2.9369-3.863.824.824,2.3246M13.5262,25.202l4.0897,14.8546-9.0829-11.7854,4.9931-3.0692M29.613,12.1239l1.9617,2.7101,5.3976-6.8906h-7.639l2.4871,2.0298-2.2036,2.1469M33.5705,18.2434l4.5131-1.5951.5216,3.364,2.404-6.8944-8.6935,2.7517,1.2549,2.3775M37.989,25.5611l5.511-3.0994-8.8825-2.986.3326,2.9407,3.863.8202-.824,2.3246M34.4738,25.202l-4.0897,14.8546,9.0829-11.7854-4.9969-3.0692M19.7288,19.0598l1.3872,4.1956h.945l1.58-4.7777h.7182l1.5762,4.7777h.9487l1.3872-4.1956M22.7791,32.7049h2.4418M22.0232,30.2442h3.9537M21.2521,27.742h5.4958M20.5906,25.5951h6.8188M25.5497,33.7708c4.978-2.9029,7.5596-6.8792,7.6692-11.8383l-9.2189-5.3446-9.2227,5.3446c.1134,4.9629,2.6912,8.9355,7.6692,11.8383M29.167,17.854c.8353.4838,1.1528.3969,1.3683,0,0-3.6286-2.9407-6.5693-6.5391-6.5693-3.5908,0-6.5315,2.9407-6.5315,6.5693.2117.3969.5292.4838,1.3645,0l5.1708-3.0994,5.167,3.0994Z"/></svg>
Copied!