contacts 4 icon
contacts-4-fill from MingCute Icon by MingCute Design · Fill · Apache-2.0 Free for personal and commercial use.
- Name
- contacts-4-fill
- Set
- MingCute Icon
- Style
- Fill
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in MingCute Icon
Related icons in MingCute Icon
Use the contacts 4 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16 7A5 5 0 1 1 6 7a5 5 0 0 1 10 0"/><path fill="currentColor" fill-rule="evenodd" d="M4.822 14.672C6.425 13.694 8.605 13 11 13s4.575.694 6.178 1.672c.8.488 1.484 1.064 1.978 1.69c.486.615.844 1.351.844 2.138c0 .845-.411 1.511-1.003 1.986c-.56.45-1.299.748-2.084.956c-1.578.417-3.684.558-5.913.558s-4.335-.14-5.913-.558c-.785-.208-1.524-.506-2.084-.956C2.41 20.01 2 19.345 2 18.5c0-.787.358-1.523.844-2.139c.494-.625 1.177-1.2 1.978-1.69" clip-rule="evenodd"/><path fill="currentColor" d="M20 13a1 1 0 1 0 0 2h1a1 1 0 1 0 0-2zm-2-2a1 1 0 0 1 1-1h2a1 1 0 1 1 0 2h-2a1 1 0 0 1-1-1m0-4a1 1 0 1 0 0 2h3a1 1 0 1 0 0-2z"/></svg>
React
import type { SVGProps } from "react";
export function MingcuteContacts4Fill(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="M16 7A5 5 0 1 1 6 7a5 5 0 0 1 10 0"/><path fill="currentColor" fillRule="evenodd" d="M4.822 14.672C6.425 13.694 8.605 13 11 13s4.575.694 6.178 1.672c.8.488 1.484 1.064 1.978 1.69c.486.615.844 1.351.844 2.138c0 .845-.411 1.511-1.003 1.986c-.56.45-1.299.748-2.084.956c-1.578.417-3.684.558-5.913.558s-4.335-.14-5.913-.558c-.785-.208-1.524-.506-2.084-.956C2.41 20.01 2 19.345 2 18.5c0-.787.358-1.523.844-2.139c.494-.625 1.177-1.2 1.978-1.69" clipRule="evenodd"/><path fill="currentColor" d="M20 13a1 1 0 1 0 0 2h1a1 1 0 1 0 0-2zm-2-2a1 1 0 0 1 1-1h2a1 1 0 1 1 0 2h-2a1 1 0 0 1-1-1m0-4a1 1 0 1 0 0 2h3a1 1 0 1 0 0-2z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16 7A5 5 0 1 1 6 7a5 5 0 0 1 10 0"/><path fill="currentColor" fill-rule="evenodd" d="M4.822 14.672C6.425 13.694 8.605 13 11 13s4.575.694 6.178 1.672c.8.488 1.484 1.064 1.978 1.69c.486.615.844 1.351.844 2.138c0 .845-.411 1.511-1.003 1.986c-.56.45-1.299.748-2.084.956c-1.578.417-3.684.558-5.913.558s-4.335-.14-5.913-.558c-.785-.208-1.524-.506-2.084-.956C2.41 20.01 2 19.345 2 18.5c0-.787.358-1.523.844-2.139c.494-.625 1.177-1.2 1.978-1.69" clip-rule="evenodd"/><path fill="currentColor" d="M20 13a1 1 0 1 0 0 2h1a1 1 0 1 0 0-2zm-2-2a1 1 0 0 1 1-1h2a1 1 0 1 1 0 2h-2a1 1 0 0 1-1-1m0-4a1 1 0 1 0 0 2h3a1 1 0 1 0 0-2z"/></svg> </template>
CSS
.icon-contacts-4-fill {
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%22M16%207A5%205%200%201%201%206%207a5%205%200%200%201%2010%200%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M4.822%2014.672C6.425%2013.694%208.605%2013%2011%2013s4.575.694%206.178%201.672c.8.488%201.484%201.064%201.978%201.69c.486.615.844%201.351.844%202.138c0%20.845-.411%201.511-1.003%201.986c-.56.45-1.299.748-2.084.956c-1.578.417-3.684.558-5.913.558s-4.335-.14-5.913-.558c-.785-.208-1.524-.506-2.084-.956C2.41%2020.01%202%2019.345%202%2018.5c0-.787.358-1.523.844-2.139c.494-.625%201.177-1.2%201.978-1.69%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20%2013a1%201%200%201%200%200%202h1a1%201%200%201%200%200-2zm-2-2a1%201%200%200%201%201-1h2a1%201%200%201%201%200%202h-2a1%201%200%200%201-1-1m0-4a1%201%200%201%200%200%202h3a1%201%200%201%200%200-2z%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%22M16%207A5%205%200%201%201%206%207a5%205%200%200%201%2010%200%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M4.822%2014.672C6.425%2013.694%208.605%2013%2011%2013s4.575.694%206.178%201.672c.8.488%201.484%201.064%201.978%201.69c.486.615.844%201.351.844%202.138c0%20.845-.411%201.511-1.003%201.986c-.56.45-1.299.748-2.084.956c-1.578.417-3.684.558-5.913.558s-4.335-.14-5.913-.558c-.785-.208-1.524-.506-2.084-.956C2.41%2020.01%202%2019.345%202%2018.5c0-.787.358-1.523.844-2.139c.494-.625%201.177-1.2%201.978-1.69%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20%2013a1%201%200%201%200%200%202h1a1%201%200%201%200%200-2zm-2-2a1%201%200%200%201%201-1h2a1%201%200%201%201%200%202h-2a1%201%200%200%201-1-1m0-4a1%201%200%201%200%200%202h3a1%201%200%201%200%200-2z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mingcute/contacts-4-fill.svg?color=%231a73e8&size=48