referral icon
referral from Health Icons by Resolve to Save Lives · Filled · Symbols · MIT Free for personal and commercial use.
- Name
- referral
- Set
- Health Icons
- Style
- Filled
- Category
- Symbols
- Viewbox
- 48×48
- License
- MIT
1 other variant in Health Icons
More symbols icons from Health Icons
Use the referral 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="M13 6a2 2 0 0 0-2 2v1H6v19h22V9h-5V8a2 2 0 0 0-2-2zm8 12a2 2 0 0 0 2-2v-1h3v11h-5v-6h-8v6H8V15h3v1a2 2 0 0 0 2 2zM8 11h3v2H8zm18 2h-3v-2h3zm-7 9v4h-4v-4zM16 8v3h-3v2h3v3h2v-3h3v-2h-3V8z" clip-rule="evenodd"/><path d="M30 27a4 4 0 0 1 4-4a4 4 0 0 1 4 4a4 4 0 0 1-4 4a4 4 0 0 1-4-4m4 6c-2.67 0-8 1.462-8 4.364V40h-9c-.729 0-1.202-.263-1.503-.602C15.18 39.041 15 38.537 15 38v-3.586l3.293 3.293l1.414-1.414L14 30.586l-5.707 5.707l1.414 1.414L13 34.414V38c0 .963.32 1.959 1.003 2.727C14.702 41.513 15.729 42 17 42h25v-4.636C42 34.462 36.67 33 34 33"/></g></svg>
React
import type { SVGProps } from "react";
export function HealthiconsReferral(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="M13 6a2 2 0 0 0-2 2v1H6v19h22V9h-5V8a2 2 0 0 0-2-2zm8 12a2 2 0 0 0 2-2v-1h3v11h-5v-6h-8v6H8V15h3v1a2 2 0 0 0 2 2zM8 11h3v2H8zm18 2h-3v-2h3zm-7 9v4h-4v-4zM16 8v3h-3v2h3v3h2v-3h3v-2h-3V8z" clipRule="evenodd"/><path d="M30 27a4 4 0 0 1 4-4a4 4 0 0 1 4 4a4 4 0 0 1-4 4a4 4 0 0 1-4-4m4 6c-2.67 0-8 1.462-8 4.364V40h-9c-.729 0-1.202-.263-1.503-.602C15.18 39.041 15 38.537 15 38v-3.586l3.293 3.293l1.414-1.414L14 30.586l-5.707 5.707l1.414 1.414L13 34.414V38c0 .963.32 1.959 1.003 2.727C14.702 41.513 15.729 42 17 42h25v-4.636C42 34.462 36.67 33 34 33"/></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="M13 6a2 2 0 0 0-2 2v1H6v19h22V9h-5V8a2 2 0 0 0-2-2zm8 12a2 2 0 0 0 2-2v-1h3v11h-5v-6h-8v6H8V15h3v1a2 2 0 0 0 2 2zM8 11h3v2H8zm18 2h-3v-2h3zm-7 9v4h-4v-4zM16 8v3h-3v2h3v3h2v-3h3v-2h-3V8z" clip-rule="evenodd"/><path d="M30 27a4 4 0 0 1 4-4a4 4 0 0 1 4 4a4 4 0 0 1-4 4a4 4 0 0 1-4-4m4 6c-2.67 0-8 1.462-8 4.364V40h-9c-.729 0-1.202-.263-1.503-.602C15.18 39.041 15 38.537 15 38v-3.586l3.293 3.293l1.414-1.414L14 30.586l-5.707 5.707l1.414 1.414L13 34.414V38c0 .963.32 1.959 1.003 2.727C14.702 41.513 15.729 42 17 42h25v-4.636C42 34.462 36.67 33 34 33"/></g></svg> </template>
CSS
.icon-referral {
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%22M13%206a2%202%200%200%200-2%202v1H6v19h22V9h-5V8a2%202%200%200%200-2-2zm8%2012a2%202%200%200%200%202-2v-1h3v11h-5v-6h-8v6H8V15h3v1a2%202%200%200%200%202%202zM8%2011h3v2H8zm18%202h-3v-2h3zm-7%209v4h-4v-4zM16%208v3h-3v2h3v3h2v-3h3v-2h-3V8z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M30%2027a4%204%200%200%201%204-4a4%204%200%200%201%204%204a4%204%200%200%201-4%204a4%204%200%200%201-4-4m4%206c-2.67%200-8%201.462-8%204.364V40h-9c-.729%200-1.202-.263-1.503-.602C15.18%2039.041%2015%2038.537%2015%2038v-3.586l3.293%203.293l1.414-1.414L14%2030.586l-5.707%205.707l1.414%201.414L13%2034.414V38c0%20.963.32%201.959%201.003%202.727C14.702%2041.513%2015.729%2042%2017%2042h25v-4.636C42%2034.462%2036.67%2033%2034%2033%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%22M13%206a2%202%200%200%200-2%202v1H6v19h22V9h-5V8a2%202%200%200%200-2-2zm8%2012a2%202%200%200%200%202-2v-1h3v11h-5v-6h-8v6H8V15h3v1a2%202%200%200%200%202%202zM8%2011h3v2H8zm18%202h-3v-2h3zm-7%209v4h-4v-4zM16%208v3h-3v2h3v3h2v-3h3v-2h-3V8z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M30%2027a4%204%200%200%201%204-4a4%204%200%200%201%204%204a4%204%200%200%201-4%204a4%204%200%200%201-4-4m4%206c-2.67%200-8%201.462-8%204.364V40h-9c-.729%200-1.202-.263-1.503-.602C15.18%2039.041%2015%2038.537%2015%2038v-3.586l3.293%203.293l1.414-1.414L14%2030.586l-5.707%205.707l1.414%201.414L13%2034.414V38c0%20.963.32%201.959%201.003%202.727C14.702%2041.513%2015.729%2042%2017%2042h25v-4.636C42%2034.462%2036.67%2033%2034%2033%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/referral.svg?color=%231a73e8&size=48