Dr Kegel Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Dr Kegel 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/324714.svg" alt="Dr Kegel icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/324714.svg" alt="Dr Kegel icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/324714.svg" alt="Dr Kegel icon" :width="24" :height="24" />
CSS background
.icon-dr-kegel {
background-image: url('https://proicons.com/icon/324714.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>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><rect class="c" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/><path class="c" d="M26.802,25.249c0-1.9703,1.5815-3.5674,3.5326-3.5674"/><line class="c" x1="26.802" y1="21.681" x2="26.802" y2="31.135"/><path class="c" d="M12.672,31.135v-14.27h3.1793c3.4142,0,6.182,2.7951,6.182,6.243v1.7837c0,3.4479-2.7678,6.243-6.182,6.243l-3.1793.0003Z"/><line class="c" x1="31.571" y1="29.256" x2="35.328" y2="29.256"/><line class="c" x1="33.45" y1="27.377" x2="33.45" y2="31.135"/></svg>
Copied!