Reminder Pro Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Reminder Pro 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/332067.svg" alt="Reminder Pro icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/332067.svg" alt="Reminder Pro icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/332067.svg" alt="Reminder Pro icon" :width="24" :height="24" />
CSS background
.icon-reminder-pro {
background-image: url('https://proicons.com/icon/332067.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><circle class="c" cx="28.0662" cy="16.3265" r="6.9365"/><path class="c" d="m11.0717,9.1298c-.0867,2.3411.3468,13.5262,11.7921,18.1217.4335.1734.9538.2601,1.474.2601,3.0347-.1734,15.0002-.2601,19.0755,6.1562.0867.0867.0867.1734.0867.2601v4.5954c0,.2601-.1734.4335-.4335.4335H15.1469c-.2601,0-.4335-.1734-.4335-.4335v-7.977c0-.2601-.0867-.4335-.3468-.5202-1.7341-1.2139-11.1852-7.5435-9.7111-20.983l6.4163.0867Z"/></svg>
Copied!