Dr Web Center Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Dr Web Center 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/324719.svg" alt="Dr Web Center icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/324719.svg" alt="Dr Web Center icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/324719.svg" alt="Dr Web Center icon" :width="24" :height="24" />
CSS background
.icon-dr-web-center {
background-image: url('https://proicons.com/icon/324719.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="M42.4104,36.2688c.0296-.2221.0457-.4458.0484-.6698-.0023-.2265-.0185-.4527-.0484-.6773l1.455-1.1387c.1385-.1034.1756-.2953.0856-.4428l-1.3768-2.3927c-.0821-.1513-.2656-.2156-.4242-.1488l-1.7155.6959c-.3579-.2734-.7493-.4997-1.1647-.6735l-.2605-1.8271c-.0225-.1673-.1661-.2918-.3349-.2903h-2.7611c-.1688-.0015-.3124.1229-.3349.2903l-.2605,1.8234c-.4161.1739-.8077.4016-1.1647.6773l-1.7229-.6959c-.1576-.0645-.3386-.0005-.4205.1488l-1.3768,2.3927c-.0908.1467-.0554.3383.0819.4428l1.4513,1.1387c-.0284.2234-.0433.4483-.0447.6735.0012.2252.0162.4501.0447.6735l-1.4513,1.1424c-.1352.1041-.1704.2933-.0819.4391l1.3768,2.3927c.0819.1493.2629.2134.4205.1488l1.7155-.6921c.3581.2721.7495.4972,1.1647.6698l.2605,1.8271c.0225.1673.1661.2918.3349.2903h2.7537c.1703.0034.316-.1215.3386-.2903l.2605-1.8234c.4146-.173.8049-.3994,1.161-.6735l1.7192.6921c.1576.0645.3386.0005.4205-.1488l1.3768-2.3927c.0886-.1459.0533-.335-.0819-.4391l-1.4438-1.1424ZM37.29,38.0103c-1.3338.0021-2.4167-1.0792-2.4188-2.4151s1.0775-2.4205,2.4113-2.4225,2.4167,1.0792,2.4188,2.4151c0,.0025,0,.005,0,.0074.0041,1.3317-1.0722,2.4147-2.4039,2.4188-.0025,0-.005,0-.0075,0v-.0037ZM17.6717,9.6249l-1.9276,2.6718-5.3139-6.7838h7.5169l-2.4448,1.9983,2.1695,2.1137M13.7794,15.6533l-4.4431-1.5704-.5135,3.3119-2.3667-6.7875,8.5588,2.709-1.2354,2.3406M9.4255,22.8576l-5.4255-3.0514,8.7486-2.9398-.3275,2.8914-3.8068.8112.8149,2.2885M12.89,22.504l4.0226,14.6244-8.9384-11.6028,4.9157-3.0216M28.7275,9.6249l1.9313,2.6718,5.3139-6.7838h-7.5243l2.4486,1.9983-2.1732,2.1137M32.6199,15.6533l4.4394-1.5704.5135,3.3119,2.3704-6.7875-8.5588,2.709,1.2317,2.3406M36.97,22.8576l5.4255-3.0514-8.7449-2.9398.3275,2.8914,3.8031.8112-.8112,2.2885M33.9,31.394l1.6336-2.1211M35.9727,28.7036l2.4486-3.1779h0l-4.912-3.0216-4.0264,14.6244,2.069-2.6867M18.9965,16.4571l1.3657,4.1305h.9303l1.5555-4.7036h.707l1.5517,4.7036h.9303l1.3657-4.1305M21.9995,29.8907h2.4039M21.2553,27.4607h3.8924M20.4961,25.001h5.4106M19.8412,22.8836h6.7168M24.7272,30.9363c4.9008-2.8542,7.4424-6.7689,7.5466-11.6511l-9.0723-5.2655-9.0798,5.2655c.1116,4.8822,2.6532,8.797,7.5541,11.6511M28.2921,15.27c.8224.4726,1.135.387,1.3471,0,0-3.5724-2.8951-6.4675-6.4377-6.4675-3.5352,0-6.434,2.8951-6.434,6.4675.2121.387.5247.4726,1.3471,0l5.0906-3.0514,5.0869,3.0514Z"/></svg>
Copied!