course down icon
course-down-duotone from Reicon by REICON · Duotone · Business · MIT Free for personal and commercial use.
- Name
- course-down-duotone
- Set
- Reicon
- Style
- Duotone
- Category
- Business
- Viewbox
- 24×24
- License
- MIT
2 other variants in Reicon
The same icon in other sets
More business icons from Reicon
Use the course down icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="M15.668 18c0 .414.336.75.75.75H22a.75.75 0 0 0 .75-.75v-5.546a.75.75 0 1 0-1.5 0v4.796h-4.832a.75.75 0 0 0-.75.75" clip-rule="evenodd"/><path d="m20.187 17.25l-6.095-6.053c-.514-.51-.847-.84-1.125-1.05c-.26-.197-.381-.219-.462-.219c-.08 0-.202.022-.462.22c-.277.21-.61.539-1.124 1.05l-.274.272c-.47.467-.874.87-1.241 1.148c-.394.299-.831.525-1.37.525s-.976-.227-1.37-.526c-.367-.279-.77-.682-1.24-1.149L1.471 7.532A.75.75 0 0 1 2.529 6.47l3.919 3.902c.514.511.847.84 1.124 1.052c.26.197.382.22.462.22s.203-.022.463-.22c.278-.21.61-.54 1.125-1.051l.274-.273c.47-.466.873-.868 1.24-1.146c.394-.299.83-.525 1.369-.525c.538 0 .975.226 1.369.524c.367.279.771.68 1.24 1.147l6.136 6.092v1.059z" opacity=".5"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconCourseDownDuotone(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fillRule="evenodd" d="M15.668 18c0 .414.336.75.75.75H22a.75.75 0 0 0 .75-.75v-5.546a.75.75 0 1 0-1.5 0v4.796h-4.832a.75.75 0 0 0-.75.75" clipRule="evenodd"/><path d="m20.187 17.25l-6.095-6.053c-.514-.51-.847-.84-1.125-1.05c-.26-.197-.381-.219-.462-.219c-.08 0-.202.022-.462.22c-.277.21-.61.539-1.124 1.05l-.274.272c-.47.467-.874.87-1.241 1.148c-.394.299-.831.525-1.37.525s-.976-.227-1.37-.526c-.367-.279-.77-.682-1.24-1.149L1.471 7.532A.75.75 0 0 1 2.529 6.47l3.919 3.902c.514.511.847.84 1.124 1.052c.26.197.382.22.462.22s.203-.022.463-.22c.278-.21.61-.54 1.125-1.051l.274-.273c.47-.466.873-.868 1.24-1.146c.394-.299.83-.525 1.369-.525c.538 0 .975.226 1.369.524c.367.279.771.68 1.24 1.147l6.136 6.092v1.059z" opacity=".5"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="M15.668 18c0 .414.336.75.75.75H22a.75.75 0 0 0 .75-.75v-5.546a.75.75 0 1 0-1.5 0v4.796h-4.832a.75.75 0 0 0-.75.75" clip-rule="evenodd"/><path d="m20.187 17.25l-6.095-6.053c-.514-.51-.847-.84-1.125-1.05c-.26-.197-.381-.219-.462-.219c-.08 0-.202.022-.462.22c-.277.21-.61.539-1.124 1.05l-.274.272c-.47.467-.874.87-1.241 1.148c-.394.299-.831.525-1.37.525s-.976-.227-1.37-.526c-.367-.279-.77-.682-1.24-1.149L1.471 7.532A.75.75 0 0 1 2.529 6.47l3.919 3.902c.514.511.847.84 1.124 1.052c.26.197.382.22.462.22s.203-.022.463-.22c.278-.21.61-.54 1.125-1.051l.274-.273c.47-.466.873-.868 1.24-1.146c.394-.299.83-.525 1.369-.525c.538 0 .975.226 1.369.524c.367.279.771.68 1.24 1.147l6.136 6.092v1.059z" opacity=".5"/></g></svg> </template>
CSS
.icon-course-down-duotone {
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%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M15.668%2018c0%20.414.336.75.75.75H22a.75.75%200%200%200%20.75-.75v-5.546a.75.75%200%201%200-1.5%200v4.796h-4.832a.75.75%200%200%200-.75.75%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22m20.187%2017.25l-6.095-6.053c-.514-.51-.847-.84-1.125-1.05c-.26-.197-.381-.219-.462-.219c-.08%200-.202.022-.462.22c-.277.21-.61.539-1.124%201.05l-.274.272c-.47.467-.874.87-1.241%201.148c-.394.299-.831.525-1.37.525s-.976-.227-1.37-.526c-.367-.279-.77-.682-1.24-1.149L1.471%207.532A.75.75%200%200%201%202.529%206.47l3.919%203.902c.514.511.847.84%201.124%201.052c.26.197.382.22.462.22s.203-.022.463-.22c.278-.21.61-.54%201.125-1.051l.274-.273c.47-.466.873-.868%201.24-1.146c.394-.299.83-.525%201.369-.525c.538%200%20.975.226%201.369.524c.367.279.771.68%201.24%201.147l6.136%206.092v1.059z%22%20opacity%3D%22.5%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%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M15.668%2018c0%20.414.336.75.75.75H22a.75.75%200%200%200%20.75-.75v-5.546a.75.75%200%201%200-1.5%200v4.796h-4.832a.75.75%200%200%200-.75.75%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22m20.187%2017.25l-6.095-6.053c-.514-.51-.847-.84-1.125-1.05c-.26-.197-.381-.219-.462-.219c-.08%200-.202.022-.462.22c-.277.21-.61.539-1.124%201.05l-.274.272c-.47.467-.874.87-1.241%201.148c-.394.299-.831.525-1.37.525s-.976-.227-1.37-.526c-.367-.279-.77-.682-1.24-1.149L1.471%207.532A.75.75%200%200%201%202.529%206.47l3.919%203.902c.514.511.847.84%201.124%201.052c.26.197.382.22.462.22s.203-.022.463-.22c.278-.21.61-.54%201.125-1.051l.274-.273c.47-.466.873-.868%201.24-1.146c.394-.299.83-.525%201.369-.525c.538%200%20.975.226%201.369.524c.367.279.771.68%201.24%201.147l6.136%206.092v1.059z%22%20opacity%3D%22.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/course-down-duotone.svg?color=%231a73e8&size=48