Dr Web Light Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Dr Web Light 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/324720.svg" alt="Dr Web Light icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/324720.svg" alt="Dr Web Light icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/324720.svg" alt="Dr Web Light icon" :width="24" :height="24" />
CSS background
.icon-dr-web-light {
background-image: url('https://proicons.com/icon/324720.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="M35.4992,31.7765v8.0013h3.9987M44.4983,35.7752c.002,3.8658-3.1303,7.0013-6.9962,7.0032-3.8658.002-7.0013-3.1303-7.0032-6.9962v-.0071c0-3.8658,3.1339-6.9997,6.9997-6.9997s6.9997,3.1339,6.9997,6.9997ZM17.3839,9.3979l-1.9578,2.7137-5.3972-6.8901h7.6384l-2.4869,2.0296,2.2035,2.1468M13.4306,15.5208l-4.5128-1.595-.5216,3.3638-2.4038-6.8939,8.6929,2.7515-1.2548,2.3773M9.0085,22.8379l-5.5068-3.0992,8.8819-2.9858-.3326,2.9367-3.8627.8239.8239,2.3244M12.5272,22.4789l4.0894,14.8535-9.0822-11.7846,4.9965-3.069M28.6167,9.3979l1.9578,2.7137,5.3972-6.8901h-7.6384l2.4869,2.0296-2.2035,2.1468M32.5701,15.5208l4.5128-1.595.5216,3.3638,2.4038-6.8939-8.6929,2.7515,1.2548,2.3773M36.9883,22.8379l5.5106-3.0992-8.8819-2.9858.3326,2.9367,3.8627.8239-.8239,2.3244M35.8167,28.9872l2.6457-3.4394-4.989-3.069-4.0894,14.8535,1.1187-1.4513M18.7294,16.3371l1.3871,4.1953h.9449l1.5798-4.7773h.7181l1.5761,4.7735h.9449l1.3871-4.1953M21.7795,29.9774h2.4416M21.0236,27.517h3.9534M20.2526,25.0187h5.4954M19.5874,22.8682h6.822M24.5499,31.0433c4.9776-2.8989,7.5591-6.875,7.6687-11.8375l-9.2183-5.3443-9.222,5.3443c.1134,4.9625,2.691,8.9386,7.6687,11.8375M28.1669,15.1315c.8391.48,1.1528.3931,1.3682,0,0-3.6283-2.9405-6.5688-6.5348-6.5688s-6.5386,2.9405-6.5386,6.565c.2192.3969.5329.4838,1.372,0l5.1666-3.0954,5.1666,3.0992Z"/></svg>
Copied!