bxl instagram alt icon
bxl-instagram-alt from BoxIcons v2 by Boxicons · Regular · MIT Free for personal and commercial use.
- Name
- bxl-instagram-alt
- Set
- BoxIcons v2
- Style
- Regular
- Viewbox
- 24×24
- License
- MIT
Related icons in BoxIcons v2
Use the bxl instagram alt icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path d="M20.947 8.305a6.53 6.53 0 0 0-.419-2.216a4.61 4.61 0 0 0-2.633-2.633a6.606 6.606 0 0 0-2.186-.42c-.962-.043-1.267-.055-3.709-.055s-2.755 0-3.71.055a6.606 6.606 0 0 0-2.185.42a4.607 4.607 0 0 0-2.633 2.633a6.554 6.554 0 0 0-.419 2.185c-.043.963-.056 1.268-.056 3.71s0 2.754.056 3.71c.015.748.156 1.486.419 2.187a4.61 4.61 0 0 0 2.634 2.632a6.584 6.584 0 0 0 2.185.45c.963.043 1.268.056 3.71.056s2.755 0 3.71-.056a6.59 6.59 0 0 0 2.186-.419a4.615 4.615 0 0 0 2.633-2.633c.263-.7.404-1.438.419-2.187c.043-.962.056-1.267.056-3.71c-.002-2.442-.002-2.752-.058-3.709zm-8.953 8.297c-2.554 0-4.623-2.069-4.623-4.623s2.069-4.623 4.623-4.623a4.623 4.623 0 0 1 0 9.246zm4.807-8.339a1.077 1.077 0 0 1-1.078-1.078a1.077 1.077 0 1 1 2.155 0c0 .596-.482 1.078-1.077 1.078z" fill="currentColor"/><circle cx="11.994" cy="11.979" r="3.003" fill="currentColor"/></svg>
React
import type { SVGProps } from "react";
export function BxBxlInstagramAlt(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path d="M20.947 8.305a6.53 6.53 0 0 0-.419-2.216a4.61 4.61 0 0 0-2.633-2.633a6.606 6.606 0 0 0-2.186-.42c-.962-.043-1.267-.055-3.709-.055s-2.755 0-3.71.055a6.606 6.606 0 0 0-2.185.42a4.607 4.607 0 0 0-2.633 2.633a6.554 6.554 0 0 0-.419 2.185c-.043.963-.056 1.268-.056 3.71s0 2.754.056 3.71c.015.748.156 1.486.419 2.187a4.61 4.61 0 0 0 2.634 2.632a6.584 6.584 0 0 0 2.185.45c.963.043 1.268.056 3.71.056s2.755 0 3.71-.056a6.59 6.59 0 0 0 2.186-.419a4.615 4.615 0 0 0 2.633-2.633c.263-.7.404-1.438.419-2.187c.043-.962.056-1.267.056-3.71c-.002-2.442-.002-2.752-.058-3.709zm-8.953 8.297c-2.554 0-4.623-2.069-4.623-4.623s2.069-4.623 4.623-4.623a4.623 4.623 0 0 1 0 9.246zm4.807-8.339a1.077 1.077 0 0 1-1.078-1.078a1.077 1.077 0 1 1 2.155 0c0 .596-.482 1.078-1.077 1.078z" fill="currentColor"/><circle cx="11.994" cy="11.979" r="3.003" fill="currentColor"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path d="M20.947 8.305a6.53 6.53 0 0 0-.419-2.216a4.61 4.61 0 0 0-2.633-2.633a6.606 6.606 0 0 0-2.186-.42c-.962-.043-1.267-.055-3.709-.055s-2.755 0-3.71.055a6.606 6.606 0 0 0-2.185.42a4.607 4.607 0 0 0-2.633 2.633a6.554 6.554 0 0 0-.419 2.185c-.043.963-.056 1.268-.056 3.71s0 2.754.056 3.71c.015.748.156 1.486.419 2.187a4.61 4.61 0 0 0 2.634 2.632a6.584 6.584 0 0 0 2.185.45c.963.043 1.268.056 3.71.056s2.755 0 3.71-.056a6.59 6.59 0 0 0 2.186-.419a4.615 4.615 0 0 0 2.633-2.633c.263-.7.404-1.438.419-2.187c.043-.962.056-1.267.056-3.71c-.002-2.442-.002-2.752-.058-3.709zm-8.953 8.297c-2.554 0-4.623-2.069-4.623-4.623s2.069-4.623 4.623-4.623a4.623 4.623 0 0 1 0 9.246zm4.807-8.339a1.077 1.077 0 0 1-1.078-1.078a1.077 1.077 0 1 1 2.155 0c0 .596-.482 1.078-1.077 1.078z" fill="currentColor"/><circle cx="11.994" cy="11.979" r="3.003" fill="currentColor"/></svg> </template>
CSS
.icon-bxl-instagram-alt {
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%3Cpath%20d%3D%22M20.947%208.305a6.53%206.53%200%200%200-.419-2.216a4.61%204.61%200%200%200-2.633-2.633a6.606%206.606%200%200%200-2.186-.42c-.962-.043-1.267-.055-3.709-.055s-2.755%200-3.71.055a6.606%206.606%200%200%200-2.185.42a4.607%204.607%200%200%200-2.633%202.633a6.554%206.554%200%200%200-.419%202.185c-.043.963-.056%201.268-.056%203.71s0%202.754.056%203.71c.015.748.156%201.486.419%202.187a4.61%204.61%200%200%200%202.634%202.632a6.584%206.584%200%200%200%202.185.45c.963.043%201.268.056%203.71.056s2.755%200%203.71-.056a6.59%206.59%200%200%200%202.186-.419a4.615%204.615%200%200%200%202.633-2.633c.263-.7.404-1.438.419-2.187c.043-.962.056-1.267.056-3.71c-.002-2.442-.002-2.752-.058-3.709zm-8.953%208.297c-2.554%200-4.623-2.069-4.623-4.623s2.069-4.623%204.623-4.623a4.623%204.623%200%200%201%200%209.246zm4.807-8.339a1.077%201.077%200%200%201-1.078-1.078a1.077%201.077%200%201%201%202.155%200c0%20.596-.482%201.078-1.077%201.078z%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%2211.994%22%20cy%3D%2211.979%22%20r%3D%223.003%22%20fill%3D%22currentColor%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%2024%2024%22%3E%3Cpath%20d%3D%22M20.947%208.305a6.53%206.53%200%200%200-.419-2.216a4.61%204.61%200%200%200-2.633-2.633a6.606%206.606%200%200%200-2.186-.42c-.962-.043-1.267-.055-3.709-.055s-2.755%200-3.71.055a6.606%206.606%200%200%200-2.185.42a4.607%204.607%200%200%200-2.633%202.633a6.554%206.554%200%200%200-.419%202.185c-.043.963-.056%201.268-.056%203.71s0%202.754.056%203.71c.015.748.156%201.486.419%202.187a4.61%204.61%200%200%200%202.634%202.632a6.584%206.584%200%200%200%202.185.45c.963.043%201.268.056%203.71.056s2.755%200%203.71-.056a6.59%206.59%200%200%200%202.186-.419a4.615%204.615%200%200%200%202.633-2.633c.263-.7.404-1.438.419-2.187c.043-.962.056-1.267.056-3.71c-.002-2.442-.002-2.752-.058-3.709zm-8.953%208.297c-2.554%200-4.623-2.069-4.623-4.623s2.069-4.623%204.623-4.623a4.623%204.623%200%200%201%200%209.246zm4.807-8.339a1.077%201.077%200%200%201-1.078-1.078a1.077%201.077%200%201%201%202.155%200c0%20.596-.482%201.078-1.077%201.078z%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%2211.994%22%20cy%3D%2211.979%22%20r%3D%223.003%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/bx/bxl-instagram-alt.svg?color=%231a73e8&size=48