online learning 01 icon
online-learning-01 from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- online-learning-01
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
Related icons in Huge Icons
Use the online learning 01 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M12 12v9a3.11 3.11 0 0 0-3.05-2.5H6.6c-2.169 0-3.253 0-3.927-.674C2 17.153 2 16.068 2 13.9V8.584c0-2.168 0-3.252.674-3.926C3.156 4.176 3.849 4.038 5 4m7 17a3.11 3.11 0 0 1 3.05-2.5h2.35c2.168 0 3.253 0 3.926-.674C22 17.153 22 16.068 22 13.9V8.585c0-2.168 0-3.252-.674-3.926c-.482-.482-1.175-.62-2.326-.658M12.053 8.9h-.05M16 4.725A5.48 5.48 0 0 0 12 3a5.5 5.5 0 0 0-4 1.725m5.877 2.123A2.5 2.5 0 0 0 12 6c-.748 0-1.419.328-1.877.848m1.98 2.052a.1.1 0 1 1-.2 0a.1.1 0 0 1 .2 0"/></svg>
React
import type { SVGProps } from "react";
export function HugeiconsOnlineLearning01(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" d="M12 12v9a3.11 3.11 0 0 0-3.05-2.5H6.6c-2.169 0-3.253 0-3.927-.674C2 17.153 2 16.068 2 13.9V8.584c0-2.168 0-3.252.674-3.926C3.156 4.176 3.849 4.038 5 4m7 17a3.11 3.11 0 0 1 3.05-2.5h2.35c2.168 0 3.253 0 3.926-.674C22 17.153 22 16.068 22 13.9V8.585c0-2.168 0-3.252-.674-3.926c-.482-.482-1.175-.62-2.326-.658M12.053 8.9h-.05M16 4.725A5.48 5.48 0 0 0 12 3a5.5 5.5 0 0 0-4 1.725m5.877 2.123A2.5 2.5 0 0 0 12 6c-.748 0-1.419.328-1.877.848m1.98 2.052a.1.1 0 1 1-.2 0a.1.1 0 0 1 .2 0"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M12 12v9a3.11 3.11 0 0 0-3.05-2.5H6.6c-2.169 0-3.253 0-3.927-.674C2 17.153 2 16.068 2 13.9V8.584c0-2.168 0-3.252.674-3.926C3.156 4.176 3.849 4.038 5 4m7 17a3.11 3.11 0 0 1 3.05-2.5h2.35c2.168 0 3.253 0 3.926-.674C22 17.153 22 16.068 22 13.9V8.585c0-2.168 0-3.252-.674-3.926c-.482-.482-1.175-.62-2.326-.658M12.053 8.9h-.05M16 4.725A5.48 5.48 0 0 0 12 3a5.5 5.5 0 0 0-4 1.725m5.877 2.123A2.5 2.5 0 0 0 12 6c-.748 0-1.419.328-1.877.848m1.98 2.052a.1.1 0 1 1-.2 0a.1.1 0 0 1 .2 0"/></svg> </template>
CSS
.icon-online-learning-01 {
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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M12%2012v9a3.11%203.11%200%200%200-3.05-2.5H6.6c-2.169%200-3.253%200-3.927-.674C2%2017.153%202%2016.068%202%2013.9V8.584c0-2.168%200-3.252.674-3.926C3.156%204.176%203.849%204.038%205%204m7%2017a3.11%203.11%200%200%201%203.05-2.5h2.35c2.168%200%203.253%200%203.926-.674C22%2017.153%2022%2016.068%2022%2013.9V8.585c0-2.168%200-3.252-.674-3.926c-.482-.482-1.175-.62-2.326-.658M12.053%208.9h-.05M16%204.725A5.48%205.48%200%200%200%2012%203a5.5%205.5%200%200%200-4%201.725m5.877%202.123A2.5%202.5%200%200%200%2012%206c-.748%200-1.419.328-1.877.848m1.98%202.052a.1.1%200%201%201-.2%200a.1.1%200%200%201%20.2%200%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M12%2012v9a3.11%203.11%200%200%200-3.05-2.5H6.6c-2.169%200-3.253%200-3.927-.674C2%2017.153%202%2016.068%202%2013.9V8.584c0-2.168%200-3.252.674-3.926C3.156%204.176%203.849%204.038%205%204m7%2017a3.11%203.11%200%200%201%203.05-2.5h2.35c2.168%200%203.253%200%203.926-.674C22%2017.153%2022%2016.068%2022%2013.9V8.585c0-2.168%200-3.252-.674-3.926c-.482-.482-1.175-.62-2.326-.658M12.053%208.9h-.05M16%204.725A5.48%205.48%200%200%200%2012%203a5.5%205.5%200%200%200-4%201.725m5.877%202.123A2.5%202.5%200%200%200%2012%206c-.748%200-1.419.328-1.877.848m1.98%202.052a.1.1%200%201%201-.2%200a.1.1%200%200%201%20.2%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/online-learning-01.svg?color=%231a73e8&size=48