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

Name
instagram-outlined
Set
Ant Design Icons
Style
Outlined
Viewbox
1024×1024
License
MIT
Aliases
instagram, instagram-outline

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 306.9c-113.5 0-205.1 91.6-205.1 205.1S398.5 717.1 512 717.1S717.1 625.5 717.1 512S625.5 306.9 512 306.9m0 338.4c-73.4 0-133.3-59.9-133.3-133.3S438.6 378.7 512 378.7S645.3 438.6 645.3 512S585.4 645.3 512 645.3m213.5-394.6c-26.5 0-47.9 21.4-47.9 47.9s21.4 47.9 47.9 47.9s47.9-21.3 47.9-47.9a47.84 47.84 0 0 0-47.9-47.9M911.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-165m-88 235.8c-7.3 18.2-16.1 31.8-30.2 45.8c-14.1 14.1-27.6 22.9-45.8 30.2C695.2 844.7 570.3 840 512 840s-183.3 4.7-235.9-16.1c-18.2-7.3-31.8-16.1-45.8-30.2c-14.1-14.1-22.9-27.6-30.2-45.8C179.3 695.2 184 570.3 184 512s-4.7-183.3 16.1-235.9c7.3-18.2 16.1-31.8 30.2-45.8s27.6-22.9 45.8-30.2C328.7 179.3 453.7 184 512 184s183.3-4.7 235.9 16.1c18.2 7.3 31.8 16.1 45.8 30.2c14.1 14.1 22.9 27.6 30.2 45.8C844.7 328.7 840 453.7 840 512s4.7 183.2-16.2 235.8"/></svg>

React

import type { SVGProps } from "react";

