presentation 03 icon

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

Name
presentation-03
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

Related icons in Huge Icons

Use the presentation 03 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 d="M3 10c0 2.828 0 4.243.879 5.121C4.757 16 6.172 16 9 16h6c2.828 0 4.243 0 5.121-.879C21 14.243 21 12.828 21 10V4.5H3z"/><circle cx="12" cy="20.5" r="1.5" stroke-linecap="round" stroke-linejoin="round"/><path stroke-linecap="round" stroke-linejoin="round" d="M12 16v3m9-17H3c-.471 0-.707 0-.854.146C2 2.293 2 2.53 2 3v.5c0 .471 0 .707.146.854c.147.146.383.146.854.146h18c.471 0 .707 0 .854-.146C22 4.207 22 3.97 22 3.5V3c0-.471 0-.707-.146-.854C21.707 2 21.47 2 21 2"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsPresentation03(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 d="M3 10c0 2.828 0 4.243.879 5.121C4.757 16 6.172 16 9 16h6c2.828 0 4.243 0 5.121-.879C21 14.243 21 12.828 21 10V4.5H3z"/><circle cx="12" cy="20.5" r="1.5" strokeLinecap="round" strokeLinejoin="round"/><path strokeLinecap="round" strokeLinejoin="round" d="M12 16v3m9-17H3c-.471 0-.707 0-.854.146C2 2.293 2 2.53 2 3v.5c0 .471 0 .707.146.854c.147.146.383.146.854.146h18c.471 0 .707 0 .854-.146C22 4.207 22 3.97 22 3.5V3c0-.471 0-.707-.146-.854C21.707 2 21.47 2 21 2"/></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 d="M3 10c0 2.828 0 4.243.879 5.121C4.757 16 6.172 16 9 16h6c2.828 0 4.243 0 5.121-.879C21 14.243 21 12.828 21 10V4.5H3z"/><circle cx="12" cy="20.5" r="1.5" stroke-linecap="round" stroke-linejoin="round"/><path stroke-linecap="round" stroke-linejoin="round" d="M12 16v3m9-17H3c-.471 0-.707 0-.854.146C2 2.293 2 2.53 2 3v.5c0 .471 0 .707.146.854c.147.146.383.146.854.146h18c.471 0 .707 0 .854-.146C22 4.207 22 3.97 22 3.5V3c0-.471 0-.707-.146-.854C21.707 2 21.47 2 21 2"/></g></svg>
</template>

CSS

.icon-presentation-03 {
  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%20d%3D%22M3%2010c0%202.828%200%204.243.879%205.121C4.757%2016%206.172%2016%209%2016h6c2.828%200%204.243%200%205.121-.879C21%2014.243%2021%2012.828%2021%2010V4.5H3z%22%2F%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%2220.5%22%20r%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M12%2016v3m9-17H3c-.471%200-.707%200-.854.146C2%202.293%202%202.53%202%203v.5c0%20.471%200%20.707.146.854c.147.146.383.146.854.146h18c.471%200%20.707%200%20.854-.146C22%204.207%2022%203.97%2022%203.5V3c0-.471%200-.707-.146-.854C21.707%202%2021.47%202%2021%202%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%20d%3D%22M3%2010c0%202.828%200%204.243.879%205.121C4.757%2016%206.172%2016%209%2016h6c2.828%200%204.243%200%205.121-.879C21%2014.243%2021%2012.828%2021%2010V4.5H3z%22%2F%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%2220.5%22%20r%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M12%2016v3m9-17H3c-.471%200-.707%200-.854.146C2%202.293%202%202.53%202%203v.5c0%20.471%200%20.707.146.854c.147.146.383.146.854.146h18c.471%200%20.707%200%20.854-.146C22%204.207%2022%203.97%2022%203.5V3c0-.471%200-.707-.146-.854C21.707%202%2021.47%202%2021%202%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/presentation-03.svg?color=%231a73e8&size=48