Webmd Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Webmd 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/335056.svg" alt="Webmd icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/335056.svg" alt="Webmd icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/335056.svg" alt="Webmd icon" :width="24" :height="24" />
CSS background
.icon-webmd {
background-image: url('https://proicons.com/icon/335056.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>.j{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="j" d="M11.5525,37.4874v-11.6094l5.8111,11.6222,5.8111-11.6045v11.6045"/><path id="c" class="j" d="M26.0439,37.4095v-11.6222h2.615c2.8082,0,5.0847,2.2765,5.0847,5.0847v1.4528c0,2.8082-2.2765,5.0847-5.0847,5.0847h-2.615Z"/><g id="d"><g id="e"><path id="f" class="j" d="M30.5053,17.5961c.486-1.6047,2.1808-2.9055,3.7855-2.9055s2.5116,1.3008,2.0255,2.9055l-.572,1.8886c-.486,1.6047-2.1808,2.9055-3.7855,2.9055s-2.5116-1.3008-2.0255-2.9055"/><path id="g" class="j" d="M29.0533,22.3902l3.52-11.6222"/></g><path id="h" class="j" d="M23.7891,10.5002l-6.4256,11.6222.6145-11.6222-6.4256,11.6222.6145-11.6222"/><path id="i" class="j" d="M27.1788,20.8143c-.7658.8759-1.8877,1.4663-2.9687,1.4663-1.6047,0-2.5116-1.3008-2.0255-2.9055l.572-1.8886c.486-1.6047,2.1808-2.9055,3.7855-2.9055s2.5116,1.3008,2.0255,2.9055l-.286.9443h-5.8111"/></g><rect class="j" x="5.5001" y="5.5" width="37" height="37" rx="4" ry="4"/></svg>
Copied!