contact card ribbon icon
contact-card-ribbon-32-regular from Fluent UI System Icons by Microsoft Corporation · 32 Regular · MIT Free for personal and commercial use.
- Name
- contact-card-ribbon-32-regular
- Set
- Fluent UI System Icons
- Style
- 32 Regular
- 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-filledcontact-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="M17 13a1 1 0 0 1 1-1h7a1 1 0 0 1 .861 1.51q-.18-.01-.361-.01c-.92 0-1.798.178-2.603.5H18a1 1 0 0 1-1-1m11-5.75v6.71c.734.28 1.409.681 2 1.178V7.25A3.25 3.25 0 0 0 26.75 4H5.25A3.25 3.25 0 0 0 2 7.25v17.5A3.25 3.25 0 0 0 5.25 28H19.5v-2H5.25C4.56 26 4 25.44 4 24.75V7.25C4 6.56 4.56 6 5.25 6h21.5c.69 0 1.25.56 1.25 1.25M18 17h1.436a7 7 0 0 0-.775 2H18a1 1 0 1 1 0-2m3.257 0A5.5 5.5 0 0 0 20 20.5a5.5 5.5 0 1 0 1.257-3.5m1.243 9.549a6.7 6.7 0 0 1-1.5-1.017v4.518a.95.95 0 0 0 1.444.811L25.5 29l3.056 1.861A.95.95 0 0 0 30 30.05v-4.518l-.123.107a6.72 6.72 0 0 1-4.366 1.611h-.022a6.7 6.7 0 0 1-2.989-.701M13 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.5"/></svg>
React
import type { SVGProps } from "react";
export function FluentContactCardRibbon32Regular(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="M17 13a1 1 0 0 1 1-1h7a1 1 0 0 1 .861 1.51q-.18-.01-.361-.01c-.92 0-1.798.178-2.603.5H18a1 1 0 0 1-1-1m11-5.75v6.71c.734.28 1.409.681 2 1.178V7.25A3.25 3.25 0 0 0 26.75 4H5.25A3.25 3.25 0 0 0 2 7.25v17.5A3.25 3.25 0 0 0 5.25 28H19.5v-2H5.25C4.56 26 4 25.44 4 24.75V7.25C4 6.56 4.56 6 5.25 6h21.5c.69 0 1.25.56 1.25 1.25M18 17h1.436a7 7 0 0 0-.775 2H18a1 1 0 1 1 0-2m3.257 0A5.5 5.5 0 0 0 20 20.5a5.5 5.5 0 1 0 1.257-3.5m1.243 9.549a6.7 6.7 0 0 1-1.5-1.017v4.518a.95.95 0 0 0 1.444.811L25.5 29l3.056 1.861A.95.95 0 0 0 30 30.05v-4.518l-.123.107a6.72 6.72 0 0 1-4.366 1.611h-.022a6.7 6.7 0 0 1-2.989-.701M13 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.5"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M17 13a1 1 0 0 1 1-1h7a1 1 0 0 1 .861 1.51q-.18-.01-.361-.01c-.92 0-1.798.178-2.603.5H18a1 1 0 0 1-1-1m11-5.75v6.71c.734.28 1.409.681 2 1.178V7.25A3.25 3.25 0 0 0 26.75 4H5.25A3.25 3.25 0 0 0 2 7.25v17.5A3.25 3.25 0 0 0 5.25 28H19.5v-2H5.25C4.56 26 4 25.44 4 24.75V7.25C4 6.56 4.56 6 5.25 6h21.5c.69 0 1.25.56 1.25 1.25M18 17h1.436a7 7 0 0 0-.775 2H18a1 1 0 1 1 0-2m3.257 0A5.5 5.5 0 0 0 20 20.5a5.5 5.5 0 1 0 1.257-3.5m1.243 9.549a6.7 6.7 0 0 1-1.5-1.017v4.518a.95.95 0 0 0 1.444.811L25.5 29l3.056 1.861A.95.95 0 0 0 30 30.05v-4.518l-.123.107a6.72 6.72 0 0 1-4.366 1.611h-.022a6.7 6.7 0 0 1-2.989-.701M13 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.5"/></svg> </template>
CSS
.icon-contact-card-ribbon-32-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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17%2013a1%201%200%200%201%201-1h7a1%201%200%200%201%20.861%201.51q-.18-.01-.361-.01c-.92%200-1.798.178-2.603.5H18a1%201%200%200%201-1-1m11-5.75v6.71c.734.28%201.409.681%202%201.178V7.25A3.25%203.25%200%200%200%2026.75%204H5.25A3.25%203.25%200%200%200%202%207.25v17.5A3.25%203.25%200%200%200%205.25%2028H19.5v-2H5.25C4.56%2026%204%2025.44%204%2024.75V7.25C4%206.56%204.56%206%205.25%206h21.5c.69%200%201.25.56%201.25%201.25M18%2017h1.436a7%207%200%200%200-.775%202H18a1%201%200%201%201%200-2m3.257%200A5.5%205.5%200%200%200%2020%2020.5a5.5%205.5%200%201%200%201.257-3.5m1.243%209.549a6.7%206.7%200%200%201-1.5-1.017v4.518a.95.95%200%200%200%201.444.811L25.5%2029l3.056%201.861A.95.95%200%200%200%2030%2030.05v-4.518l-.123.107a6.72%206.72%200%200%201-4.366%201.611h-.022a6.7%206.7%200%200%201-2.989-.701M13%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.5%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%22M17%2013a1%201%200%200%201%201-1h7a1%201%200%200%201%20.861%201.51q-.18-.01-.361-.01c-.92%200-1.798.178-2.603.5H18a1%201%200%200%201-1-1m11-5.75v6.71c.734.28%201.409.681%202%201.178V7.25A3.25%203.25%200%200%200%2026.75%204H5.25A3.25%203.25%200%200%200%202%207.25v17.5A3.25%203.25%200%200%200%205.25%2028H19.5v-2H5.25C4.56%2026%204%2025.44%204%2024.75V7.25C4%206.56%204.56%206%205.25%206h21.5c.69%200%201.25.56%201.25%201.25M18%2017h1.436a7%207%200%200%200-.775%202H18a1%201%200%201%201%200-2m3.257%200A5.5%205.5%200%200%200%2020%2020.5a5.5%205.5%200%201%200%201.257-3.5m1.243%209.549a6.7%206.7%200%200%201-1.5-1.017v4.518a.95.95%200%200%200%201.444.811L25.5%2029l3.056%201.861A.95.95%200%200%200%2030%2030.05v-4.518l-.123.107a6.72%206.72%200%200%201-4.366%201.611h-.022a6.7%206.7%200%200%201-2.989-.701M13%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.5%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-regular.svg?color=%231a73e8&size=48