Znanylekarz Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Znanylekarz 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/350178.svg" alt="Znanylekarz icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/350178.svg" alt="Znanylekarz icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/350178.svg" alt="Znanylekarz icon" :width="24" :height="24" />
CSS background
.icon-znanylekarz {
background-image: url('https://proicons.com/icon/350178.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M41,20.8116l-1.6685-.0412c-.9772-.0249-1.7649-.7876-1.7649-1.766v-1.8451M34.0195,20.8885l1.6685.0412c.9783.0249,1.766.7876,1.766,1.766v1.8451M7,21.8495v4.8321h2.416M26.1235,26.7607h2.416M26.1235,21.9286h2.416M26.1235,24.3446h1.5699M26.1235,21.9286v4.8321M19.7931,26.6881v-4.8321l2.416,4.8321,2.416-4.8321v4.8321M15.1918,21.8885l3.2015,4.8321M18.3933,21.8885l-3.2015,4.8321M29.9827,26.6631v-4.8321h.7855c1.3326.0042,2.4119,1.0834,2.416,2.416h0c-.0042,1.3326-1.0834,2.4119-2.416,2.416h-.7855M10.7086,21.8885v3.2015c0,.9068.7259,1.6316,1.571,1.6316s1.571-.7259,1.571-1.6316v-3.2015"/><path class="b" d="M43.5,33.5V14.5c0-2.2091-1.7909-4-4-4H8.5c-2.2091,0-4,1.7909-4,4v19c0,2.2091,1.7909,4,4,4h31c2.2091,0,4-1.7909,4-4Z"/></svg>
Copied!