Quizlet Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Quizlet 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/346394.svg" alt="Quizlet icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/346394.svg" alt="Quizlet icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/346394.svg" alt="Quizlet icon" :width="24" :height="24" />
CSS background
.icon-quizlet {
background-image: url('https://proicons.com/icon/346394.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><path class="a" d="M25.3943,2.5455A21.1471,21.1471,0,0,0,7.9794,9.8639a21.35,21.35,0,0,0,7.0043,33.2406,21.11,21.11,0,0,0,18.872-.4063.5875.5875,0,0,1,.3-.0638.5817.5817,0,0,1,.2913.0964,16.376,16.376,0,0,0,9.3119,2.7683.5932.5932,0,0,0,.5934-.5949V37.67a.5975.5975,0,0,0-.1369-.3886.5863.5863,0,0,0-.3553-.2063,8.395,8.395,0,0,1-1.9819-.5711.5891.5891,0,0,1-.3273-.3753.6173.6173,0,0,1-.0177-.2551.6033.6033,0,0,1,.0892-.2389A21.3658,21.3658,0,0,0,35.7663,6.074,21.1237,21.1237,0,0,0,25.37,2.5327Zm-14.217,21.273a12.9087,12.9087,0,0,1,7.9188-11.9366A12.7967,12.7967,0,0,1,33.0973,14.674a12.9438,12.9438,0,0,1-1.949,19.865,12.8043,12.8043,0,0,1-16.2137-1.6038,12.9421,12.9421,0,0,1-3.7661-9.1179Z"/></svg>
Quizlet in other icon packs
Copied!