instagram icon

instagram from Jam Icons by Michael Amprimo · Outline · MIT Free for personal and commercial use.

Name
instagram
Set
Jam Icons
Style
Outline
Viewbox
24×24
License
MIT

The same icon in other sets

Use the instagram icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-2 -2 24 24"><g fill="currentColor"><path d="M14.017 0h-8.07A5.954 5.954 0 0 0 0 5.948v8.07a5.954 5.954 0 0 0 5.948 5.947h8.07a5.954 5.954 0 0 0 5.947-5.948v-8.07A5.954 5.954 0 0 0 14.017 0m3.94 14.017a3.94 3.94 0 0 1-3.94 3.94h-8.07a3.94 3.94 0 0 1-3.939-3.94v-8.07a3.94 3.94 0 0 1 3.94-3.939h8.07a3.94 3.94 0 0 1 3.939 3.94v8.07z"/><path d="M9.982 4.819A5.17 5.17 0 0 0 4.82 9.982a5.17 5.17 0 0 0 5.163 5.164a5.17 5.17 0 0 0 5.164-5.164A5.17 5.17 0 0 0 9.982 4.82zm0 8.319a3.155 3.155 0 1 1 0-6.31a3.155 3.155 0 0 1 0 6.31"/><circle cx="15.156" cy="4.858" r="1.237"/></g></svg>

React

import type { SVGProps } from "react";

export function JamInstagram(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-2 -2 24 24"><g fill="currentColor"><path d="M14.017 0h-8.07A5.954 5.954 0 0 0 0 5.948v8.07a5.954 5.954 0 0 0 5.948 5.947h8.07a5.954 5.954 0 0 0 5.947-5.948v-8.07A5.954 5.954 0 0 0 14.017 0m3.94 14.017a3.94 3.94 0 0 1-3.94 3.94h-8.07a3.94 3.94 0 0 1-3.939-3.94v-8.07a3.94 3.94 0 0 1 3.94-3.939h8.07a3.94 3.94 0 0 1 3.939 3.94v8.07z"/><path d="M9.982 4.819A5.17 5.17 0 0 0 4.82 9.982a5.17 5.17 0 0 0 5.163 5.164a5.17 5.17 0 0 0 5.164-5.164A5.17 5.17 0 0 0 9.982 4.82zm0 8.319a3.155 3.155 0 1 1 0-6.31a3.155 3.155 0 0 1 0 6.31"/><circle cx="15.156" cy="4.858" r="1.237"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-2 -2 24 24"><g fill="currentColor"><path d="M14.017 0h-8.07A5.954 5.954 0 0 0 0 5.948v8.07a5.954 5.954 0 0 0 5.948 5.947h8.07a5.954 5.954 0 0 0 5.947-5.948v-8.07A5.954 5.954 0 0 0 14.017 0m3.94 14.017a3.94 3.94 0 0 1-3.94 3.94h-8.07a3.94 3.94 0 0 1-3.939-3.94v-8.07a3.94 3.94 0 0 1 3.94-3.939h8.07a3.94 3.94 0 0 1 3.939 3.94v8.07z"/><path d="M9.982 4.819A5.17 5.17 0 0 0 4.82 9.982a5.17 5.17 0 0 0 5.163 5.164a5.17 5.17 0 0 0 5.164-5.164A5.17 5.17 0 0 0 9.982 4.82zm0 8.319a3.155 3.155 0 1 1 0-6.31a3.155 3.155 0 0 1 0 6.31"/><circle cx="15.156" cy="4.858" r="1.237"/></g></svg>
</template>

CSS

.icon-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%22-2%20-2%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M14.017%200h-8.07A5.954%205.954%200%200%200%200%205.948v8.07a5.954%205.954%200%200%200%205.948%205.947h8.07a5.954%205.954%200%200%200%205.947-5.948v-8.07A5.954%205.954%200%200%200%2014.017%200m3.94%2014.017a3.94%203.94%200%200%201-3.94%203.94h-8.07a3.94%203.94%200%200%201-3.939-3.94v-8.07a3.94%203.94%200%200%201%203.94-3.939h8.07a3.94%203.94%200%200%201%203.939%203.94v8.07z%22%2F%3E%3Cpath%20d%3D%22M9.982%204.819A5.17%205.17%200%200%200%204.82%209.982a5.17%205.17%200%200%200%205.163%205.164a5.17%205.17%200%200%200%205.164-5.164A5.17%205.17%200%200%200%209.982%204.82zm0%208.319a3.155%203.155%200%201%201%200-6.31a3.155%203.155%200%200%201%200%206.31%22%2F%3E%3Ccircle%20cx%3D%2215.156%22%20cy%3D%224.858%22%20r%3D%221.237%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%22-2%20-2%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M14.017%200h-8.07A5.954%205.954%200%200%200%200%205.948v8.07a5.954%205.954%200%200%200%205.948%205.947h8.07a5.954%205.954%200%200%200%205.947-5.948v-8.07A5.954%205.954%200%200%200%2014.017%200m3.94%2014.017a3.94%203.94%200%200%201-3.94%203.94h-8.07a3.94%203.94%200%200%201-3.939-3.94v-8.07a3.94%203.94%200%200%201%203.94-3.939h8.07a3.94%203.94%200%200%201%203.939%203.94v8.07z%22%2F%3E%3Cpath%20d%3D%22M9.982%204.819A5.17%205.17%200%200%200%204.82%209.982a5.17%205.17%200%200%200%205.163%205.164a5.17%205.17%200%200%200%205.164-5.164A5.17%205.17%200%200%200%209.982%204.82zm0%208.319a3.155%203.155%200%201%201%200-6.31a3.155%203.155%200%200%201%200%206.31%22%2F%3E%3Ccircle%20cx%3D%2215.156%22%20cy%3D%224.858%22%20r%3D%221.237%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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