work iq icon
work-iq-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.
- Name
- work-iq-24-regular
- Set
- Fluent UI System Icons
- Style
- 24 Regular
- Viewbox
- 24×24
- License
- MIT
11 other variants in Fluent UI System Icons
Use the work iq icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 3c5.523 0 10 4.477 10 10a6.5 6.5 0 0 1-3.5 5.766V19a2.5 2.5 0 0 0 2.5 2.5h.25a.75.75 0 0 1 0 1.5H21a4 4 0 0 1-3.986-3.68c-.486.116-.993.18-1.514.18h-1a4 4 0 1 1 4-4v1.499a4.99 4.99 0 0 0 2-3.999a8.5 8.5 0 0 0-17 0v.5a3 3 0 0 0 3 3h1.75a.75.75 0 0 1 0 1.5H6.5A4.5 4.5 0 0 1 2 13.5V13C2 7.477 6.477 3 12 3m2.5 10a2.5 2.5 0 0 0 0 5h1c.523 0 1.026-.08 1.5-.23V15.5a2.5 2.5 0 0 0-2.5-2.5"/></svg>
React
import type { SVGProps } from "react";
export function FluentWorkIq24Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 3c5.523 0 10 4.477 10 10a6.5 6.5 0 0 1-3.5 5.766V19a2.5 2.5 0 0 0 2.5 2.5h.25a.75.75 0 0 1 0 1.5H21a4 4 0 0 1-3.986-3.68c-.486.116-.993.18-1.514.18h-1a4 4 0 1 1 4-4v1.499a4.99 4.99 0 0 0 2-3.999a8.5 8.5 0 0 0-17 0v.5a3 3 0 0 0 3 3h1.75a.75.75 0 0 1 0 1.5H6.5A4.5 4.5 0 0 1 2 13.5V13C2 7.477 6.477 3 12 3m2.5 10a2.5 2.5 0 0 0 0 5h1c.523 0 1.026-.08 1.5-.23V15.5a2.5 2.5 0 0 0-2.5-2.5"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 3c5.523 0 10 4.477 10 10a6.5 6.5 0 0 1-3.5 5.766V19a2.5 2.5 0 0 0 2.5 2.5h.25a.75.75 0 0 1 0 1.5H21a4 4 0 0 1-3.986-3.68c-.486.116-.993.18-1.514.18h-1a4 4 0 1 1 4-4v1.499a4.99 4.99 0 0 0 2-3.999a8.5 8.5 0 0 0-17 0v.5a3 3 0 0 0 3 3h1.75a.75.75 0 0 1 0 1.5H6.5A4.5 4.5 0 0 1 2 13.5V13C2 7.477 6.477 3 12 3m2.5 10a2.5 2.5 0 0 0 0 5h1c.523 0 1.026-.08 1.5-.23V15.5a2.5 2.5 0 0 0-2.5-2.5"/></svg> </template>
CSS
.icon-work-iq-24-regular {
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%22currentColor%22%20d%3D%22M12%203c5.523%200%2010%204.477%2010%2010a6.5%206.5%200%200%201-3.5%205.766V19a2.5%202.5%200%200%200%202.5%202.5h.25a.75.75%200%200%201%200%201.5H21a4%204%200%200%201-3.986-3.68c-.486.116-.993.18-1.514.18h-1a4%204%200%201%201%204-4v1.499a4.99%204.99%200%200%200%202-3.999a8.5%208.5%200%200%200-17%200v.5a3%203%200%200%200%203%203h1.75a.75.75%200%200%201%200%201.5H6.5A4.5%204.5%200%200%201%202%2013.5V13C2%207.477%206.477%203%2012%203m2.5%2010a2.5%202.5%200%200%200%200%205h1c.523%200%201.026-.08%201.5-.23V15.5a2.5%202.5%200%200%200-2.5-2.5%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%22currentColor%22%20d%3D%22M12%203c5.523%200%2010%204.477%2010%2010a6.5%206.5%200%200%201-3.5%205.766V19a2.5%202.5%200%200%200%202.5%202.5h.25a.75.75%200%200%201%200%201.5H21a4%204%200%200%201-3.986-3.68c-.486.116-.993.18-1.514.18h-1a4%204%200%201%201%204-4v1.499a4.99%204.99%200%200%200%202-3.999a8.5%208.5%200%200%200-17%200v.5a3%203%200%200%200%203%203h1.75a.75.75%200%200%201%200%201.5H6.5A4.5%204.5%200%200%201%202%2013.5V13C2%207.477%206.477%203%2012%203m2.5%2010a2.5%202.5%200%200%200%200%205h1c.523%200%201.026-.08%201.5-.23V15.5a2.5%202.5%200%200%200-2.5-2.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/work-iq-24-regular.svg?color=%231a73e8&size=48