instagram-filled from Ant Design Icons by HeskeyBaozi · Filled · MIT Free for personal and commercial use.

Name
instagram-filled
Set
Ant Design Icons
Style
Filled
Viewbox
1024×1024
License
MIT
Aliases
instagram-fill

1 other variant in Ant Design Icons

The same icon in other sets

Use the instagram icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M512 378.7c-73.4 0-133.3 59.9-133.3 133.3S438.6 645.3 512 645.3S645.3 585.4 645.3 512S585.4 378.7 512 378.7M911.8 512c0-55.2.5-109.9-2.6-165c-3.1-64-17.7-120.8-64.5-167.6c-46.9-46.9-103.6-61.4-167.6-64.5c-55.2-3.1-109.9-2.6-165-2.6c-55.2 0-109.9-.5-165 2.6c-64 3.1-120.8 17.7-167.6 64.5C132.6 226.3 118.1 283 115 347c-3.1 55.2-2.6 109.9-2.6 165s-.5 109.9 2.6 165c3.1 64 17.7 120.8 64.5 167.6c46.9 46.9 103.6 61.4 167.6 64.5c55.2 3.1 109.9 2.6 165 2.6c55.2 0 109.9.5 165-2.6c64-3.1 120.8-17.7 167.6-64.5c46.9-46.9 61.4-103.6 64.5-167.6c3.2-55.1 2.6-109.8 2.6-165M512 717.1c-113.5 0-205.1-91.6-205.1-205.1S398.5 306.9 512 306.9S717.1 398.5 717.1 512S625.5 717.1 512 717.1m213.5-370.7c-26.5 0-47.9-21.4-47.9-47.9s21.4-47.9 47.9-47.9s47.9 21.4 47.9 47.9a47.84 47.84 0 0 1-47.9 47.9"/></svg>

React

import type { SVGProps } from "react";

export function AntDesignInstagramFilled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M512 378.7c-73.4 0-133.3 59.9-133.3 133.3S438.6 645.3 512 645.3S645.3 585.4 645.3 512S585.4 378.7 512 378.7M911.8 512c0-55.2.5-109.9-2.6-165c-3.1-64-17.7-120.8-64.5-167.6c-46.9-46.9-103.6-61.4-167.6-64.5c-55.2-3.1-109.9-2.6-165-2.6c-55.2 0-109.9-.5-165 2.6c-64 3.1-120.8 17.7-167.6 64.5C132.6 226.3 118.1 283 115 347c-3.1 55.2-2.6 109.9-2.6 165s-.5 109.9 2.6 165c3.1 64 17.7 120.8 64.5 167.6c46.9 46.9 103.6 61.4 167.6 64.5c55.2 3.1 109.9 2.6 165 2.6c55.2 0 109.9.5 165-2.6c64-3.1 120.8-17.7 167.6-64.5c46.9-46.9 61.4-103.6 64.5-167.6c3.2-55.1 2.6-109.8 2.6-165M512 717.1c-113.5 0-205.1-91.6-205.1-205.1S398.5 306.9 512 306.9S717.1 398.5 717.1 512S625.5 717.1 512 717.1m213.5-370.7c-26.5 0-47.9-21.4-47.9-47.9s21.4-47.9 47.9-47.9s47.9 21.4 47.9 47.9a47.84 47.84 0 0 1-47.9 47.9"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M512 378.7c-73.4 0-133.3 59.9-133.3 133.3S438.6 645.3 512 645.3S645.3 585.4 645.3 512S585.4 378.7 512 378.7M911.8 512c0-55.2.5-109.9-2.6-165c-3.1-64-17.7-120.8-64.5-167.6c-46.9-46.9-103.6-61.4-167.6-64.5c-55.2-3.1-109.9-2.6-165-2.6c-55.2 0-109.9-.5-165 2.6c-64 3.1-120.8 17.7-167.6 64.5C132.6 226.3 118.1 283 115 347c-3.1 55.2-2.6 109.9-2.6 165s-.5 109.9 2.6 165c3.1 64 17.7 120.8 64.5 167.6c46.9 46.9 103.6 61.4 167.6 64.5c55.2 3.1 109.9 2.6 165 2.6c55.2 0 109.9.5 165-2.6c64-3.1 120.8-17.7 167.6-64.5c46.9-46.9 61.4-103.6 64.5-167.6c3.2-55.1 2.6-109.8 2.6-165M512 717.1c-113.5 0-205.1-91.6-205.1-205.1S398.5 306.9 512 306.9S717.1 398.5 717.1 512S625.5 717.1 512 717.1m213.5-370.7c-26.5 0-47.9-21.4-47.9-47.9s21.4-47.9 47.9-47.9s47.9 21.4 47.9 47.9a47.84 47.84 0 0 1-47.9 47.9"/></svg>
</template>

