finance dept icon
finance-dept from Health Icons by Resolve to Save Lives · Filled · Specialties · MIT Free for personal and commercial use.
- Name
- finance-dept
- Set
- Health Icons
- Style
- Filled
- Category
- Specialties
- Viewbox
- 48×48
- License
- MIT
1 other variant in Health Icons
More specialties icons from Health Icons
accident-and-emergencyadmissionsbiochemistry-laboratoryburn-unitcardiologychaplaincycoronary-care-unitcritical-caredischarge-loungeears-nose-and-throatendocrinologygastroenterologygeneral-surgerygeriatricsgymgynecologyhematologyhematology-laboratoryhepatologyhuman-resorucesintensive-care-unitmedical-recordsnephrologyobstetricsmonia
Use the finance dept icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor"><path fill-rule="evenodd" d="M9 6a3 3 0 0 0-3 3v30a3 3 0 0 0 3 3h30a3 3 0 0 0 3-3V9a3 3 0 0 0-3-3zm8 4a2 2 0 0 0-2 2v24a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V12a2 2 0 0 0-2-2z" clip-rule="evenodd"/><path d="M17 12h14v9H17zm4.273 12.636a1.636 1.636 0 1 1-3.273 0a1.636 1.636 0 0 1 3.273 0m4.363 0a1.636 1.636 0 1 1-3.272 0a1.636 1.636 0 0 1 3.272 0m4.364 0a1.636 1.636 0 1 1-3.273 0a1.636 1.636 0 0 1 3.273 0M21.273 29A1.636 1.636 0 1 1 18 29a1.636 1.636 0 0 1 3.273 0m4.363 0a1.636 1.636 0 1 1-3.273 0a1.636 1.636 0 0 1 3.273 0M30 29a1.636 1.636 0 1 1-3.273 0A1.636 1.636 0 0 1 30 29m0 4.364a1.636 1.636 0 1 1-3.273 0a1.636 1.636 0 0 1 3.273 0m-12 0c0-.904.733-1.637 1.636-1.637H24A1.636 1.636 0 1 1 24 35h-4.364A1.636 1.636 0 0 1 18 33.364"/></g></svg>
React
import type { SVGProps } from "react";
export function HealthiconsFinanceDept(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor"><path fillRule="evenodd" d="M9 6a3 3 0 0 0-3 3v30a3 3 0 0 0 3 3h30a3 3 0 0 0 3-3V9a3 3 0 0 0-3-3zm8 4a2 2 0 0 0-2 2v24a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V12a2 2 0 0 0-2-2z" clipRule="evenodd"/><path d="M17 12h14v9H17zm4.273 12.636a1.636 1.636 0 1 1-3.273 0a1.636 1.636 0 0 1 3.273 0m4.363 0a1.636 1.636 0 1 1-3.272 0a1.636 1.636 0 0 1 3.272 0m4.364 0a1.636 1.636 0 1 1-3.273 0a1.636 1.636 0 0 1 3.273 0M21.273 29A1.636 1.636 0 1 1 18 29a1.636 1.636 0 0 1 3.273 0m4.363 0a1.636 1.636 0 1 1-3.273 0a1.636 1.636 0 0 1 3.273 0M30 29a1.636 1.636 0 1 1-3.273 0A1.636 1.636 0 0 1 30 29m0 4.364a1.636 1.636 0 1 1-3.273 0a1.636 1.636 0 0 1 3.273 0m-12 0c0-.904.733-1.637 1.636-1.637H24A1.636 1.636 0 1 1 24 35h-4.364A1.636 1.636 0 0 1 18 33.364"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor"><path fill-rule="evenodd" d="M9 6a3 3 0 0 0-3 3v30a3 3 0 0 0 3 3h30a3 3 0 0 0 3-3V9a3 3 0 0 0-3-3zm8 4a2 2 0 0 0-2 2v24a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V12a2 2 0 0 0-2-2z" clip-rule="evenodd"/><path d="M17 12h14v9H17zm4.273 12.636a1.636 1.636 0 1 1-3.273 0a1.636 1.636 0 0 1 3.273 0m4.363 0a1.636 1.636 0 1 1-3.272 0a1.636 1.636 0 0 1 3.272 0m4.364 0a1.636 1.636 0 1 1-3.273 0a1.636 1.636 0 0 1 3.273 0M21.273 29A1.636 1.636 0 1 1 18 29a1.636 1.636 0 0 1 3.273 0m4.363 0a1.636 1.636 0 1 1-3.273 0a1.636 1.636 0 0 1 3.273 0M30 29a1.636 1.636 0 1 1-3.273 0A1.636 1.636 0 0 1 30 29m0 4.364a1.636 1.636 0 1 1-3.273 0a1.636 1.636 0 0 1 3.273 0m-12 0c0-.904.733-1.637 1.636-1.637H24A1.636 1.636 0 1 1 24 35h-4.364A1.636 1.636 0 0 1 18 33.364"/></g></svg> </template>
CSS
.icon-finance-dept {
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%2048%2048%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M9%206a3%203%200%200%200-3%203v30a3%203%200%200%200%203%203h30a3%203%200%200%200%203-3V9a3%203%200%200%200-3-3zm8%204a2%202%200%200%200-2%202v24a2%202%200%200%200%202%202h14a2%202%200%200%200%202-2V12a2%202%200%200%200-2-2z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M17%2012h14v9H17zm4.273%2012.636a1.636%201.636%200%201%201-3.273%200a1.636%201.636%200%200%201%203.273%200m4.363%200a1.636%201.636%200%201%201-3.272%200a1.636%201.636%200%200%201%203.272%200m4.364%200a1.636%201.636%200%201%201-3.273%200a1.636%201.636%200%200%201%203.273%200M21.273%2029A1.636%201.636%200%201%201%2018%2029a1.636%201.636%200%200%201%203.273%200m4.363%200a1.636%201.636%200%201%201-3.273%200a1.636%201.636%200%200%201%203.273%200M30%2029a1.636%201.636%200%201%201-3.273%200A1.636%201.636%200%200%201%2030%2029m0%204.364a1.636%201.636%200%201%201-3.273%200a1.636%201.636%200%200%201%203.273%200m-12%200c0-.904.733-1.637%201.636-1.637H24A1.636%201.636%200%201%201%2024%2035h-4.364A1.636%201.636%200%200%201%2018%2033.364%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%2048%2048%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M9%206a3%203%200%200%200-3%203v30a3%203%200%200%200%203%203h30a3%203%200%200%200%203-3V9a3%203%200%200%200-3-3zm8%204a2%202%200%200%200-2%202v24a2%202%200%200%200%202%202h14a2%202%200%200%200%202-2V12a2%202%200%200%200-2-2z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M17%2012h14v9H17zm4.273%2012.636a1.636%201.636%200%201%201-3.273%200a1.636%201.636%200%200%201%203.273%200m4.363%200a1.636%201.636%200%201%201-3.272%200a1.636%201.636%200%200%201%203.272%200m4.364%200a1.636%201.636%200%201%201-3.273%200a1.636%201.636%200%200%201%203.273%200M21.273%2029A1.636%201.636%200%201%201%2018%2029a1.636%201.636%200%200%201%203.273%200m4.363%200a1.636%201.636%200%201%201-3.273%200a1.636%201.636%200%200%201%203.273%200M30%2029a1.636%201.636%200%201%201-3.273%200A1.636%201.636%200%200%201%2030%2029m0%204.364a1.636%201.636%200%201%201-3.273%200a1.636%201.636%200%200%201%203.273%200m-12%200c0-.904.733-1.637%201.636-1.637H24A1.636%201.636%200%201%201%2024%2035h-4.364A1.636%201.636%200%200%201%2018%2033.364%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/healthicons/finance-dept.svg?color=%231a73e8&size=48