elearning exchange icon
elearning-exchange from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- elearning-exchange
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
Use the elearning exchange 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-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M2.459 9c1.277-4.057 5.077-7 9.566-7c5.198 0 9.472 3.947 9.975 9l-2-.407M21.541 15a10.03 10.03 0 0 1-9.566 7C6.777 22 2.503 18.053 2 13l2 .407"/><path d="M9.002 13.528v1.992a.95.95 0 0 0 .432.81c.844.528 1.485.683 2.571.716c1.001.027 1.629-.13 2.563-.714a.96.96 0 0 0 .44-.82v-1.984m2.003-2.513v3.015M7.05 10.844c.362-.764 2.605-2.094 4.652-2.751a.93.93 0 0 1 .604.014c1.81.662 3.824 1.665 4.555 2.478c.381.425.008.967-.453 1.302c-.937.681-1.97 1.21-4.058 2.013a.98.98 0 0 1-.688.005c-2.14-.795-4.142-1.82-4.595-2.723a.39.39 0 0 1-.017-.338"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsElearningExchange(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" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5"><path d="M2.459 9c1.277-4.057 5.077-7 9.566-7c5.198 0 9.472 3.947 9.975 9l-2-.407M21.541 15a10.03 10.03 0 0 1-9.566 7C6.777 22 2.503 18.053 2 13l2 .407"/><path d="M9.002 13.528v1.992a.95.95 0 0 0 .432.81c.844.528 1.485.683 2.571.716c1.001.027 1.629-.13 2.563-.714a.96.96 0 0 0 .44-.82v-1.984m2.003-2.513v3.015M7.05 10.844c.362-.764 2.605-2.094 4.652-2.751a.93.93 0 0 1 .604.014c1.81.662 3.824 1.665 4.555 2.478c.381.425.008.967-.453 1.302c-.937.681-1.97 1.21-4.058 2.013a.98.98 0 0 1-.688.005c-2.14-.795-4.142-1.82-4.595-2.723a.39.39 0 0 1-.017-.338"/></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-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M2.459 9c1.277-4.057 5.077-7 9.566-7c5.198 0 9.472 3.947 9.975 9l-2-.407M21.541 15a10.03 10.03 0 0 1-9.566 7C6.777 22 2.503 18.053 2 13l2 .407"/><path d="M9.002 13.528v1.992a.95.95 0 0 0 .432.81c.844.528 1.485.683 2.571.716c1.001.027 1.629-.13 2.563-.714a.96.96 0 0 0 .44-.82v-1.984m2.003-2.513v3.015M7.05 10.844c.362-.764 2.605-2.094 4.652-2.751a.93.93 0 0 1 .604.014c1.81.662 3.824 1.665 4.555 2.478c.381.425.008.967-.453 1.302c-.937.681-1.97 1.21-4.058 2.013a.98.98 0 0 1-.688.005c-2.14-.795-4.142-1.82-4.595-2.723a.39.39 0 0 1-.017-.338"/></g></svg> </template>
CSS
.icon-elearning-exchange {
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-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M2.459%209c1.277-4.057%205.077-7%209.566-7c5.198%200%209.472%203.947%209.975%209l-2-.407M21.541%2015a10.03%2010.03%200%200%201-9.566%207C6.777%2022%202.503%2018.053%202%2013l2%20.407%22%2F%3E%3Cpath%20d%3D%22M9.002%2013.528v1.992a.95.95%200%200%200%20.432.81c.844.528%201.485.683%202.571.716c1.001.027%201.629-.13%202.563-.714a.96.96%200%200%200%20.44-.82v-1.984m2.003-2.513v3.015M7.05%2010.844c.362-.764%202.605-2.094%204.652-2.751a.93.93%200%200%201%20.604.014c1.81.662%203.824%201.665%204.555%202.478c.381.425.008.967-.453%201.302c-.937.681-1.97%201.21-4.058%202.013a.98.98%200%200%201-.688.005c-2.14-.795-4.142-1.82-4.595-2.723a.39.39%200%200%201-.017-.338%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-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M2.459%209c1.277-4.057%205.077-7%209.566-7c5.198%200%209.472%203.947%209.975%209l-2-.407M21.541%2015a10.03%2010.03%200%200%201-9.566%207C6.777%2022%202.503%2018.053%202%2013l2%20.407%22%2F%3E%3Cpath%20d%3D%22M9.002%2013.528v1.992a.95.95%200%200%200%20.432.81c.844.528%201.485.683%202.571.716c1.001.027%201.629-.13%202.563-.714a.96.96%200%200%200%20.44-.82v-1.984m2.003-2.513v3.015M7.05%2010.844c.362-.764%202.605-2.094%204.652-2.751a.93.93%200%200%201%20.604.014c1.81.662%203.824%201.665%204.555%202.478c.381.425.008.967-.453%201.302c-.937.681-1.97%201.21-4.058%202.013a.98.98%200%200%201-.688.005c-2.14-.795-4.142-1.82-4.595-2.723a.39.39%200%200%201-.017-.338%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/elearning-exchange.svg?color=%231a73e8&size=48