insta360 from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.

Name
insta360
Set
Simple Icons
Style
Brand
Viewbox
24×24
License
CC0 1.0

Use the insta360 logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.402 11.19c-.701.7-1.838.7-2.54 0a1.796 1.796 0 1 1 2.539 0m.998-3.614a6.17 6.17 0 0 0-4.39-1.818a6.17 6.17 0 0 0-4.392 1.818a6.217 6.217 0 0 0 0 8.782a6.17 6.17 0 0 0 4.39 1.819a6.17 6.17 0 0 0 4.392-1.82a6.217 6.217 0 0 0 0-8.78m1.554 10.33a8.35 8.35 0 0 1-5.945 2.462a8.35 8.35 0 0 1-5.944-2.46c-3.277-3.277-3.277-8.607 0-11.883a8.35 8.35 0 0 1 5.944-2.46a8.35 8.35 0 0 1 5.944 2.46c3.278 3.276 3.278 8.606 0 11.882m4.51-11.293l-.137-.292a2.78 2.78 0 0 1 .485-3.007c.018-.014.08-.08.117-.118a.4.4 0 0 0 .053-.069a.66.66 0 0 0-.097-.81l-.026-.02a1 1 0 0 0-.18-.11l-.068-.034A19.08 19.08 0 0 0 9.71.443l-.016.022a11.7 11.7 0 0 0-6.012 3.218c-3.75 3.75-4.44 9.403-2.065 13.852c.023.043.107.195.123.233a2.78 2.78 0 0 1-.556 2.919l-.072.08a.66.66 0 0 0 0 .934q.09.084.198.146l.01.006a19.08 19.08 0 0 0 13 1.677v.002a11.7 11.7 0 0 0 5.997-3.216c3.709-3.708 4.423-9.277 2.144-13.702"/></svg>

React

import type { SVGProps } from "react";