export function AntDesignInstagramOutlined(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 306.9c-113.5 0-205.1 91.6-205.1 205.1S398.5 717.1 512 717.1S717.1 625.5 717.1 512S625.5 306.9 512 306.9m0 338.4c-73.4 0-133.3-59.9-133.3-133.3S438.6 378.7 512 378.7S645.3 438.6 645.3 512S585.4 645.3 512 645.3m213.5-394.6c-26.5 0-47.9 21.4-47.9 47.9s21.4 47.9 47.9 47.9s47.9-21.3 47.9-47.9a47.84 47.84 0 0 0-47.9-47.9M911.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-165m-88 235.8c-7.3 18.2-16.1 31.8-30.2 45.8c-14.1 14.1-27.6 22.9-45.8 30.2C695.2 844.7 570.3 840 512 840s-183.3 4.7-235.9-16.1c-18.2-7.3-31.8-16.1-45.8-30.2c-14.1-14.1-22.9-27.6-30.2-45.8C179.3 695.2 184 570.3 184 512s-4.7-183.3 16.1-235.9c7.3-18.2 16.1-31.8 30.2-45.8s27.6-22.9 45.8-30.2C328.7 179.3 453.7 184 512 184s183.3-4.7 235.9 16.1c18.2 7.3 31.8 16.1 45.8 30.2c14.1 14.1 22.9 27.6 30.2 45.8C844.7 328.7 840 453.7 840 512s4.7 183.2-16.2 235.8"/></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 306.9c-113.5 0-205.1 91.6-205.1 205.1S398.5 717.1 512 717.1S717.1 625.5 717.1 512S625.5 306.9 512 306.9m0 338.4c-73.4 0-133.3-59.9-133.3-133.3S438.6 378.7 512 378.7S645.3 438.6 645.3 512S585.4 645.3 512 645.3m213.5-394.6c-26.5 0-47.9 21.4-47.9 47.9s21.4 47.9 47.9 47.9s47.9-21.3 47.9-47.9a47.84 47.84 0 0 0-47.9-47.9M911.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-165m-88 235.8c-7.3 18.2-16.1 31.8-30.2 45.8c-14.1 14.1-27.6 22.9-45.8 30.2C695.2 844.7 570.3 840 512 840s-183.3 4.7-235.9-16.1c-18.2-7.3-31.8-16.1-45.8-30.2c-14.1-14.1-22.9-27.6-30.2-45.8C179.3 695.2 184 570.3 184 512s-4.7-183.3 16.1-235.9c7.3-18.2 16.1-31.8 30.2-45.8s27.6-22.9 45.8-30.2C328.7 179.3 453.7 184 512 184s183.3-4.7 235.9 16.1c18.2 7.3 31.8 16.1 45.8 30.2c14.1 14.1 22.9 27.6 30.2 45.8C844.7 328.7 840 453.7 840 512s4.7 183.2-16.2 235.8"/></svg>
</template>

CSS

.icon-instagram-outlined {
  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%20306.9c-113.5%200-205.1%2091.6-205.1%20205.1S398.5%20717.1%20512%20717.1S717.1%20625.5%20717.1%20512S625.5%20306.9%20512%20306.9m0%20338.4c-73.4%200-133.3-59.9-133.3-133.3S438.6%20378.7%20512%20378.7S645.3%20438.6%20645.3%20512S585.4%20645.3%20512%20645.3m213.5-394.6c-26.5%200-47.9%2021.4-47.9%2047.9s21.4%2047.9%2047.9%2047.9s47.9-21.3%2047.9-47.9a47.84%2047.84%200%200%200-47.9-47.9M911.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-165m-88%20235.8c-7.3%2018.2-16.1%2031.8-30.2%2045.8c-14.1%2014.1-27.6%2022.9-45.8%2030.2C695.2%20844.7%20570.3%20840%20512%20840s-183.3%204.7-235.9-16.1c-18.2-7.3-31.8-16.1-45.8-30.2c-14.1-14.1-22.9-27.6-30.2-45.8C179.3%20695.2%20184%20570.3%20184%20512s-4.7-183.3%2016.1-235.9c7.3-18.2%2016.1-31.8%2030.2-45.8s27.6-22.9%2045.8-30.2C328.7%20179.3%20453.7%20184%20512%20184s183.3-4.7%20235.9%2016.1c18.2%207.3%2031.8%2016.1%2045.8%2030.2c14.1%2014.1%2022.9%2027.6%2030.2%2045.8C844.7%20328.7%20840%20453.7%20840%20512s4.7%20183.2-16.2%20235.8%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%20306.9c-113.5%200-205.1%2091.6-205.1%20205.1S398.5%20717.1%20512%20717.1S717.1%20625.5%20717.1%20512S625.5%20306.9%20512%20306.9m0%20338.4c-73.4%200-133.3-59.9-133.3-133.3S438.6%20378.7%20512%20378.7S645.3%20438.6%20645.3%20512S585.4%20645.3%20512%20645.3m213.5-394.6c-26.5%200-47.9%2021.4-47.9%2047.9s21.4%2047.9%2047.9%2047.9s47.9-21.3%2047.9-47.9a47.84%2047.84%200%200%200-47.9-47.9M911.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-165m-88%20235.8c-7.3%2018.2-16.1%2031.8-30.2%2045.8c-14.1%2014.1-27.6%2022.9-45.8%2030.2C695.2%20844.7%20570.3%20840%20512%20840s-183.3%204.7-235.9-16.1c-18.2-7.3-31.8-16.1-45.8-30.2c-14.1-14.1-22.9-27.6-30.2-45.8C179.3%20695.2%20184%20570.3%20184%20512s-4.7-183.3%2016.1-235.9c7.3-18.2%2016.1-31.8%2030.2-45.8s27.6-22.9%2045.8-30.2C328.7%20179.3%20453.7%20184%20512%20184s183.3-4.7%20235.9%2016.1c18.2%207.3%2031.8%2016.1%2045.8%2030.2c14.1%2014.1%2022.9%2027.6%2030.2%2045.8C844.7%20328.7%20840%20453.7%20840%20512s4.7%20183.2-16.2%20235.8%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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