contact card ribbon icon
contact-card-ribbon-16-filled from Fluent UI System Icons by Microsoft Corporation · 16 Filled · MIT Free for personal and commercial use.
- Name
- contact-card-ribbon-16-filled
- Set
- Fluent UI System Icons
- Style
- 16 Filled
- Viewbox
- 16×16
- License
- MIT
11 other variants in Fluent UI System Icons
contact-card-ribbon-16-regularcontact-card-ribbon-20-filledcontact-card-ribbon-20-regularcontact-card-ribbon-24-filledcontact-card-ribbon-24-regularcontact-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 16 16"><path fill="currentColor" d="M1 4.75C1 3.784 1.784 3 2.75 3h10.5c.966 0 1.75.784 1.75 1.75v1.785a4 4 0 0 0-2.37-.518A.5.5 0 0 0 12.5 6h-3a.5.5 0 0 0 0 1h.854a4 4 0 0 0-1.282 2.242a.5.5 0 0 0-.055.387A4 4 0 0 0 10 12.645V13H2.75A1.75 1.75 0 0 1 1 11.25zm4.261 2.964a1.357 1.357 0 1 0 0-2.714a1.357 1.357 0 0 0 0 2.714m-1.403.678A.86.86 0 0 0 3 9.25a1.67 1.67 0 0 0 1.265 1.62l.053.014c.62.155 1.267.155 1.886 0l.054-.013a1.67 1.67 0 0 0 1.265-1.62a.86.86 0 0 0-.858-.859zM16 10a3 3 0 1 1-6 0a3 3 0 0 1 6 0m-1 3.465A4 4 0 0 1 13 14a4 4 0 0 1-2-.535v2.285a.25.25 0 0 0 .378.215L13 15l1.622.965A.25.25 0 0 0 15 15.75z"/></svg>
React
import type { SVGProps } from "react";
export function FluentContactCardRibbon16Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M1 4.75C1 3.784 1.784 3 2.75 3h10.5c.966 0 1.75.784 1.75 1.75v1.785a4 4 0 0 0-2.37-.518A.5.5 0 0 0 12.5 6h-3a.5.5 0 0 0 0 1h.854a4 4 0 0 0-1.282 2.242a.5.5 0 0 0-.055.387A4 4 0 0 0 10 12.645V13H2.75A1.75 1.75 0 0 1 1 11.25zm4.261 2.964a1.357 1.357 0 1 0 0-2.714a1.357 1.357 0 0 0 0 2.714m-1.403.678A.86.86 0 0 0 3 9.25a1.67 1.67 0 0 0 1.265 1.62l.053.014c.62.155 1.267.155 1.886 0l.054-.013a1.67 1.67 0 0 0 1.265-1.62a.86.86 0 0 0-.858-.859zM16 10a3 3 0 1 1-6 0a3 3 0 0 1 6 0m-1 3.465A4 4 0 0 1 13 14a4 4 0 0 1-2-.535v2.285a.25.25 0 0 0 .378.215L13 15l1.622.965A.25.25 0 0 0 15 15.75z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M1 4.75C1 3.784 1.784 3 2.75 3h10.5c.966 0 1.75.784 1.75 1.75v1.785a4 4 0 0 0-2.37-.518A.5.5 0 0 0 12.5 6h-3a.5.5 0 0 0 0 1h.854a4 4 0 0 0-1.282 2.242a.5.5 0 0 0-.055.387A4 4 0 0 0 10 12.645V13H2.75A1.75 1.75 0 0 1 1 11.25zm4.261 2.964a1.357 1.357 0 1 0 0-2.714a1.357 1.357 0 0 0 0 2.714m-1.403.678A.86.86 0 0 0 3 9.25a1.67 1.67 0 0 0 1.265 1.62l.053.014c.62.155 1.267.155 1.886 0l.054-.013a1.67 1.67 0 0 0 1.265-1.62a.86.86 0 0 0-.858-.859zM16 10a3 3 0 1 1-6 0a3 3 0 0 1 6 0m-1 3.465A4 4 0 0 1 13 14a4 4 0 0 1-2-.535v2.285a.25.25 0 0 0 .378.215L13 15l1.622.965A.25.25 0 0 0 15 15.75z"/></svg> </template>
CSS
.icon-contact-card-ribbon-16-filled {
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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M1%204.75C1%203.784%201.784%203%202.75%203h10.5c.966%200%201.75.784%201.75%201.75v1.785a4%204%200%200%200-2.37-.518A.5.5%200%200%200%2012.5%206h-3a.5.5%200%200%200%200%201h.854a4%204%200%200%200-1.282%202.242a.5.5%200%200%200-.055.387A4%204%200%200%200%2010%2012.645V13H2.75A1.75%201.75%200%200%201%201%2011.25zm4.261%202.964a1.357%201.357%200%201%200%200-2.714a1.357%201.357%200%200%200%200%202.714m-1.403.678A.86.86%200%200%200%203%209.25a1.67%201.67%200%200%200%201.265%201.62l.053.014c.62.155%201.267.155%201.886%200l.054-.013a1.67%201.67%200%200%200%201.265-1.62a.86.86%200%200%200-.858-.859zM16%2010a3%203%200%201%201-6%200a3%203%200%200%201%206%200m-1%203.465A4%204%200%200%201%2013%2014a4%204%200%200%201-2-.535v2.285a.25.25%200%200%200%20.378.215L13%2015l1.622.965A.25.25%200%200%200%2015%2015.75z%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M1%204.75C1%203.784%201.784%203%202.75%203h10.5c.966%200%201.75.784%201.75%201.75v1.785a4%204%200%200%200-2.37-.518A.5.5%200%200%200%2012.5%206h-3a.5.5%200%200%200%200%201h.854a4%204%200%200%200-1.282%202.242a.5.5%200%200%200-.055.387A4%204%200%200%200%2010%2012.645V13H2.75A1.75%201.75%200%200%201%201%2011.25zm4.261%202.964a1.357%201.357%200%201%200%200-2.714a1.357%201.357%200%200%200%200%202.714m-1.403.678A.86.86%200%200%200%203%209.25a1.67%201.67%200%200%200%201.265%201.62l.053.014c.62.155%201.267.155%201.886%200l.054-.013a1.67%201.67%200%200%200%201.265-1.62a.86.86%200%200%200-.858-.859zM16%2010a3%203%200%201%201-6%200a3%203%200%200%201%206%200m-1%203.465A4%204%200%200%201%2013%2014a4%204%200%200%201-2-.535v2.285a.25.25%200%200%200%20.378.215L13%2015l1.622.965A.25.25%200%200%200%2015%2015.75z%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-16-filled.svg?color=%231a73e8&size=48