Dynamed Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Dynamed 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/324864.svg" alt="Dynamed icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/324864.svg" alt="Dynamed icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/324864.svg" alt="Dynamed icon" :width="24" :height="24" />
CSS background
.icon-dynamed {
background-image: url('https://proicons.com/icon/324864.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.o{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><rect id="c" class="o" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/><path id="d" class="o" d="M13.924,22.0138v-6.5138h1.4656c1.5739,0,2.8498,1.2759,2.8498,2.8498v.8142c0,1.5739-1.2759,2.8498-2.8498,2.8498h-1.4656Z"/><path id="e" class="o" d="M28.7758,22.0138v-2.6869c0-.8994-.7291-1.6285-1.6285-1.6285h0c-.8994,0-1.6284.7291-1.6284,1.6285"/><line id="f" class="o" x1="25.5189" y1="22.0138" x2="25.5189" y2="17.6984"/><path id="g" class="o" d="M23.4756,20.3854v2.1984c0,.8994-.7291,1.6285-1.6285,1.6285h0c-.4497,0-.8568-.1823-1.1515-.4769"/><path id="h" class="o" d="M23.4756,17.6984v2.6869c0,.8994-.7291,1.6285-1.6285,1.6285h0c-.8994,0-1.6285-.7291-1.6285-1.6285v-2.6869"/><path id="i" class="o" d="M34.076,20.3854c0,.8994-.7291,1.6285-1.6285,1.6285h0c-.8994,0-1.6285-.7291-1.6285-1.6285v-1.0585c0-.8994.7291-1.6285,1.6285-1.6285h0c.8994,0,1.6285.7291,1.6285,1.6285"/><line id="j" class="o" x1="34.076" y1="22.0138" x2="34.076" y2="17.6984"/><polyline id="k" class="o" points="15.4855 32.4928 15.4855 25.9862 18.7425 32.5 21.9994 25.9961 21.9994 32.5"/><path id="l" class="o" d="M27.0846,31.6768c-.2805.4909-.8091.8218-1.4149.8218h0c-.8994,0-1.6284-.7291-1.6284-1.6285v-1.0585c0-.8994.7291-1.6285,1.6284-1.6285h0c.8994,0,1.6285.7291,1.6285,1.6285v.5292h-3.2569"/><path id="m" class="o" d="M32.5145,29.813c0-.8994-.7291-1.6285-1.6285-1.6285h0c-.8994,0-1.6284.7291-1.6284,1.6285v1.0585c0,.8994.7291,1.6285,1.6284,1.6285h0c.8994,0,1.6285-.7291,1.6285-1.6285"/><line id="n" class="o" x1="32.5145" y1="32.5" x2="32.5145" y2="25.9862"/></svg>
Copied!