quizlet from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.

Name
quizlet
Set
Simple Icons
Style
Brand
Viewbox
24×24
License
CC0 1.0

Use the quizlet logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.779.025a11.8 11.8 0 0 0-5.338.896A11.8 11.8 0 0 0 3.058 4.11A11.93 11.93 0 0 0 .427 14.363a11.9 11.9 0 0 0 2.3 4.921a11.84 11.84 0 0 0 4.24 3.378a11.78 11.78 0 0 0 10.533-.226a.33.33 0 0 1 .331.018a9.14 9.14 0 0 0 5.197 1.545a.33.33 0 0 0 .332-.332v-4.038a.334.334 0 0 0-.276-.331a4.7 4.7 0 0 1-1.106-.319a.33.33 0 0 1-.191-.352a.3.3 0 0 1 .05-.133a11.94 11.94 0 0 0 .772-11.871a11.87 11.87 0 0 0-4.042-4.628A11.8 11.8 0 0 0 12.765.018zM4.843 11.898a7.24 7.24 0 0 1 1.205-4.005a7.2 7.2 0 0 1 3.215-2.657a7.13 7.13 0 0 1 7.815 1.558a7.24 7.24 0 0 1 1.555 7.854a7.2 7.2 0 0 1-2.643 3.234a7.15 7.15 0 0 1-9.049-.896a7.23 7.23 0 0 1-2.103-5.089z"/></svg>

React

import type { SVGProps } from "react";

export function SimpleIconsQuizlet(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.779.025a11.8 11.8 0 0 0-5.338.896A11.8 11.8 0 0 0 3.058 4.11A11.93 11.93 0 0 0 .427 14.363a11.9 11.9 0 0 0 2.3 4.921a11.84 11.84 0 0 0 4.24 3.378a11.78 11.78 0 0 0 10.533-.226a.33.33 0 0 1 .331.018a9.14 9.14 0 0 0 5.197 1.545a.33.33 0 0 0 .332-.332v-4.038a.334.334 0 0 0-.276-.331a4.7 4.7 0 0 1-1.106-.319a.33.33 0 0 1-.191-.352a.3.3 0 0 1 .05-.133a11.94 11.94 0 0 0 .772-11.871a11.87 11.87 0 0 0-4.042-4.628A11.8 11.8 0 0 0 12.765.018zM4.843 11.898a7.24 7.24 0 0 1 1.205-4.005a7.2 7.2 0 0 1 3.215-2.657a7.13 7.13 0 0 1 7.815 1.558a7.24 7.24 0 0 1 1.555 7.854a7.2 7.2 0 0 1-2.643 3.234a7.15 7.15 0 0 1-9.049-.896a7.23 7.23 0 0 1-2.103-5.089z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.779.025a11.8 11.8 0 0 0-5.338.896A11.8 11.8 0 0 0 3.058 4.11A11.93 11.93 0 0 0 .427 14.363a11.9 11.9 0 0 0 2.3 4.921a11.84 11.84 0 0 0 4.24 3.378a11.78 11.78 0 0 0 10.533-.226a.33.33 0 0 1 .331.018a9.14 9.14 0 0 0 5.197 1.545a.33.33 0 0 0 .332-.332v-4.038a.334.334 0 0 0-.276-.331a4.7 4.7 0 0 1-1.106-.319a.33.33 0 0 1-.191-.352a.3.3 0 0 1 .05-.133a11.94 11.94 0 0 0 .772-11.871a11.87 11.87 0 0 0-4.042-4.628A11.8 11.8 0 0 0 12.765.018zM4.843 11.898a7.24 7.24 0 0 1 1.205-4.005a7.2 7.2 0 0 1 3.215-2.657a7.13 7.13 0 0 1 7.815 1.558a7.24 7.24 0 0 1 1.555 7.854a7.2 7.2 0 0 1-2.643 3.234a7.15 7.15 0 0 1-9.049-.896a7.23 7.23 0 0 1-2.103-5.089z"/></svg>
</template>

CSS

.icon-quizlet {
  width: 24px;
  height: 24px;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.779.025a11.8%2011.8%200%200%200-5.338.896A11.8%2011.8%200%200%200%203.058%204.11A11.93%2011.93%200%200%200%20.427%2014.363a11.9%2011.9%200%200%200%202.3%204.921a11.84%2011.84%200%200%200%204.24%203.378a11.78%2011.78%200%200%200%2010.533-.226a.33.33%200%200%201%20.331.018a9.14%209.14%200%200%200%205.197%201.545a.33.33%200%200%200%20.332-.332v-4.038a.334.334%200%200%200-.276-.331a4.7%204.7%200%200%201-1.106-.319a.33.33%200%200%201-.191-.352a.3.3%200%200%201%20.05-.133a11.94%2011.94%200%200%200%20.772-11.871a11.87%2011.87%200%200%200-4.042-4.628A11.8%2011.8%200%200%200%2012.765.018zM4.843%2011.898a7.24%207.24%200%200%201%201.205-4.005a7.2%207.2%200%200%201%203.215-2.657a7.13%207.13%200%200%201%207.815%201.558a7.24%207.24%200%200%201%201.555%207.854a7.2%207.2%200%200%201-2.643%203.234a7.15%207.15%200%200%201-9.049-.896a7.23%207.23%200%200%201-2.103-5.089z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
  mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.779.025a11.8%2011.8%200%200%200-5.338.896A11.8%2011.8%200%200%200%203.058%204.11A11.93%2011.93%200%200%200%20.427%2014.363a11.9%2011.9%200%200%200%202.3%204.921a11.84%2011.84%200%200%200%204.24%203.378a11.78%2011.78%200%200%200%2010.533-.226a.33.33%200%200%201%20.331.018a9.14%209.14%200%200%200%205.197%201.545a.33.33%200%200%200%20.332-.332v-4.038a.334.334%200%200%200-.276-.331a4.7%204.7%200%200%201-1.106-.319a.33.33%200%200%201-.191-.352a.3.3%200%200%201%20.05-.133a11.94%2011.94%200%200%200%20.772-11.871a11.87%2011.87%200%200%200-4.042-4.628A11.8%2011.8%200%200%200%2012.765.018zM4.843%2011.898a7.24%207.24%200%200%201%201.205-4.005a7.2%207.2%200%200%201%203.215-2.657a7.13%207.13%200%200%201%207.815%201.558a7.24%207.24%200%200%201%201.555%207.854a7.2%207.2%200%200%201-2.643%203.234a7.15%207.15%200%200%201-9.049-.896a7.23%207.23%200%200%201-2.103-5.089z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/quizlet.svg?color=%231a73e8&size=48