qr code icon
qr-code-28-regular from Fluent UI System Icons by Microsoft Corporation · 28 Regular · MIT Free for personal and commercial use.
- Name
- qr-code-28-regular
- Set
- Fluent UI System Icons
- Style
- 28 Regular
- Viewbox
- 28×28
- License
- MIT
5 other variants in Fluent UI System Icons
The same icon in other sets
qr-codeBootstrap Iconsqr-codeCarbonqr-code-outlineFlowbite Iconsqr-codeHealth Iconsqr-codeHeroIconsqr-codeHuge Iconsqr-codeIconoirqr-codeIonIconsqr-codeJam Iconsqr-codeLucideqr-codeMage Iconsqr-codeMajesticonsqr-codeMaterial Symbolsqr-codeMaterial Symbols Lightqr-codeOpenMojiqr-codePhosphorqr-codePixelarticonsqr-code-fillRemix Iconqr-code-boldSolarqr-code-outlineTeenyiconsqr-code-outlinedWeUI Icon
Use the qr code icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M10.75 15A2.25 2.25 0 0 1 13 17.25v5.5A2.25 2.25 0 0 1 10.75 25h-5.5A2.25 2.25 0 0 1 3 22.75v-5.5A2.25 2.25 0 0 1 5.25 15zm7.585 0v3.333h3.332v3.334h-3.332v3.332H15v-3.333h3.333v-3.333H15V15zM25 21.666V25h-3.333v-3.333zM10.75 16.5h-5.5a.75.75 0 0 0-.75.75v5.5c0 .414.336.75.75.75h5.5a.75.75 0 0 0 .75-.75v-5.5a.75.75 0 0 0-.75-.75m-1.25 2v3h-3v-3zM25 15v3.333h-3.333V15zM10.75 3A2.25 2.25 0 0 1 13 5.25v5.5A2.25 2.25 0 0 1 10.75 13h-5.5A2.25 2.25 0 0 1 3 10.75v-5.5A2.25 2.25 0 0 1 5.25 3zm12 0A2.25 2.25 0 0 1 25 5.25v5.5A2.25 2.25 0 0 1 22.75 13h-5.5A2.25 2.25 0 0 1 15 10.75v-5.5A2.25 2.25 0 0 1 17.25 3zm-12 1.5h-5.5a.75.75 0 0 0-.75.75v5.5c0 .414.336.75.75.75h5.5a.75.75 0 0 0 .75-.75v-5.5a.75.75 0 0 0-.75-.75m12 0h-5.5a.75.75 0 0 0-.75.75v5.5c0 .414.336.75.75.75h5.5a.75.75 0 0 0 .75-.75v-5.5a.75.75 0 0 0-.75-.75M9.5 6.5v3h-3v-3zm12 0v3h-3v-3z"/></svg>
React
import type { SVGProps } from "react";
export function FluentQrCode28Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M10.75 15A2.25 2.25 0 0 1 13 17.25v5.5A2.25 2.25 0 0 1 10.75 25h-5.5A2.25 2.25 0 0 1 3 22.75v-5.5A2.25 2.25 0 0 1 5.25 15zm7.585 0v3.333h3.332v3.334h-3.332v3.332H15v-3.333h3.333v-3.333H15V15zM25 21.666V25h-3.333v-3.333zM10.75 16.5h-5.5a.75.75 0 0 0-.75.75v5.5c0 .414.336.75.75.75h5.5a.75.75 0 0 0 .75-.75v-5.5a.75.75 0 0 0-.75-.75m-1.25 2v3h-3v-3zM25 15v3.333h-3.333V15zM10.75 3A2.25 2.25 0 0 1 13 5.25v5.5A2.25 2.25 0 0 1 10.75 13h-5.5A2.25 2.25 0 0 1 3 10.75v-5.5A2.25 2.25 0 0 1 5.25 3zm12 0A2.25 2.25 0 0 1 25 5.25v5.5A2.25 2.25 0 0 1 22.75 13h-5.5A2.25 2.25 0 0 1 15 10.75v-5.5A2.25 2.25 0 0 1 17.25 3zm-12 1.5h-5.5a.75.75 0 0 0-.75.75v5.5c0 .414.336.75.75.75h5.5a.75.75 0 0 0 .75-.75v-5.5a.75.75 0 0 0-.75-.75m12 0h-5.5a.75.75 0 0 0-.75.75v5.5c0 .414.336.75.75.75h5.5a.75.75 0 0 0 .75-.75v-5.5a.75.75 0 0 0-.75-.75M9.5 6.5v3h-3v-3zm12 0v3h-3v-3z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M10.75 15A2.25 2.25 0 0 1 13 17.25v5.5A2.25 2.25 0 0 1 10.75 25h-5.5A2.25 2.25 0 0 1 3 22.75v-5.5A2.25 2.25 0 0 1 5.25 15zm7.585 0v3.333h3.332v3.334h-3.332v3.332H15v-3.333h3.333v-3.333H15V15zM25 21.666V25h-3.333v-3.333zM10.75 16.5h-5.5a.75.75 0 0 0-.75.75v5.5c0 .414.336.75.75.75h5.5a.75.75 0 0 0 .75-.75v-5.5a.75.75 0 0 0-.75-.75m-1.25 2v3h-3v-3zM25 15v3.333h-3.333V15zM10.75 3A2.25 2.25 0 0 1 13 5.25v5.5A2.25 2.25 0 0 1 10.75 13h-5.5A2.25 2.25 0 0 1 3 10.75v-5.5A2.25 2.25 0 0 1 5.25 3zm12 0A2.25 2.25 0 0 1 25 5.25v5.5A2.25 2.25 0 0 1 22.75 13h-5.5A2.25 2.25 0 0 1 15 10.75v-5.5A2.25 2.25 0 0 1 17.25 3zm-12 1.5h-5.5a.75.75 0 0 0-.75.75v5.5c0 .414.336.75.75.75h5.5a.75.75 0 0 0 .75-.75v-5.5a.75.75 0 0 0-.75-.75m12 0h-5.5a.75.75 0 0 0-.75.75v5.5c0 .414.336.75.75.75h5.5a.75.75 0 0 0 .75-.75v-5.5a.75.75 0 0 0-.75-.75M9.5 6.5v3h-3v-3zm12 0v3h-3v-3z"/></svg> </template>
CSS
.icon-qr-code-28-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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.75%2015A2.25%202.25%200%200%201%2013%2017.25v5.5A2.25%202.25%200%200%201%2010.75%2025h-5.5A2.25%202.25%200%200%201%203%2022.75v-5.5A2.25%202.25%200%200%201%205.25%2015zm7.585%200v3.333h3.332v3.334h-3.332v3.332H15v-3.333h3.333v-3.333H15V15zM25%2021.666V25h-3.333v-3.333zM10.75%2016.5h-5.5a.75.75%200%200%200-.75.75v5.5c0%20.414.336.75.75.75h5.5a.75.75%200%200%200%20.75-.75v-5.5a.75.75%200%200%200-.75-.75m-1.25%202v3h-3v-3zM25%2015v3.333h-3.333V15zM10.75%203A2.25%202.25%200%200%201%2013%205.25v5.5A2.25%202.25%200%200%201%2010.75%2013h-5.5A2.25%202.25%200%200%201%203%2010.75v-5.5A2.25%202.25%200%200%201%205.25%203zm12%200A2.25%202.25%200%200%201%2025%205.25v5.5A2.25%202.25%200%200%201%2022.75%2013h-5.5A2.25%202.25%200%200%201%2015%2010.75v-5.5A2.25%202.25%200%200%201%2017.25%203zm-12%201.5h-5.5a.75.75%200%200%200-.75.75v5.5c0%20.414.336.75.75.75h5.5a.75.75%200%200%200%20.75-.75v-5.5a.75.75%200%200%200-.75-.75m12%200h-5.5a.75.75%200%200%200-.75.75v5.5c0%20.414.336.75.75.75h5.5a.75.75%200%200%200%20.75-.75v-5.5a.75.75%200%200%200-.75-.75M9.5%206.5v3h-3v-3zm12%200v3h-3v-3z%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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.75%2015A2.25%202.25%200%200%201%2013%2017.25v5.5A2.25%202.25%200%200%201%2010.75%2025h-5.5A2.25%202.25%200%200%201%203%2022.75v-5.5A2.25%202.25%200%200%201%205.25%2015zm7.585%200v3.333h3.332v3.334h-3.332v3.332H15v-3.333h3.333v-3.333H15V15zM25%2021.666V25h-3.333v-3.333zM10.75%2016.5h-5.5a.75.75%200%200%200-.75.75v5.5c0%20.414.336.75.75.75h5.5a.75.75%200%200%200%20.75-.75v-5.5a.75.75%200%200%200-.75-.75m-1.25%202v3h-3v-3zM25%2015v3.333h-3.333V15zM10.75%203A2.25%202.25%200%200%201%2013%205.25v5.5A2.25%202.25%200%200%201%2010.75%2013h-5.5A2.25%202.25%200%200%201%203%2010.75v-5.5A2.25%202.25%200%200%201%205.25%203zm12%200A2.25%202.25%200%200%201%2025%205.25v5.5A2.25%202.25%200%200%201%2022.75%2013h-5.5A2.25%202.25%200%200%201%2015%2010.75v-5.5A2.25%202.25%200%200%201%2017.25%203zm-12%201.5h-5.5a.75.75%200%200%200-.75.75v5.5c0%20.414.336.75.75.75h5.5a.75.75%200%200%200%20.75-.75v-5.5a.75.75%200%200%200-.75-.75m12%200h-5.5a.75.75%200%200%200-.75.75v5.5c0%20.414.336.75.75.75h5.5a.75.75%200%200%200%20.75-.75v-5.5a.75.75%200%200%200-.75-.75M9.5%206.5v3h-3v-3zm12%200v3h-3v-3z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/qr-code-28-regular.svg?color=%231a73e8&size=48