logo instagram icon
logo-instagram from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.
- Name
- logo-instagram
- Set
- IonIcons
- Style
- Regular
- Viewbox
- 512×512
- License
- MIT
- Aliases
- logo-instagram-outline
The same icon in other sets
Related icons in IonIcons
logo-alipaylogo-amazonlogo-amplifylogo-androidlogo-angularlogo-appflowlogo-applelogo-apple-appstorelogo-apple-arlogo-behancelogo-bitbucketlogo-bitcoinlogo-bufferlogo-capacitorlogo-chromelogo-closed-captioninglogo-codepenlogo-css3logo-designernewslogo-deviantartlogo-discordlogo-dockerlogo-dribbblelogo-dropbox
Use the logo instagram icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M349.33 69.33a93.62 93.62 0 0 1 93.34 93.34v186.66a93.62 93.62 0 0 1-93.34 93.34H162.67a93.62 93.62 0 0 1-93.34-93.34V162.67a93.62 93.62 0 0 1 93.34-93.34zm0-37.33H162.67C90.8 32 32 90.8 32 162.67v186.66C32 421.2 90.8 480 162.67 480h186.66C421.2 480 480 421.2 480 349.33V162.67C480 90.8 421.2 32 349.33 32"/><path fill="currentColor" d="M377.33 162.67a28 28 0 1 1 28-28a27.94 27.94 0 0 1-28 28M256 181.33A74.67 74.67 0 1 1 181.33 256A74.75 74.75 0 0 1 256 181.33m0-37.33a112 112 0 1 0 112 112a112 112 0 0 0-112-112"/></svg>
React
import type { SVGProps } from "react";
export function IonLogoInstagram(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M349.33 69.33a93.62 93.62 0 0 1 93.34 93.34v186.66a93.62 93.62 0 0 1-93.34 93.34H162.67a93.62 93.62 0 0 1-93.34-93.34V162.67a93.62 93.62 0 0 1 93.34-93.34zm0-37.33H162.67C90.8 32 32 90.8 32 162.67v186.66C32 421.2 90.8 480 162.67 480h186.66C421.2 480 480 421.2 480 349.33V162.67C480 90.8 421.2 32 349.33 32"/><path fill="currentColor" d="M377.33 162.67a28 28 0 1 1 28-28a27.94 27.94 0 0 1-28 28M256 181.33A74.67 74.67 0 1 1 181.33 256A74.75 74.75 0 0 1 256 181.33m0-37.33a112 112 0 1 0 112 112a112 112 0 0 0-112-112"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M349.33 69.33a93.62 93.62 0 0 1 93.34 93.34v186.66a93.62 93.62 0 0 1-93.34 93.34H162.67a93.62 93.62 0 0 1-93.34-93.34V162.67a93.62 93.62 0 0 1 93.34-93.34zm0-37.33H162.67C90.8 32 32 90.8 32 162.67v186.66C32 421.2 90.8 480 162.67 480h186.66C421.2 480 480 421.2 480 349.33V162.67C480 90.8 421.2 32 349.33 32"/><path fill="currentColor" d="M377.33 162.67a28 28 0 1 1 28-28a27.94 27.94 0 0 1-28 28M256 181.33A74.67 74.67 0 1 1 181.33 256A74.75 74.75 0 0 1 256 181.33m0-37.33a112 112 0 1 0 112 112a112 112 0 0 0-112-112"/></svg> </template>
CSS
.icon-logo-instagram {
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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M349.33%2069.33a93.62%2093.62%200%200%201%2093.34%2093.34v186.66a93.62%2093.62%200%200%201-93.34%2093.34H162.67a93.62%2093.62%200%200%201-93.34-93.34V162.67a93.62%2093.62%200%200%201%2093.34-93.34zm0-37.33H162.67C90.8%2032%2032%2090.8%2032%20162.67v186.66C32%20421.2%2090.8%20480%20162.67%20480h186.66C421.2%20480%20480%20421.2%20480%20349.33V162.67C480%2090.8%20421.2%2032%20349.33%2032%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M377.33%20162.67a28%2028%200%201%201%2028-28a27.94%2027.94%200%200%201-28%2028M256%20181.33A74.67%2074.67%200%201%201%20181.33%20256A74.75%2074.75%200%200%201%20256%20181.33m0-37.33a112%20112%200%201%200%20112%20112a112%20112%200%200%200-112-112%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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M349.33%2069.33a93.62%2093.62%200%200%201%2093.34%2093.34v186.66a93.62%2093.62%200%200%201-93.34%2093.34H162.67a93.62%2093.62%200%200%201-93.34-93.34V162.67a93.62%2093.62%200%200%201%2093.34-93.34zm0-37.33H162.67C90.8%2032%2032%2090.8%2032%20162.67v186.66C32%20421.2%2090.8%20480%20162.67%20480h186.66C421.2%20480%20480%20421.2%20480%20349.33V162.67C480%2090.8%20421.2%2032%20349.33%2032%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M377.33%20162.67a28%2028%200%201%201%2028-28a27.94%2027.94%200%200%201-28%2028M256%20181.33A74.67%2074.67%200%201%201%20181.33%20256A74.75%2074.75%200%200%201%20256%20181.33m0-37.33a112%20112%200%201%200%20112%20112a112%20112%200%200%200-112-112%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ion/logo-instagram.svg?color=%231a73e8&size=48