logo instagram icon

logo-instagram from TDesign Icons by TDesign · Outline · MIT Free for personal and commercial use.

Name
logo-instagram
Set
TDesign Icons
Style
Outline
Viewbox
24×24
License
MIT

1 other variant in TDesign Icons

The same icon in other sets

Related icons in TDesign Icons

Use the logo instagram icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path d="M2 12c0-3.738 0-5.608.804-7A6 6 0 0 1 5 2.804C6.392 2 8.262 2 12 2s5.608 0 7 .804A6 6 0 0 1 21.196 5C22 6.392 22 8.262 22 12s0 5.608-.804 7A6 6 0 0 1 19 21.196C17.608 22 15.739 22 12 22s-5.608 0-7-.804A6 6 0 0 1 2.804 19C2 17.608 2 15.739 2 12"/><path d="M16.5 12a4.5 4.5 0 1 1-9 0a4.5 4.5 0 0 1 9 0"/><path stroke="currentColor" stroke-width="2" d="M2 12c0-3.738 0-5.608.804-7A6 6 0 0 1 5 2.804C6.392 2 8.262 2 12 2s5.608 0 7 .804A6 6 0 0 1 21.196 5C22 6.392 22 8.262 22 12s0 5.608-.804 7A6 6 0 0 1 19 21.196C17.608 22 15.739 22 12 22s-5.608 0-7-.804A6 6 0 0 1 2.804 19C2 17.608 2 15.739 2 12Z"/><path stroke="currentColor" stroke-linejoin="round" stroke-width="2" d="M17.75 6.25h.004v.004h-.004zM16.5 12a4.5 4.5 0 1 1-9 0a4.5 4.5 0 0 1 9 0Z"/></g></svg>

React

import type { SVGProps } from "react";

export function TdesignLogoInstagram(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path d="M2 12c0-3.738 0-5.608.804-7A6 6 0 0 1 5 2.804C6.392 2 8.262 2 12 2s5.608 0 7 .804A6 6 0 0 1 21.196 5C22 6.392 22 8.262 22 12s0 5.608-.804 7A6 6 0 0 1 19 21.196C17.608 22 15.739 22 12 22s-5.608 0-7-.804A6 6 0 0 1 2.804 19C2 17.608 2 15.739 2 12"/><path d="M16.5 12a4.5 4.5 0 1 1-9 0a4.5 4.5 0 0 1 9 0"/><path stroke="currentColor" strokeWidth="2" d="M2 12c0-3.738 0-5.608.804-7A6 6 0 0 1 5 2.804C6.392 2 8.262 2 12 2s5.608 0 7 .804A6 6 0 0 1 21.196 5C22 6.392 22 8.262 22 12s0 5.608-.804 7A6 6 0 0 1 19 21.196C17.608 22 15.739 22 12 22s-5.608 0-7-.804A6 6 0 0 1 2.804 19C2 17.608 2 15.739 2 12Z"/><path stroke="currentColor" strokeLinejoin="round" strokeWidth="2" d="M17.75 6.25h.004v.004h-.004zM16.5 12a4.5 4.5 0 1 1-9 0a4.5 4.5 0 0 1 9 0Z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path d="M2 12c0-3.738 0-5.608.804-7A6 6 0 0 1 5 2.804C6.392 2 8.262 2 12 2s5.608 0 7 .804A6 6 0 0 1 21.196 5C22 6.392 22 8.262 22 12s0 5.608-.804 7A6 6 0 0 1 19 21.196C17.608 22 15.739 22 12 22s-5.608 0-7-.804A6 6 0 0 1 2.804 19C2 17.608 2 15.739 2 12"/><path d="M16.5 12a4.5 4.5 0 1 1-9 0a4.5 4.5 0 0 1 9 0"/><path stroke="currentColor" stroke-width="2" d="M2 12c0-3.738 0-5.608.804-7A6 6 0 0 1 5 2.804C6.392 2 8.262 2 12 2s5.608 0 7 .804A6 6 0 0 1 21.196 5C22 6.392 22 8.262 22 12s0 5.608-.804 7A6 6 0 0 1 19 21.196C17.608 22 15.739 22 12 22s-5.608 0-7-.804A6 6 0 0 1 2.804 19C2 17.608 2 15.739 2 12Z"/><path stroke="currentColor" stroke-linejoin="round" stroke-width="2" d="M17.75 6.25h.004v.004h-.004zM16.5 12a4.5 4.5 0 1 1-9 0a4.5 4.5 0 0 1 9 0Z"/></g></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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M2%2012c0-3.738%200-5.608.804-7A6%206%200%200%201%205%202.804C6.392%202%208.262%202%2012%202s5.608%200%207%20.804A6%206%200%200%201%2021.196%205C22%206.392%2022%208.262%2022%2012s0%205.608-.804%207A6%206%200%200%201%2019%2021.196C17.608%2022%2015.739%2022%2012%2022s-5.608%200-7-.804A6%206%200%200%201%202.804%2019C2%2017.608%202%2015.739%202%2012%22%2F%3E%3Cpath%20d%3D%22M16.5%2012a4.5%204.5%200%201%201-9%200a4.5%204.5%200%200%201%209%200%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-width%3D%222%22%20d%3D%22M2%2012c0-3.738%200-5.608.804-7A6%206%200%200%201%205%202.804C6.392%202%208.262%202%2012%202s5.608%200%207%20.804A6%206%200%200%201%2021.196%205C22%206.392%2022%208.262%2022%2012s0%205.608-.804%207A6%206%200%200%201%2019%2021.196C17.608%2022%2015.739%2022%2012%2022s-5.608%200-7-.804A6%206%200%200%201%202.804%2019C2%2017.608%202%2015.739%202%2012Z%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M17.75%206.25h.004v.004h-.004zM16.5%2012a4.5%204.5%200%201%201-9%200a4.5%204.5%200%200%201%209%200Z%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M2%2012c0-3.738%200-5.608.804-7A6%206%200%200%201%205%202.804C6.392%202%208.262%202%2012%202s5.608%200%207%20.804A6%206%200%200%201%2021.196%205C22%206.392%2022%208.262%2022%2012s0%205.608-.804%207A6%206%200%200%201%2019%2021.196C17.608%2022%2015.739%2022%2012%2022s-5.608%200-7-.804A6%206%200%200%201%202.804%2019C2%2017.608%202%2015.739%202%2012%22%2F%3E%3Cpath%20d%3D%22M16.5%2012a4.5%204.5%200%201%201-9%200a4.5%204.5%200%200%201%209%200%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-width%3D%222%22%20d%3D%22M2%2012c0-3.738%200-5.608.804-7A6%206%200%200%201%205%202.804C6.392%202%208.262%202%2012%202s5.608%200%207%20.804A6%206%200%200%201%2021.196%205C22%206.392%2022%208.262%2022%2012s0%205.608-.804%207A6%206%200%200%201%2019%2021.196C17.608%2022%2015.739%2022%2012%2022s-5.608%200-7-.804A6%206%200%200%201%202.804%2019C2%2017.608%202%2015.739%202%2012Z%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M17.75%206.25h.004v.004h-.004zM16.5%2012a4.5%204.5%200%201%201-9%200a4.5%204.5%200%200%201%209%200Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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