Flashcards Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Flashcards 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/325947.svg" alt="Flashcards icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/325947.svg" alt="Flashcards icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/325947.svg" alt="Flashcards icon" :width="24" :height="24" />
CSS background
.icon-flashcards {
background-image: url('https://proicons.com/icon/325947.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="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.r{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g id="b"><g id="c"><path id="d" class="r" d="M14.2425,7.5612h19.5149c1.4716,0,2.6563,1.1851,2.6563,2.6573v27.5631c0,1.4721-1.1847,2.6572-2.6563,2.6572H14.2425c-1.4716,0-2.6563-1.1851-2.6563-2.6572V10.2185c0-1.4721,1.1847-2.6573,2.6563-2.6573Z"/><g id="e"><path id="f" class="r" d="M15.3502,16.8855h17.7024"/><path id="g" class="r" d="M15.3502,20.3124h17.7024"/><path id="h" class="r" d="M15.3502,23.7393h17.7024"/><path id="i" class="r" d="M15.3502,27.1663h17.7024"/><path id="j" class="r" d="M15.3502,13.4586h7.097"/><path id="k" class="r" d="M15.3502,30.5932h7.097"/><path id="l" class="r" d="M15.3502,34.0201h17.7024"/></g><path id="m" class="r" d="M11.5847,37.7356h24.8306"/><path id="n" class="r" d="M19.8585,37.7355v2.7027"/><path id="o" class="r" d="M28.1416,37.7355v2.7027"/></g><path id="p" class="r" d="M11.5688,36.8379L5.5919,14.5237c-.3809-1.422.4568-2.8734,1.8783-3.2545h0l4.1006-1.0992"/><path id="q" class="r" d="M36.4312,36.8379l5.9769-22.3142c.3809-1.422-.4568-2.8734-1.8783-3.2545h0l-4.1006-1.0992"/></g></svg>
Copied!