contact card ribbon icon
contact-card-ribbon-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.
- Name
- contact-card-ribbon-24-regular
- Set
- Fluent UI System Icons
- Style
- 24 Regular
- Viewbox
- 24×24
- License
- MIT
11 other variants in Fluent UI System Icons
contact-card-ribbon-16-filledcontact-card-ribbon-16-regularcontact-card-ribbon-20-filledcontact-card-ribbon-20-regularcontact-card-ribbon-24-filledcontact-card-ribbon-28-filledcontact-card-ribbon-28-regularcontact-card-ribbon-32-filledcontact-card-ribbon-32-regularcontact-card-ribbon-48-filledcontact-card-ribbon-48-regular
Related icons in Fluent UI System Icons
Use the contact card ribbon icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.75 4A2.25 2.25 0 0 1 22 6.25v5.508a4.5 4.5 0 0 0-1.5-.646V6.25a.75.75 0 0 0-.75-.75H4.25a.75.75 0 0 0-.75.75v11.505c0 .414.336.75.75.75H16v1.5H4.25A2.25 2.25 0 0 1 2 17.755V6.25A2.25 2.25 0 0 1 4.25 4zm-6.498 8.996h2.508c-.301.45-.524.956-.648 1.5h-1.86a.75.75 0 0 1-.102-1.493zM9.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-.75zM8 8.502a1.5 1.5 0 1 1 0 3a1.5 1.5 0 0 1 0-3m5.252.998h4.498a.75.75 0 0 1 .102 1.493L17.75 11h-4.498a.75.75 0 0 1-.102-1.493zm9.748 6a3.5 3.5 0 1 1-7 0a3.5 3.5 0 0 1 7 0m-6 3.742v3.044a.71.71 0 0 0 1.212.502L19.5 21.5l1.288 1.288A.71.71 0 0 0 22 22.286v-3.044a4.5 4.5 0 0 1-2.5.758a4.5 4.5 0 0 1-2.5-.758"/></svg>
React
import type { SVGProps } from "react";
export function FluentContactCardRibbon24Regular(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="M19.75 4A2.25 2.25 0 0 1 22 6.25v5.508a4.5 4.5 0 0 0-1.5-.646V6.25a.75.75 0 0 0-.75-.75H4.25a.75.75 0 0 0-.75.75v11.505c0 .414.336.75.75.75H16v1.5H4.25A2.25 2.25 0 0 1 2 17.755V6.25A2.25 2.25 0 0 1 4.25 4zm-6.498 8.996h2.508c-.301.45-.524.956-.648 1.5h-1.86a.75.75 0 0 1-.102-1.493zM9.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-.75zM8 8.502a1.5 1.5 0 1 1 0 3a1.5 1.5 0 0 1 0-3m5.252.998h4.498a.75.75 0 0 1 .102 1.493L17.75 11h-4.498a.75.75 0 0 1-.102-1.493zm9.748 6a3.5 3.5 0 1 1-7 0a3.5 3.5 0 0 1 7 0m-6 3.742v3.044a.71.71 0 0 0 1.212.502L19.5 21.5l1.288 1.288A.71.71 0 0 0 22 22.286v-3.044a4.5 4.5 0 0 1-2.5.758a4.5 4.5 0 0 1-2.5-.758"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.75 4A2.25 2.25 0 0 1 22 6.25v5.508a4.5 4.5 0 0 0-1.5-.646V6.25a.75.75 0 0 0-.75-.75H4.25a.75.75 0 0 0-.75.75v11.505c0 .414.336.75.75.75H16v1.5H4.25A2.25 2.25 0 0 1 2 17.755V6.25A2.25 2.25 0 0 1 4.25 4zm-6.498 8.996h2.508c-.301.45-.524.956-.648 1.5h-1.86a.75.75 0 0 1-.102-1.493zM9.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-.75zM8 8.502a1.5 1.5 0 1 1 0 3a1.5 1.5 0 0 1 0-3m5.252.998h4.498a.75.75 0 0 1 .102 1.493L17.75 11h-4.498a.75.75 0 0 1-.102-1.493zm9.748 6a3.5 3.5 0 1 1-7 0a3.5 3.5 0 0 1 7 0m-6 3.742v3.044a.71.71 0 0 0 1.212.502L19.5 21.5l1.288 1.288A.71.71 0 0 0 22 22.286v-3.044a4.5 4.5 0 0 1-2.5.758a4.5 4.5 0 0 1-2.5-.758"/></svg> </template>
CSS
.icon-contact-card-ribbon-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%22M19.75%204A2.25%202.25%200%200%201%2022%206.25v5.508a4.5%204.5%200%200%200-1.5-.646V6.25a.75.75%200%200%200-.75-.75H4.25a.75.75%200%200%200-.75.75v11.505c0%20.414.336.75.75.75H16v1.5H4.25A2.25%202.25%200%200%201%202%2017.755V6.25A2.25%202.25%200%200%201%204.25%204zm-6.498%208.996h2.508c-.301.45-.524.956-.648%201.5h-1.86a.75.75%200%200%201-.102-1.493zM9.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-.75zM8%208.502a1.5%201.5%200%201%201%200%203a1.5%201.5%200%200%201%200-3m5.252.998h4.498a.75.75%200%200%201%20.102%201.493L17.75%2011h-4.498a.75.75%200%200%201-.102-1.493zm9.748%206a3.5%203.5%200%201%201-7%200a3.5%203.5%200%200%201%207%200m-6%203.742v3.044a.71.71%200%200%200%201.212.502L19.5%2021.5l1.288%201.288A.71.71%200%200%200%2022%2022.286v-3.044a4.5%204.5%200%200%201-2.5.758a4.5%204.5%200%200%201-2.5-.758%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%22M19.75%204A2.25%202.25%200%200%201%2022%206.25v5.508a4.5%204.5%200%200%200-1.5-.646V6.25a.75.75%200%200%200-.75-.75H4.25a.75.75%200%200%200-.75.75v11.505c0%20.414.336.75.75.75H16v1.5H4.25A2.25%202.25%200%200%201%202%2017.755V6.25A2.25%202.25%200%200%201%204.25%204zm-6.498%208.996h2.508c-.301.45-.524.956-.648%201.5h-1.86a.75.75%200%200%201-.102-1.493zM9.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-.75zM8%208.502a1.5%201.5%200%201%201%200%203a1.5%201.5%200%200%201%200-3m5.252.998h4.498a.75.75%200%200%201%20.102%201.493L17.75%2011h-4.498a.75.75%200%200%201-.102-1.493zm9.748%206a3.5%203.5%200%201%201-7%200a3.5%203.5%200%200%201%207%200m-6%203.742v3.044a.71.71%200%200%200%201.212.502L19.5%2021.5l1.288%201.288A.71.71%200%200%200%2022%2022.286v-3.044a4.5%204.5%200%200%201-2.5.758a4.5%204.5%200%200%201-2.5-.758%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/contact-card-ribbon-24-regular.svg?color=%231a73e8&size=48