qr code icon
qr-code from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- qr-code
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
qr-codeBootstrap Iconsqr-codeCarbonqr-code-20-filledFluent UI System Iconsqr-codeHeroIconsqr-codeIconoirqr-codeIonIconsqr-codeJam Iconsqr-codeLucideqr-codeMage Iconsqr-codeMajesticonsqr-codeMaterial Symbolsqr-codeOpenMojiqr-codePhosphorqr-codePixelarticonsqr-code-fillRemix Iconqr-code-boldSolarqr-code-outlineTeenyiconsqr-code-outlinedWeUI Icon
Related icons in Huge Icons
Use the qr code icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path d="M3 6c0-1.414 0-2.121.44-2.56C3.878 3 4.585 3 6 3s2.121 0 2.56.44C9 3.878 9 4.585 9 6s0 2.121-.44 2.56C8.122 9 7.415 9 6 9s-2.121 0-2.56-.44C3 8.122 3 7.415 3 6Zm0 12c0-1.414 0-2.121.44-2.56C3.878 15 4.585 15 6 15s2.121 0 2.56.44C9 15.878 9 16.585 9 18s0 2.121-.44 2.56C8.122 21 7.415 21 6 21s-2.121 0-2.56-.44C3 20.122 3 19.415 3 18Z"/><path stroke-linecap="round" stroke-linejoin="round" d="M3 12h6m3-9v5"/><path d="M15 6c0-1.414 0-2.121.44-2.56C15.878 3 16.585 3 18 3s2.121 0 2.56.44C21 3.878 21 4.585 21 6s0 2.121-.44 2.56C20.122 9 19.415 9 18 9s-2.121 0-2.56-.44C15 8.122 15 7.415 15 6Z"/><path stroke-linecap="round" d="M21 12h-6c-1.414 0-2.121 0-2.56.44C12 12.878 12 13.585 12 15m0 2.77v2.768M15 15v1.5c0 1.446.784 1.5 2 1.5a1 1 0 0 1 1 1m-2 2h-1m3-6c1.414 0 2.121 0 2.56.44s.44 1.148.44 2.564s0 2.125-.44 2.565c-.32.32-.783.408-1.56.431"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsQrCode(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeWidth="1.5"><path d="M3 6c0-1.414 0-2.121.44-2.56C3.878 3 4.585 3 6 3s2.121 0 2.56.44C9 3.878 9 4.585 9 6s0 2.121-.44 2.56C8.122 9 7.415 9 6 9s-2.121 0-2.56-.44C3 8.122 3 7.415 3 6Zm0 12c0-1.414 0-2.121.44-2.56C3.878 15 4.585 15 6 15s2.121 0 2.56.44C9 15.878 9 16.585 9 18s0 2.121-.44 2.56C8.122 21 7.415 21 6 21s-2.121 0-2.56-.44C3 20.122 3 19.415 3 18Z"/><path strokeLinecap="round" strokeLinejoin="round" d="M3 12h6m3-9v5"/><path d="M15 6c0-1.414 0-2.121.44-2.56C15.878 3 16.585 3 18 3s2.121 0 2.56.44C21 3.878 21 4.585 21 6s0 2.121-.44 2.56C20.122 9 19.415 9 18 9s-2.121 0-2.56-.44C15 8.122 15 7.415 15 6Z"/><path strokeLinecap="round" d="M21 12h-6c-1.414 0-2.121 0-2.56.44C12 12.878 12 13.585 12 15m0 2.77v2.768M15 15v1.5c0 1.446.784 1.5 2 1.5a1 1 0 0 1 1 1m-2 2h-1m3-6c1.414 0 2.121 0 2.56.44s.44 1.148.44 2.564s0 2.125-.44 2.565c-.32.32-.783.408-1.56.431"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path d="M3 6c0-1.414 0-2.121.44-2.56C3.878 3 4.585 3 6 3s2.121 0 2.56.44C9 3.878 9 4.585 9 6s0 2.121-.44 2.56C8.122 9 7.415 9 6 9s-2.121 0-2.56-.44C3 8.122 3 7.415 3 6Zm0 12c0-1.414 0-2.121.44-2.56C3.878 15 4.585 15 6 15s2.121 0 2.56.44C9 15.878 9 16.585 9 18s0 2.121-.44 2.56C8.122 21 7.415 21 6 21s-2.121 0-2.56-.44C3 20.122 3 19.415 3 18Z"/><path stroke-linecap="round" stroke-linejoin="round" d="M3 12h6m3-9v5"/><path d="M15 6c0-1.414 0-2.121.44-2.56C15.878 3 16.585 3 18 3s2.121 0 2.56.44C21 3.878 21 4.585 21 6s0 2.121-.44 2.56C20.122 9 19.415 9 18 9s-2.121 0-2.56-.44C15 8.122 15 7.415 15 6Z"/><path stroke-linecap="round" d="M21 12h-6c-1.414 0-2.121 0-2.56.44C12 12.878 12 13.585 12 15m0 2.77v2.768M15 15v1.5c0 1.446.784 1.5 2 1.5a1 1 0 0 1 1 1m-2 2h-1m3-6c1.414 0 2.121 0 2.56.44s.44 1.148.44 2.564s0 2.125-.44 2.565c-.32.32-.783.408-1.56.431"/></g></svg> </template>
CSS
.icon-qr-code {
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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M3%206c0-1.414%200-2.121.44-2.56C3.878%203%204.585%203%206%203s2.121%200%202.56.44C9%203.878%209%204.585%209%206s0%202.121-.44%202.56C8.122%209%207.415%209%206%209s-2.121%200-2.56-.44C3%208.122%203%207.415%203%206Zm0%2012c0-1.414%200-2.121.44-2.56C3.878%2015%204.585%2015%206%2015s2.121%200%202.56.44C9%2015.878%209%2016.585%209%2018s0%202.121-.44%202.56C8.122%2021%207.415%2021%206%2021s-2.121%200-2.56-.44C3%2020.122%203%2019.415%203%2018Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M3%2012h6m3-9v5%22%2F%3E%3Cpath%20d%3D%22M15%206c0-1.414%200-2.121.44-2.56C15.878%203%2016.585%203%2018%203s2.121%200%202.56.44C21%203.878%2021%204.585%2021%206s0%202.121-.44%202.56C20.122%209%2019.415%209%2018%209s-2.121%200-2.56-.44C15%208.122%2015%207.415%2015%206Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M21%2012h-6c-1.414%200-2.121%200-2.56.44C12%2012.878%2012%2013.585%2012%2015m0%202.77v2.768M15%2015v1.5c0%201.446.784%201.5%202%201.5a1%201%200%200%201%201%201m-2%202h-1m3-6c1.414%200%202.121%200%202.56.44s.44%201.148.44%202.564s0%202.125-.44%202.565c-.32.32-.783.408-1.56.431%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M3%206c0-1.414%200-2.121.44-2.56C3.878%203%204.585%203%206%203s2.121%200%202.56.44C9%203.878%209%204.585%209%206s0%202.121-.44%202.56C8.122%209%207.415%209%206%209s-2.121%200-2.56-.44C3%208.122%203%207.415%203%206Zm0%2012c0-1.414%200-2.121.44-2.56C3.878%2015%204.585%2015%206%2015s2.121%200%202.56.44C9%2015.878%209%2016.585%209%2018s0%202.121-.44%202.56C8.122%2021%207.415%2021%206%2021s-2.121%200-2.56-.44C3%2020.122%203%2019.415%203%2018Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M3%2012h6m3-9v5%22%2F%3E%3Cpath%20d%3D%22M15%206c0-1.414%200-2.121.44-2.56C15.878%203%2016.585%203%2018%203s2.121%200%202.56.44C21%203.878%2021%204.585%2021%206s0%202.121-.44%202.56C20.122%209%2019.415%209%2018%209s-2.121%200-2.56-.44C15%208.122%2015%207.415%2015%206Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M21%2012h-6c-1.414%200-2.121%200-2.56.44C12%2012.878%2012%2013.585%2012%2015m0%202.77v2.768M15%2015v1.5c0%201.446.784%201.5%202%201.5a1%201%200%200%201%201%201m-2%202h-1m3-6c1.414%200%202.121%200%202.56.44s.44%201.148.44%202.564s0%202.125-.44%202.565c-.32.32-.783.408-1.56.431%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/qr-code.svg?color=%231a73e8&size=48