presentation online icon
presentation-online from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- presentation-online
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
Related icons in Huge Icons
Use the presentation online 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="M5.409 17.118c-.359-1.516-.538-2.274-.303-2.858c.146-.363.396-.676.72-.9C6.346 13 7.13 13 8.702 13h6.597c1.57 0 2.355 0 2.875.36c.324.224.574.537.72.9c.235.584.056 1.342-.303 2.858c-.353 1.494-.53 2.24-.97 2.777a3 3 0 0 1-1.02.802c-.628.303-1.402.303-2.949.303h-3.304c-1.547 0-2.32 0-2.948-.303a3 3 0 0 1-1.02-.802c-.442-.537-.618-1.283-.971-2.777Z"/><path stroke-linecap="round" d="M3 21h18m-10-5h2"/><path stroke-linecap="round" stroke-linejoin="round" d="M8 11c1.838-2.595 6.119-2.737 8 0"/><path d="M14 5a2 2 0 1 1-4 0a2 2 0 0 1 4 0Z"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsPresentationOnline(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="M5.409 17.118c-.359-1.516-.538-2.274-.303-2.858c.146-.363.396-.676.72-.9C6.346 13 7.13 13 8.702 13h6.597c1.57 0 2.355 0 2.875.36c.324.224.574.537.72.9c.235.584.056 1.342-.303 2.858c-.353 1.494-.53 2.24-.97 2.777a3 3 0 0 1-1.02.802c-.628.303-1.402.303-2.949.303h-3.304c-1.547 0-2.32 0-2.948-.303a3 3 0 0 1-1.02-.802c-.442-.537-.618-1.283-.971-2.777Z"/><path strokeLinecap="round" d="M3 21h18m-10-5h2"/><path strokeLinecap="round" strokeLinejoin="round" d="M8 11c1.838-2.595 6.119-2.737 8 0"/><path d="M14 5a2 2 0 1 1-4 0a2 2 0 0 1 4 0Z"/></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="M5.409 17.118c-.359-1.516-.538-2.274-.303-2.858c.146-.363.396-.676.72-.9C6.346 13 7.13 13 8.702 13h6.597c1.57 0 2.355 0 2.875.36c.324.224.574.537.72.9c.235.584.056 1.342-.303 2.858c-.353 1.494-.53 2.24-.97 2.777a3 3 0 0 1-1.02.802c-.628.303-1.402.303-2.949.303h-3.304c-1.547 0-2.32 0-2.948-.303a3 3 0 0 1-1.02-.802c-.442-.537-.618-1.283-.971-2.777Z"/><path stroke-linecap="round" d="M3 21h18m-10-5h2"/><path stroke-linecap="round" stroke-linejoin="round" d="M8 11c1.838-2.595 6.119-2.737 8 0"/><path d="M14 5a2 2 0 1 1-4 0a2 2 0 0 1 4 0Z"/></g></svg> </template>
CSS
.icon-presentation-online {
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%22M5.409%2017.118c-.359-1.516-.538-2.274-.303-2.858c.146-.363.396-.676.72-.9C6.346%2013%207.13%2013%208.702%2013h6.597c1.57%200%202.355%200%202.875.36c.324.224.574.537.72.9c.235.584.056%201.342-.303%202.858c-.353%201.494-.53%202.24-.97%202.777a3%203%200%200%201-1.02.802c-.628.303-1.402.303-2.949.303h-3.304c-1.547%200-2.32%200-2.948-.303a3%203%200%200%201-1.02-.802c-.442-.537-.618-1.283-.971-2.777Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M3%2021h18m-10-5h2%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M8%2011c1.838-2.595%206.119-2.737%208%200%22%2F%3E%3Cpath%20d%3D%22M14%205a2%202%200%201%201-4%200a2%202%200%200%201%204%200Z%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%22M5.409%2017.118c-.359-1.516-.538-2.274-.303-2.858c.146-.363.396-.676.72-.9C6.346%2013%207.13%2013%208.702%2013h6.597c1.57%200%202.355%200%202.875.36c.324.224.574.537.72.9c.235.584.056%201.342-.303%202.858c-.353%201.494-.53%202.24-.97%202.777a3%203%200%200%201-1.02.802c-.628.303-1.402.303-2.949.303h-3.304c-1.547%200-2.32%200-2.948-.303a3%203%200%200%201-1.02-.802c-.442-.537-.618-1.283-.971-2.777Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M3%2021h18m-10-5h2%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M8%2011c1.838-2.595%206.119-2.737%208%200%22%2F%3E%3Cpath%20d%3D%22M14%205a2%202%200%201%201-4%200a2%202%200%200%201%204%200Z%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-online.svg?color=%231a73e8&size=48