CSS

.icon-instagram-filled {
  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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M512%20378.7c-73.4%200-133.3%2059.9-133.3%20133.3S438.6%20645.3%20512%20645.3S645.3%20585.4%20645.3%20512S585.4%20378.7%20512%20378.7M911.8%20512c0-55.2.5-109.9-2.6-165c-3.1-64-17.7-120.8-64.5-167.6c-46.9-46.9-103.6-61.4-167.6-64.5c-55.2-3.1-109.9-2.6-165-2.6c-55.2%200-109.9-.5-165%202.6c-64%203.1-120.8%2017.7-167.6%2064.5C132.6%20226.3%20118.1%20283%20115%20347c-3.1%2055.2-2.6%20109.9-2.6%20165s-.5%20109.9%202.6%20165c3.1%2064%2017.7%20120.8%2064.5%20167.6c46.9%2046.9%20103.6%2061.4%20167.6%2064.5c55.2%203.1%20109.9%202.6%20165%202.6c55.2%200%20109.9.5%20165-2.6c64-3.1%20120.8-17.7%20167.6-64.5c46.9-46.9%2061.4-103.6%2064.5-167.6c3.2-55.1%202.6-109.8%202.6-165M512%20717.1c-113.5%200-205.1-91.6-205.1-205.1S398.5%20306.9%20512%20306.9S717.1%20398.5%20717.1%20512S625.5%20717.1%20512%20717.1m213.5-370.7c-26.5%200-47.9-21.4-47.9-47.9s21.4-47.9%2047.9-47.9s47.9%2021.4%2047.9%2047.9a47.84%2047.84%200%200%201-47.9%2047.9%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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M512%20378.7c-73.4%200-133.3%2059.9-133.3%20133.3S438.6%20645.3%20512%20645.3S645.3%20585.4%20645.3%20512S585.4%20378.7%20512%20378.7M911.8%20512c0-55.2.5-109.9-2.6-165c-3.1-64-17.7-120.8-64.5-167.6c-46.9-46.9-103.6-61.4-167.6-64.5c-55.2-3.1-109.9-2.6-165-2.6c-55.2%200-109.9-.5-165%202.6c-64%203.1-120.8%2017.7-167.6%2064.5C132.6%20226.3%20118.1%20283%20115%20347c-3.1%2055.2-2.6%20109.9-2.6%20165s-.5%20109.9%202.6%20165c3.1%2064%2017.7%20120.8%2064.5%20167.6c46.9%2046.9%20103.6%2061.4%20167.6%2064.5c55.2%203.1%20109.9%202.6%20165%202.6c55.2%200%20109.9.5%20165-2.6c64-3.1%20120.8-17.7%20167.6-64.5c46.9-46.9%2061.4-103.6%2064.5-167.6c3.2-55.1%202.6-109.8%202.6-165M512%20717.1c-113.5%200-205.1-91.6-205.1-205.1S398.5%20306.9%20512%20306.9S717.1%20398.5%20717.1%20512S625.5%20717.1%20512%20717.1m213.5-370.7c-26.5%200-47.9-21.4-47.9-47.9s21.4-47.9%2047.9-47.9s47.9%2021.4%2047.9%2047.9a47.84%2047.84%200%200%201-47.9%2047.9%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ant-design/instagram-filled.svg?color=%231a73e8&size=48