Telemedicine Mobile Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Telemedicine Mobile 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/320827.svg" alt="Telemedicine Mobile icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/320827.svg" alt="Telemedicine Mobile icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/320827.svg" alt="Telemedicine Mobile icon" :width="24" :height="24" />
CSS background
.icon-telemedicine-mobile {
background-image: url('https://proicons.com/icon/320827.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="iso-8859-1"?> <!-- Generator: Adobe Illustrator 24.3.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --> <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 32 32" style="enable-background:new 0 0 32 32;" xml:space="preserve"> <path id="telemedicine--mobile_1_" d="M11,28.5c-0.552,0-1-0.448-1-1s0.448-1,1-1s1,0.448,1,1S11.552,28.5,11,28.5z M20.36,31V16.36 H28c1.302,0,2.36-1.059,2.36-2.36V6c0-1.301-1.059-2.36-2.36-2.36h-7.64V1c0-0.199-0.161-0.36-0.36-0.36H2 C1.801,0.64,1.64,0.801,1.64,1v30c0,0.199,0.161,0.36,0.36,0.36h18C20.199,31.36,20.36,31.199,20.36,31z M2.36,24.36h17.28v6.279 H2.36V24.36z M2.36,1.36h17.28v2.28H17c-1.301,0-2.36,1.059-2.36,2.36v14c0,0.146,0.087,0.277,0.222,0.333 c0.134,0.053,0.29,0.024,0.392-0.078l3.895-3.895h0.49v7.28H2.36V1.36z M28,4.36c0.904,0,1.64,0.736,1.64,1.64v8 c0,0.904-0.735,1.64-1.64,1.64h-9c-0.096,0-0.188,0.038-0.255,0.105L15.36,19.13V6c0-0.904,0.736-1.64,1.64-1.64H28z M23.86,14 v-2.64h2.64c0.199,0,0.36-0.161,0.36-0.36V9c0-0.199-0.161-0.36-0.36-0.36h-2.64V6c0-0.199-0.161-0.36-0.36-0.36h-2 c-0.199,0-0.36,0.161-0.36,0.36v2.64H18.5c-0.199,0-0.36,0.161-0.36,0.36v2c0,0.199,0.161,0.36,0.36,0.36h2.64V14 c0,0.199,0.161,0.36,0.36,0.36h2C23.699,14.36,23.86,14.199,23.86,14z M21.86,11c0-0.199-0.161-0.36-0.36-0.36h-2.64V9.36h2.64 c0.199,0,0.36-0.161,0.36-0.36V6.36h1.279V9c0,0.199,0.161,0.36,0.36,0.36h2.64v1.28H23.5c-0.199,0-0.36,0.161-0.36,0.36v2.64h-1.28 V11z"/> <rect id="_Transparent_Rectangle" style="fill:none;" width="32" height="32"/> </svg>
Copied!