Instagram Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Instagram icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/305903.svg" alt="Instagram icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/305903.svg" alt="Instagram icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/305903.svg" alt="Instagram icon" :width="24" :height="24" />
CSS background
.icon-instagram {
background-image: url('https://proicons.com/icon/305903.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="64" height="64" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M499 243c-141 0-257 115-257 256 0 142 116 257 257 257 142 0 257-115 257-257 0-141-115-256-257-256zm0 415c-87 0-159-71-159-159 0-87 72-158 159-158 88 0 159 71 159 158 0 88-71 159-159 159zM709 5H289C132 5 5 133 5 290v419c0 157 127 285 284 285h420c157 0 285-128 285-285V290C994 133 866 5 709 5zm187 704c0 103-84 187-187 187H289c-103 0-186-84-186-187V290c0-103 83-187 186-187h420c103 0 187 84 187 187v419zM760 168c-37 0-68 31-68 68s30 67 68 67c37 0 67-30 67-67s-30-68-67-68z"/></svg>
Instagram in other icon packs
Copied!