contact card icon
contact-card-24 from Fluent UI System Color Icons by Microsoft Corporation · 24 · MIT Free for personal and commercial use.
- Name
- contact-card-24
- Set
- Fluent UI System Color Icons
- Style
- 24
- Viewbox
- 24×24
- License
- MIT
5 other variants in Fluent UI System Color Icons
The same icon in other sets
Use the contact card icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path fill="url(#SVGFibvBbqc)" d="M19.75 4A2.25 2.25 0 0 1 22 6.25v11.505a2.25 2.25 0 0 1-2.25 2.25H4.25A2.25 2.25 0 0 1 2 17.755V6.25A2.25 2.25 0 0 1 4.25 4z"/><path fill="url(#SVGKepT8b7V)" fill-opacity=".7" d="M19.75 4A2.25 2.25 0 0 1 22 6.25v11.505a2.25 2.25 0 0 1-2.25 2.25H4.25A2.25 2.25 0 0 1 2 17.755V6.25A2.25 2.25 0 0 1 4.25 4z"/><path fill="url(#SVGcleL52va)" d="M13.252 12.996h4.498a.75.75 0 0 1 .102 1.493l-.102.007h-4.498a.75.75 0 0 1-.101-1.493zh4.498zm0-3.496h4.498a.75.75 0 0 1 .102 1.493L17.75 11h-4.498a.75.75 0 0 1-.101-1.493zh4.498z"/><path fill="url(#SVG9HmOAOKS)" d="M9.75 12.5a.75.75 0 0 1 .75.75v.493l-.008.108c-.163 1.113-1.094 1.65-2.492 1.65s-2.33-.537-2.492-1.65l-.008-.11v-.491a.75.75 0 0 1 .75-.75z"/><path fill="url(#SVGYUWJpDag)" d="M8 8.502a1.5 1.5 0 1 1 0 3a1.5 1.5 0 0 1 0-3"/><defs><linearGradient id="SVGFibvBbqc" x1="9.143" x2="14.312" y1="4" y2="19.95" gradientUnits="userSpaceOnUse"><stop stop-color="#b3e0ff"/><stop offset="1" stop-color="#8cd0ff"/></linearGradient><linearGradient id="SVGKepT8b7V" x1="15.095" x2="19.486" y1="5.965" y2="28.797" gradientUnits="userSpaceOnUse"><stop offset=".447" stop-color="#ff6ce8" stop-opacity="0"/><stop offset="1" stop-color="#ff6ce8"/></linearGradient><linearGradient id="SVGcleL52va" x1="14.956" x2="17.097" y1="8.924" y2="18.686" gradientUnits="userSpaceOnUse"><stop stop-color="#0078d4"/><stop offset="1" stop-color="#0067bf"/></linearGradient><linearGradient id="SVG9HmOAOKS" x1="5.5" x2="6.693" y1="10.678" y2="15.92" gradientUnits="userSpaceOnUse"><stop offset=".125" stop-color="#9c6cfe"/><stop offset="1" stop-color="#7a41dc"/></linearGradient><linearGradient id="SVGYUWJpDag" x1="6.5" x2="8.742" y1="7.502" y2="11.342" gradientUnits="userSpaceOnUse"><stop offset=".125" stop-color="#9c6cfe"/><stop offset="1" stop-color="#7a41dc"/></linearGradient></defs></g></svg>
React
import type { SVGProps } from "react";
export function FluentColorContactCard24(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path fill="url(#SVGFibvBbqc)" d="M19.75 4A2.25 2.25 0 0 1 22 6.25v11.505a2.25 2.25 0 0 1-2.25 2.25H4.25A2.25 2.25 0 0 1 2 17.755V6.25A2.25 2.25 0 0 1 4.25 4z"/><path fill="url(#SVGKepT8b7V)" fillOpacity=".7" d="M19.75 4A2.25 2.25 0 0 1 22 6.25v11.505a2.25 2.25 0 0 1-2.25 2.25H4.25A2.25 2.25 0 0 1 2 17.755V6.25A2.25 2.25 0 0 1 4.25 4z"/><path fill="url(#SVGcleL52va)" d="M13.252 12.996h4.498a.75.75 0 0 1 .102 1.493l-.102.007h-4.498a.75.75 0 0 1-.101-1.493zh4.498zm0-3.496h4.498a.75.75 0 0 1 .102 1.493L17.75 11h-4.498a.75.75 0 0 1-.101-1.493zh4.498z"/><path fill="url(#SVG9HmOAOKS)" d="M9.75 12.5a.75.75 0 0 1 .75.75v.493l-.008.108c-.163 1.113-1.094 1.65-2.492 1.65s-2.33-.537-2.492-1.65l-.008-.11v-.491a.75.75 0 0 1 .75-.75z"/><path fill="url(#SVGYUWJpDag)" d="M8 8.502a1.5 1.5 0 1 1 0 3a1.5 1.5 0 0 1 0-3"/><defs><linearGradient id="SVGFibvBbqc" x1="9.143" x2="14.312" y1="4" y2="19.95" gradientUnits="userSpaceOnUse"><stop stopColor="#b3e0ff"/><stop offset="1" stopColor="#8cd0ff"/></linearGradient><linearGradient id="SVGKepT8b7V" x1="15.095" x2="19.486" y1="5.965" y2="28.797" gradientUnits="userSpaceOnUse"><stop offset=".447" stopColor="#ff6ce8" stopOpacity="0"/><stop offset="1" stopColor="#ff6ce8"/></linearGradient><linearGradient id="SVGcleL52va" x1="14.956" x2="17.097" y1="8.924" y2="18.686" gradientUnits="userSpaceOnUse"><stop stopColor="#0078d4"/><stop offset="1" stopColor="#0067bf"/></linearGradient><linearGradient id="SVG9HmOAOKS" x1="5.5" x2="6.693" y1="10.678" y2="15.92" gradientUnits="userSpaceOnUse"><stop offset=".125" stopColor="#9c6cfe"/><stop offset="1" stopColor="#7a41dc"/></linearGradient><linearGradient id="SVGYUWJpDag" x1="6.5" x2="8.742" y1="7.502" y2="11.342" gradientUnits="userSpaceOnUse"><stop offset=".125" stopColor="#9c6cfe"/><stop offset="1" stopColor="#7a41dc"/></linearGradient></defs></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path fill="url(#SVGFibvBbqc)" d="M19.75 4A2.25 2.25 0 0 1 22 6.25v11.505a2.25 2.25 0 0 1-2.25 2.25H4.25A2.25 2.25 0 0 1 2 17.755V6.25A2.25 2.25 0 0 1 4.25 4z"/><path fill="url(#SVGKepT8b7V)" fill-opacity=".7" d="M19.75 4A2.25 2.25 0 0 1 22 6.25v11.505a2.25 2.25 0 0 1-2.25 2.25H4.25A2.25 2.25 0 0 1 2 17.755V6.25A2.25 2.25 0 0 1 4.25 4z"/><path fill="url(#SVGcleL52va)" d="M13.252 12.996h4.498a.75.75 0 0 1 .102 1.493l-.102.007h-4.498a.75.75 0 0 1-.101-1.493zh4.498zm0-3.496h4.498a.75.75 0 0 1 .102 1.493L17.75 11h-4.498a.75.75 0 0 1-.101-1.493zh4.498z"/><path fill="url(#SVG9HmOAOKS)" d="M9.75 12.5a.75.75 0 0 1 .75.75v.493l-.008.108c-.163 1.113-1.094 1.65-2.492 1.65s-2.33-.537-2.492-1.65l-.008-.11v-.491a.75.75 0 0 1 .75-.75z"/><path fill="url(#SVGYUWJpDag)" d="M8 8.502a1.5 1.5 0 1 1 0 3a1.5 1.5 0 0 1 0-3"/><defs><linearGradient id="SVGFibvBbqc" x1="9.143" x2="14.312" y1="4" y2="19.95" gradientUnits="userSpaceOnUse"><stop stop-color="#b3e0ff"/><stop offset="1" stop-color="#8cd0ff"/></linearGradient><linearGradient id="SVGKepT8b7V" x1="15.095" x2="19.486" y1="5.965" y2="28.797" gradientUnits="userSpaceOnUse"><stop offset=".447" stop-color="#ff6ce8" stop-opacity="0"/><stop offset="1" stop-color="#ff6ce8"/></linearGradient><linearGradient id="SVGcleL52va" x1="14.956" x2="17.097" y1="8.924" y2="18.686" gradientUnits="userSpaceOnUse"><stop stop-color="#0078d4"/><stop offset="1" stop-color="#0067bf"/></linearGradient><linearGradient id="SVG9HmOAOKS" x1="5.5" x2="6.693" y1="10.678" y2="15.92" gradientUnits="userSpaceOnUse"><stop offset=".125" stop-color="#9c6cfe"/><stop offset="1" stop-color="#7a41dc"/></linearGradient><linearGradient id="SVGYUWJpDag" x1="6.5" x2="8.742" y1="7.502" y2="11.342" gradientUnits="userSpaceOnUse"><stop offset=".125" stop-color="#9c6cfe"/><stop offset="1" stop-color="#7a41dc"/></linearGradient></defs></g></svg> </template>
CSS
.icon-contact-card-24 {
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%22none%22%3E%3Cpath%20fill%3D%22url(%23SVGFibvBbqc)%22%20d%3D%22M19.75%204A2.25%202.25%200%200%201%2022%206.25v11.505a2.25%202.25%200%200%201-2.25%202.25H4.25A2.25%202.25%200%200%201%202%2017.755V6.25A2.25%202.25%200%200%201%204.25%204z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGKepT8b7V)%22%20fill-opacity%3D%22.7%22%20d%3D%22M19.75%204A2.25%202.25%200%200%201%2022%206.25v11.505a2.25%202.25%200%200%201-2.25%202.25H4.25A2.25%202.25%200%200%201%202%2017.755V6.25A2.25%202.25%200%200%201%204.25%204z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGcleL52va)%22%20d%3D%22M13.252%2012.996h4.498a.75.75%200%200%201%20.102%201.493l-.102.007h-4.498a.75.75%200%200%201-.101-1.493zh4.498zm0-3.496h4.498a.75.75%200%200%201%20.102%201.493L17.75%2011h-4.498a.75.75%200%200%201-.101-1.493zh4.498z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVG9HmOAOKS)%22%20d%3D%22M9.75%2012.5a.75.75%200%200%201%20.75.75v.493l-.008.108c-.163%201.113-1.094%201.65-2.492%201.65s-2.33-.537-2.492-1.65l-.008-.11v-.491a.75.75%200%200%201%20.75-.75z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGYUWJpDag)%22%20d%3D%22M8%208.502a1.5%201.5%200%201%201%200%203a1.5%201.5%200%200%201%200-3%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGFibvBbqc%22%20x1%3D%229.143%22%20x2%3D%2214.312%22%20y1%3D%224%22%20y2%3D%2219.95%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23b3e0ff%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%238cd0ff%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGKepT8b7V%22%20x1%3D%2215.095%22%20x2%3D%2219.486%22%20y1%3D%225.965%22%20y2%3D%2228.797%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%22.447%22%20stop-color%3D%22%23ff6ce8%22%20stop-opacity%3D%220%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23ff6ce8%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGcleL52va%22%20x1%3D%2214.956%22%20x2%3D%2217.097%22%20y1%3D%228.924%22%20y2%3D%2218.686%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%230078d4%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%230067bf%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVG9HmOAOKS%22%20x1%3D%225.5%22%20x2%3D%226.693%22%20y1%3D%2210.678%22%20y2%3D%2215.92%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%22.125%22%20stop-color%3D%22%239c6cfe%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%237a41dc%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGYUWJpDag%22%20x1%3D%226.5%22%20x2%3D%228.742%22%20y1%3D%227.502%22%20y2%3D%2211.342%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%22.125%22%20stop-color%3D%22%239c6cfe%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%237a41dc%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%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%22none%22%3E%3Cpath%20fill%3D%22url(%23SVGFibvBbqc)%22%20d%3D%22M19.75%204A2.25%202.25%200%200%201%2022%206.25v11.505a2.25%202.25%200%200%201-2.25%202.25H4.25A2.25%202.25%200%200%201%202%2017.755V6.25A2.25%202.25%200%200%201%204.25%204z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGKepT8b7V)%22%20fill-opacity%3D%22.7%22%20d%3D%22M19.75%204A2.25%202.25%200%200%201%2022%206.25v11.505a2.25%202.25%200%200%201-2.25%202.25H4.25A2.25%202.25%200%200%201%202%2017.755V6.25A2.25%202.25%200%200%201%204.25%204z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGcleL52va)%22%20d%3D%22M13.252%2012.996h4.498a.75.75%200%200%201%20.102%201.493l-.102.007h-4.498a.75.75%200%200%201-.101-1.493zh4.498zm0-3.496h4.498a.75.75%200%200%201%20.102%201.493L17.75%2011h-4.498a.75.75%200%200%201-.101-1.493zh4.498z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVG9HmOAOKS)%22%20d%3D%22M9.75%2012.5a.75.75%200%200%201%20.75.75v.493l-.008.108c-.163%201.113-1.094%201.65-2.492%201.65s-2.33-.537-2.492-1.65l-.008-.11v-.491a.75.75%200%200%201%20.75-.75z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGYUWJpDag)%22%20d%3D%22M8%208.502a1.5%201.5%200%201%201%200%203a1.5%201.5%200%200%201%200-3%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGFibvBbqc%22%20x1%3D%229.143%22%20x2%3D%2214.312%22%20y1%3D%224%22%20y2%3D%2219.95%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23b3e0ff%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%238cd0ff%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGKepT8b7V%22%20x1%3D%2215.095%22%20x2%3D%2219.486%22%20y1%3D%225.965%22%20y2%3D%2228.797%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%22.447%22%20stop-color%3D%22%23ff6ce8%22%20stop-opacity%3D%220%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23ff6ce8%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGcleL52va%22%20x1%3D%2214.956%22%20x2%3D%2217.097%22%20y1%3D%228.924%22%20y2%3D%2218.686%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%230078d4%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%230067bf%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVG9HmOAOKS%22%20x1%3D%225.5%22%20x2%3D%226.693%22%20y1%3D%2210.678%22%20y2%3D%2215.92%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%22.125%22%20stop-color%3D%22%239c6cfe%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%237a41dc%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGYUWJpDag%22%20x1%3D%226.5%22%20x2%3D%228.742%22%20y1%3D%227.502%22%20y2%3D%2211.342%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%22.125%22%20stop-color%3D%22%239c6cfe%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%237a41dc%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent-color/contact-card-24.svg?color=%231a73e8&size=48