Qr Code Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Qr Code icon is commonly used in developer tools, documentation sites and code editors. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/318665.svg" alt="Qr Code icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/318665.svg" alt="Qr Code icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/318665.svg" alt="Qr Code icon" :width="24" :height="24" />
CSS background
.icon-qr-code {
background-image: url('https://proicons.com/icon/318665.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg id="icon" xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><defs><style>.cls-1{fill:none;}</style></defs><title>qr-code</title><rect x="24" y="26" width="2" height="2" transform="translate(-2 52) rotate(-90)"/><rect x="18" y="22" width="2" height="2" transform="translate(-4 42) rotate(-90)"/><polygon points="18 30 22 30 22 28 20 28 20 26 18 26 18 30"/><rect x="24.9999" y="23" width="4" height="2" transform="translate(2.9999 50.9999) rotate(-90)"/><polygon points="28 26 30 26 30 30 26 30 26 28 28 28 28 26"/><polygon points="26 20 26 18 30 18 30 22 28 22 28 20 26 20"/><polygon points="24 20 22 20 22 24 20 24 20 26 24 26 24 20"/><rect x="19" y="17" width="2" height="4" transform="translate(1 39) rotate(-90)"/><rect x="6" y="22" width="4" height="4"/><path d="M14,30H2V18H14ZM4,28h8V20H4Z"/><rect x="22" y="6" width="4" height="4"/><path d="M30,14H18V2H30ZM20,12h8V4H20Z"/><rect x="6" y="6" width="4" height="4"/><path d="M14,14H2V2H14ZM4,12h8V4H4Z"/><rect id="_Transparent_Rectangle_" data-name="<Transparent Rectangle>" class="cls-1" width="32" height="32"/></svg>
Qr Code in other icon packs
Copied!