export function SimpleIconsInsta360(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.402 11.19c-.701.7-1.838.7-2.54 0a1.796 1.796 0 1 1 2.539 0m.998-3.614a6.17 6.17 0 0 0-4.39-1.818a6.17 6.17 0 0 0-4.392 1.818a6.217 6.217 0 0 0 0 8.782a6.17 6.17 0 0 0 4.39 1.819a6.17 6.17 0 0 0 4.392-1.82a6.217 6.217 0 0 0 0-8.78m1.554 10.33a8.35 8.35 0 0 1-5.945 2.462a8.35 8.35 0 0 1-5.944-2.46c-3.277-3.277-3.277-8.607 0-11.883a8.35 8.35 0 0 1 5.944-2.46a8.35 8.35 0 0 1 5.944 2.46c3.278 3.276 3.278 8.606 0 11.882m4.51-11.293l-.137-.292a2.78 2.78 0 0 1 .485-3.007c.018-.014.08-.08.117-.118a.4.4 0 0 0 .053-.069a.66.66 0 0 0-.097-.81l-.026-.02a1 1 0 0 0-.18-.11l-.068-.034A19.08 19.08 0 0 0 9.71.443l-.016.022a11.7 11.7 0 0 0-6.012 3.218c-3.75 3.75-4.44 9.403-2.065 13.852c.023.043.107.195.123.233a2.78 2.78 0 0 1-.556 2.919l-.072.08a.66.66 0 0 0 0 .934q.09.084.198.146l.01.006a19.08 19.08 0 0 0 13 1.677v.002a11.7 11.7 0 0 0 5.997-3.216c3.709-3.708 4.423-9.277 2.144-13.702"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.402 11.19c-.701.7-1.838.7-2.54 0a1.796 1.796 0 1 1 2.539 0m.998-3.614a6.17 6.17 0 0 0-4.39-1.818a6.17 6.17 0 0 0-4.392 1.818a6.217 6.217 0 0 0 0 8.782a6.17 6.17 0 0 0 4.39 1.819a6.17 6.17 0 0 0 4.392-1.82a6.217 6.217 0 0 0 0-8.78m1.554 10.33a8.35 8.35 0 0 1-5.945 2.462a8.35 8.35 0 0 1-5.944-2.46c-3.277-3.277-3.277-8.607 0-11.883a8.35 8.35 0 0 1 5.944-2.46a8.35 8.35 0 0 1 5.944 2.46c3.278 3.276 3.278 8.606 0 11.882m4.51-11.293l-.137-.292a2.78 2.78 0 0 1 .485-3.007c.018-.014.08-.08.117-.118a.4.4 0 0 0 .053-.069a.66.66 0 0 0-.097-.81l-.026-.02a1 1 0 0 0-.18-.11l-.068-.034A19.08 19.08 0 0 0 9.71.443l-.016.022a11.7 11.7 0 0 0-6.012 3.218c-3.75 3.75-4.44 9.403-2.065 13.852c.023.043.107.195.123.233a2.78 2.78 0 0 1-.556 2.919l-.072.08a.66.66 0 0 0 0 .934q.09.084.198.146l.01.006a19.08 19.08 0 0 0 13 1.677v.002a11.7 11.7 0 0 0 5.997-3.216c3.709-3.708 4.423-9.277 2.144-13.702"/></svg>
</template>

CSS

.icon-insta360 {
  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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15.402%2011.19c-.701.7-1.838.7-2.54%200a1.796%201.796%200%201%201%202.539%200m.998-3.614a6.17%206.17%200%200%200-4.39-1.818a6.17%206.17%200%200%200-4.392%201.818a6.217%206.217%200%200%200%200%208.782a6.17%206.17%200%200%200%204.39%201.819a6.17%206.17%200%200%200%204.392-1.82a6.217%206.217%200%200%200%200-8.78m1.554%2010.33a8.35%208.35%200%200%201-5.945%202.462a8.35%208.35%200%200%201-5.944-2.46c-3.277-3.277-3.277-8.607%200-11.883a8.35%208.35%200%200%201%205.944-2.46a8.35%208.35%200%200%201%205.944%202.46c3.278%203.276%203.278%208.606%200%2011.882m4.51-11.293l-.137-.292a2.78%202.78%200%200%201%20.485-3.007c.018-.014.08-.08.117-.118a.4.4%200%200%200%20.053-.069a.66.66%200%200%200-.097-.81l-.026-.02a1%201%200%200%200-.18-.11l-.068-.034A19.08%2019.08%200%200%200%209.71.443l-.016.022a11.7%2011.7%200%200%200-6.012%203.218c-3.75%203.75-4.44%209.403-2.065%2013.852c.023.043.107.195.123.233a2.78%202.78%200%200%201-.556%202.919l-.072.08a.66.66%200%200%200%200%20.934q.09.084.198.146l.01.006a19.08%2019.08%200%200%200%2013%201.677v.002a11.7%2011.7%200%200%200%205.997-3.216c3.709-3.708%204.423-9.277%202.144-13.702%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15.402%2011.19c-.701.7-1.838.7-2.54%200a1.796%201.796%200%201%201%202.539%200m.998-3.614a6.17%206.17%200%200%200-4.39-1.818a6.17%206.17%200%200%200-4.392%201.818a6.217%206.217%200%200%200%200%208.782a6.17%206.17%200%200%200%204.39%201.819a6.17%206.17%200%200%200%204.392-1.82a6.217%206.217%200%200%200%200-8.78m1.554%2010.33a8.35%208.35%200%200%201-5.945%202.462a8.35%208.35%200%200%201-5.944-2.46c-3.277-3.277-3.277-8.607%200-11.883a8.35%208.35%200%200%201%205.944-2.46a8.35%208.35%200%200%201%205.944%202.46c3.278%203.276%203.278%208.606%200%2011.882m4.51-11.293l-.137-.292a2.78%202.78%200%200%201%20.485-3.007c.018-.014.08-.08.117-.118a.4.4%200%200%200%20.053-.069a.66.66%200%200%200-.097-.81l-.026-.02a1%201%200%200%200-.18-.11l-.068-.034A19.08%2019.08%200%200%200%209.71.443l-.016.022a11.7%2011.7%200%200%200-6.012%203.218c-3.75%203.75-4.44%209.403-2.065%2013.852c.023.043.107.195.123.233a2.78%202.78%200%200%201-.556%202.919l-.072.08a.66.66%200%200%200%200%20.934q.09.084.198.146l.01.006a19.08%2019.08%200%200%200%2013%201.677v.002a11.7%2011.7%200%200%200%205.997-3.216c3.709-3.708%204.423-9.277%202.144-13.702%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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