Medisafe Reminder Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Medisafe Reminder 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/343568.svg" alt="Medisafe Reminder icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/343568.svg" alt="Medisafe Reminder icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/343568.svg" alt="Medisafe Reminder icon" :width="24" :height="24" />
CSS background
.icon-medisafe-reminder {
background-image: url('https://proicons.com/icon/343568.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="m23.7678,15.8358h-11.824c-4.3484,0-8.1453,3.2814-8.4262,7.6207-.3079,4.755,3.4578,8.7076,8.1466,8.7076h2.2737c2.5967,0,4.9033-1.6585,5.73-4.1202l4.0999-12.2082Z"/><path class="c" d="m36.0588,15.8358h-3.1294c-2.1226,0-3.5616,1.0392-4.0796,2.5816l-4.6166,13.7468h12.1027c4.6888,0,8.4544-3.9526,8.1465-8.7076-.281-4.3393-4.0752-7.6207-8.4236-7.6207Z"/></svg>
Copied!