student card icon

student-card from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
student-card
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

Use the student card icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path stroke-linejoin="round" d="M14 3.5c3.771 0 5.657 0 6.828 1.245S22 7.993 22 12s0 6.01-1.172 7.255S17.771 20.5 14 20.5h-4c-3.771 0-5.657 0-6.828-1.245S2 16.007 2 12s0-6.01 1.172-7.255S6.229 3.5 10 3.5z"/><path stroke-linecap="round" d="M5 15.5c1.609-2.137 5.354-2.254 7 0m-1.751-5.25a1.75 1.75 0 1 1-3.5 0a1.75 1.75 0 0 1 3.5 0ZM15 9.5h4m-4 4h2"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsStudentCard(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeWidth="1.5"><path strokeLinejoin="round" d="M14 3.5c3.771 0 5.657 0 6.828 1.245S22 7.993 22 12s0 6.01-1.172 7.255S17.771 20.5 14 20.5h-4c-3.771 0-5.657 0-6.828-1.245S2 16.007 2 12s0-6.01 1.172-7.255S6.229 3.5 10 3.5z"/><path strokeLinecap="round" d="M5 15.5c1.609-2.137 5.354-2.254 7 0m-1.751-5.25a1.75 1.75 0 1 1-3.5 0a1.75 1.75 0 0 1 3.5 0ZM15 9.5h4m-4 4h2"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path stroke-linejoin="round" d="M14 3.5c3.771 0 5.657 0 6.828 1.245S22 7.993 22 12s0 6.01-1.172 7.255S17.771 20.5 14 20.5h-4c-3.771 0-5.657 0-6.828-1.245S2 16.007 2 12s0-6.01 1.172-7.255S6.229 3.5 10 3.5z"/><path stroke-linecap="round" d="M5 15.5c1.609-2.137 5.354-2.254 7 0m-1.751-5.25a1.75 1.75 0 1 1-3.5 0a1.75 1.75 0 0 1 3.5 0ZM15 9.5h4m-4 4h2"/></g></svg>
</template>

CSS

.icon-student-card {
  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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M14%203.5c3.771%200%205.657%200%206.828%201.245S22%207.993%2022%2012s0%206.01-1.172%207.255S17.771%2020.5%2014%2020.5h-4c-3.771%200-5.657%200-6.828-1.245S2%2016.007%202%2012s0-6.01%201.172-7.255S6.229%203.5%2010%203.5z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M5%2015.5c1.609-2.137%205.354-2.254%207%200m-1.751-5.25a1.75%201.75%200%201%201-3.5%200a1.75%201.75%200%200%201%203.5%200ZM15%209.5h4m-4%204h2%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M14%203.5c3.771%200%205.657%200%206.828%201.245S22%207.993%2022%2012s0%206.01-1.172%207.255S17.771%2020.5%2014%2020.5h-4c-3.771%200-5.657%200-6.828-1.245S2%2016.007%202%2012s0-6.01%201.172-7.255S6.229%203.5%2010%203.5z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M5%2015.5c1.609-2.137%205.354-2.254%207%200m-1.751-5.25a1.75%201.75%200%201%201-3.5%200a1.75%201.75%200%200%201%203.5%200ZM15%209.5h4m-4%204h2%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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