contact card ribbon icon
contact-card-ribbon-32-filled from Fluent UI System Icons by Microsoft Corporation · 32 Filled · MIT Free for personal and commercial use.
- Name
- contact-card-ribbon-32-filled
- Set
- Fluent UI System Icons
- Style
- 32 Filled
- Viewbox
- 32×32
- 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-24-regularcontact-card-ribbon-28-filledcontact-card-ribbon-28-regularcontact-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 32 32"><path fill="currentColor" d="M5.25 4A3.25 3.25 0 0 0 2 7.25v17.5A3.25 3.25 0 0 0 5.25 28H19.5v-3.892A7.03 7.03 0 0 1 18.661 19H18a1 1 0 1 1 0-2h1.436a7.03 7.03 0 0 1 3.46-3H18a1 1 0 1 1 0-2h7a1 1 0 0 1 .861 1.51A6.97 6.97 0 0 1 30 15.137V7.25A3.25 3.25 0 0 0 26.75 4zM13 13a2 2 0 1 1-4 0a2 2 0 0 1 4 0m-6 4.5A1.5 1.5 0 0 1 8.5 16h5a1.5 1.5 0 0 1 1.5 1.5s0 3.5-4 3.5s-4-3.5-4-3.5m22.877 8.139a6.72 6.72 0 0 1-4.366 1.611h-.022A6.72 6.72 0 0 1 21 25.532v4.518a.95.95 0 0 0 1.444.811L25.5 29l3.056 1.861A.95.95 0 0 0 30 30.05v-4.518zm-.71-1.04A5.48 5.48 0 0 0 31 20.5a5.5 5.5 0 0 0-1.001-3.162A5.5 5.5 0 0 0 25.5 15a5.49 5.49 0 0 0-4.243 2A5.5 5.5 0 0 0 20 20.5a5.47 5.47 0 0 0 1.834 4.1A5.48 5.48 0 0 0 25.5 26a5.48 5.48 0 0 0 3.666-1.4"/></svg>
React
import type { SVGProps } from "react";
export function FluentContactCardRibbon32Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M5.25 4A3.25 3.25 0 0 0 2 7.25v17.5A3.25 3.25 0 0 0 5.25 28H19.5v-3.892A7.03 7.03 0 0 1 18.661 19H18a1 1 0 1 1 0-2h1.436a7.03 7.03 0 0 1 3.46-3H18a1 1 0 1 1 0-2h7a1 1 0 0 1 .861 1.51A6.97 6.97 0 0 1 30 15.137V7.25A3.25 3.25 0 0 0 26.75 4zM13 13a2 2 0 1 1-4 0a2 2 0 0 1 4 0m-6 4.5A1.5 1.5 0 0 1 8.5 16h5a1.5 1.5 0 0 1 1.5 1.5s0 3.5-4 3.5s-4-3.5-4-3.5m22.877 8.139a6.72 6.72 0 0 1-4.366 1.611h-.022A6.72 6.72 0 0 1 21 25.532v4.518a.95.95 0 0 0 1.444.811L25.5 29l3.056 1.861A.95.95 0 0 0 30 30.05v-4.518zm-.71-1.04A5.48 5.48 0 0 0 31 20.5a5.5 5.5 0 0 0-1.001-3.162A5.5 5.5 0 0 0 25.5 15a5.49 5.49 0 0 0-4.243 2A5.5 5.5 0 0 0 20 20.5a5.47 5.47 0 0 0 1.834 4.1A5.48 5.48 0 0 0 25.5 26a5.48 5.48 0 0 0 3.666-1.4"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M5.25 4A3.25 3.25 0 0 0 2 7.25v17.5A3.25 3.25 0 0 0 5.25 28H19.5v-3.892A7.03 7.03 0 0 1 18.661 19H18a1 1 0 1 1 0-2h1.436a7.03 7.03 0 0 1 3.46-3H18a1 1 0 1 1 0-2h7a1 1 0 0 1 .861 1.51A6.97 6.97 0 0 1 30 15.137V7.25A3.25 3.25 0 0 0 26.75 4zM13 13a2 2 0 1 1-4 0a2 2 0 0 1 4 0m-6 4.5A1.5 1.5 0 0 1 8.5 16h5a1.5 1.5 0 0 1 1.5 1.5s0 3.5-4 3.5s-4-3.5-4-3.5m22.877 8.139a6.72 6.72 0 0 1-4.366 1.611h-.022A6.72 6.72 0 0 1 21 25.532v4.518a.95.95 0 0 0 1.444.811L25.5 29l3.056 1.861A.95.95 0 0 0 30 30.05v-4.518zm-.71-1.04A5.48 5.48 0 0 0 31 20.5a5.5 5.5 0 0 0-1.001-3.162A5.5 5.5 0 0 0 25.5 15a5.49 5.49 0 0 0-4.243 2A5.5 5.5 0 0 0 20 20.5a5.47 5.47 0 0 0 1.834 4.1A5.48 5.48 0 0 0 25.5 26a5.48 5.48 0 0 0 3.666-1.4"/></svg> </template>
CSS
.icon-contact-card-ribbon-32-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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5.25%204A3.25%203.25%200%200%200%202%207.25v17.5A3.25%203.25%200%200%200%205.25%2028H19.5v-3.892A7.03%207.03%200%200%201%2018.661%2019H18a1%201%200%201%201%200-2h1.436a7.03%207.03%200%200%201%203.46-3H18a1%201%200%201%201%200-2h7a1%201%200%200%201%20.861%201.51A6.97%206.97%200%200%201%2030%2015.137V7.25A3.25%203.25%200%200%200%2026.75%204zM13%2013a2%202%200%201%201-4%200a2%202%200%200%201%204%200m-6%204.5A1.5%201.5%200%200%201%208.5%2016h5a1.5%201.5%200%200%201%201.5%201.5s0%203.5-4%203.5s-4-3.5-4-3.5m22.877%208.139a6.72%206.72%200%200%201-4.366%201.611h-.022A6.72%206.72%200%200%201%2021%2025.532v4.518a.95.95%200%200%200%201.444.811L25.5%2029l3.056%201.861A.95.95%200%200%200%2030%2030.05v-4.518zm-.71-1.04A5.48%205.48%200%200%200%2031%2020.5a5.5%205.5%200%200%200-1.001-3.162A5.5%205.5%200%200%200%2025.5%2015a5.49%205.49%200%200%200-4.243%202A5.5%205.5%200%200%200%2020%2020.5a5.47%205.47%200%200%200%201.834%204.1A5.48%205.48%200%200%200%2025.5%2026a5.48%205.48%200%200%200%203.666-1.4%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5.25%204A3.25%203.25%200%200%200%202%207.25v17.5A3.25%203.25%200%200%200%205.25%2028H19.5v-3.892A7.03%207.03%200%200%201%2018.661%2019H18a1%201%200%201%201%200-2h1.436a7.03%207.03%200%200%201%203.46-3H18a1%201%200%201%201%200-2h7a1%201%200%200%201%20.861%201.51A6.97%206.97%200%200%201%2030%2015.137V7.25A3.25%203.25%200%200%200%2026.75%204zM13%2013a2%202%200%201%201-4%200a2%202%200%200%201%204%200m-6%204.5A1.5%201.5%200%200%201%208.5%2016h5a1.5%201.5%200%200%201%201.5%201.5s0%203.5-4%203.5s-4-3.5-4-3.5m22.877%208.139a6.72%206.72%200%200%201-4.366%201.611h-.022A6.72%206.72%200%200%201%2021%2025.532v4.518a.95.95%200%200%200%201.444.811L25.5%2029l3.056%201.861A.95.95%200%200%200%2030%2030.05v-4.518zm-.71-1.04A5.48%205.48%200%200%200%2031%2020.5a5.5%205.5%200%200%200-1.001-3.162A5.5%205.5%200%200%200%2025.5%2015a5.49%205.49%200%200%200-4.243%202A5.5%205.5%200%200%200%2020%2020.5a5.47%205.47%200%200%200%201.834%204.1A5.48%205.48%200%200%200%2025.5%2026a5.48%205.48%200%200%200%203.666-1.4%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-32-filled.svg?color=%231a73e8&size=48