Forgetmenot Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Forgetmenot 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/340718.svg" alt="Forgetmenot icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/340718.svg" alt="Forgetmenot icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/340718.svg" alt="Forgetmenot icon" :width="24" :height="24" />
CSS background
.icon-forgetmenot {
background-image: url('https://proicons.com/icon/340718.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle class="a" cx="26.98" cy="26.29" r="6.37"/><path class="a" d="M21.28,11.61a10.77,10.77,0,1,0-7.64,19.57"/><path class="a" d="M14.31,29a9.21,9.21,0,0,0-.8,3.78,9.34,9.34,0,0,0,16.7,5.75"/><path class="a" d="M30.21,38.48A8.72,8.72,0,1,0,37,22.62"/><path class="a" d="M29.53,20.45a8.73,8.73,0,1,0-4.06,12"/><path class="a" d="M20.61,33.18A6.92,6.92,0,1,0,33.1,28"/><path class="a" d="M33.22,27.56a6.1,6.1,0,1,0-6.39-10.17"/><path class="a" d="M40.73,24.68a11.75,11.75,0,1,0-21-8.86"/></svg>
Copied!