myspace circle icon

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

Name
myspace-circle
Set
Jam Icons
Style
Outline
Viewbox
24×24
License
MIT

Related icons in Jam Icons

Use the myspace circle icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-2 -2 24 24"><g fill="currentColor"><path d="M10 18a8 8 0 1 0 0-16a8 8 0 0 0 0 16m0 2C4.477 20 0 15.523 0 10S4.477 0 10 0s10 4.477 10 10s-4.477 10-10 10"/><ellipse cx="6.418" cy="9.443" rx="1.288" ry="1.275"/><path d="M6.4 11.051c-.78.01-1.4.654-1.4 1.426v.359c0 .083.068.15.152.15h2.531a.15.15 0 0 0 .152-.15v-.382A1.41 1.41 0 0 0 6.4 11.051"/><ellipse cx="9.68" cy="9.151" rx="1.394" ry="1.38"/><path d="M9.661 10.892a1.54 1.54 0 0 0-1.515 1.543v.4c0 .084.068.151.152.151h2.764a.15.15 0 0 0 .153-.15v-.425c0-.845-.698-1.53-1.554-1.519m3.582-.717c.882 0 1.597-.708 1.597-1.581s-.715-1.58-1.597-1.58s-1.597.707-1.597 1.58s.715 1.58 1.597 1.58zm0 .413c-.97 0-1.757.779-1.757 1.74v.508c0 .083.068.15.152.15h3.21a.15.15 0 0 0 .152-.15v-.509c0-.96-.787-1.74-1.757-1.74z"/></g></svg>

React

import type { SVGProps } from "react";

export function JamMyspaceCircle(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="M10 18a8 8 0 1 0 0-16a8 8 0 0 0 0 16m0 2C4.477 20 0 15.523 0 10S4.477 0 10 0s10 4.477 10 10s-4.477 10-10 10"/><ellipse cx="6.418" cy="9.443" rx="1.288" ry="1.275"/><path d="M6.4 11.051c-.78.01-1.4.654-1.4 1.426v.359c0 .083.068.15.152.15h2.531a.15.15 0 0 0 .152-.15v-.382A1.41 1.41 0 0 0 6.4 11.051"/><ellipse cx="9.68" cy="9.151" rx="1.394" ry="1.38"/><path d="M9.661 10.892a1.54 1.54 0 0 0-1.515 1.543v.4c0 .084.068.151.152.151h2.764a.15.15 0 0 0 .153-.15v-.425c0-.845-.698-1.53-1.554-1.519m3.582-.717c.882 0 1.597-.708 1.597-1.581s-.715-1.58-1.597-1.58s-1.597.707-1.597 1.58s.715 1.58 1.597 1.58zm0 .413c-.97 0-1.757.779-1.757 1.74v.508c0 .083.068.15.152.15h3.21a.15.15 0 0 0 .152-.15v-.509c0-.96-.787-1.74-1.757-1.74z"/></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="M10 18a8 8 0 1 0 0-16a8 8 0 0 0 0 16m0 2C4.477 20 0 15.523 0 10S4.477 0 10 0s10 4.477 10 10s-4.477 10-10 10"/><ellipse cx="6.418" cy="9.443" rx="1.288" ry="1.275"/><path d="M6.4 11.051c-.78.01-1.4.654-1.4 1.426v.359c0 .083.068.15.152.15h2.531a.15.15 0 0 0 .152-.15v-.382A1.41 1.41 0 0 0 6.4 11.051"/><ellipse cx="9.68" cy="9.151" rx="1.394" ry="1.38"/><path d="M9.661 10.892a1.54 1.54 0 0 0-1.515 1.543v.4c0 .084.068.151.152.151h2.764a.15.15 0 0 0 .153-.15v-.425c0-.845-.698-1.53-1.554-1.519m3.582-.717c.882 0 1.597-.708 1.597-1.581s-.715-1.58-1.597-1.58s-1.597.707-1.597 1.58s.715 1.58 1.597 1.58zm0 .413c-.97 0-1.757.779-1.757 1.74v.508c0 .083.068.15.152.15h3.21a.15.15 0 0 0 .152-.15v-.509c0-.96-.787-1.74-1.757-1.74z"/></g></svg>
</template>

CSS

.icon-myspace-circle {
  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%22M10%2018a8%208%200%201%200%200-16a8%208%200%200%200%200%2016m0%202C4.477%2020%200%2015.523%200%2010S4.477%200%2010%200s10%204.477%2010%2010s-4.477%2010-10%2010%22%2F%3E%3Cellipse%20cx%3D%226.418%22%20cy%3D%229.443%22%20rx%3D%221.288%22%20ry%3D%221.275%22%2F%3E%3Cpath%20d%3D%22M6.4%2011.051c-.78.01-1.4.654-1.4%201.426v.359c0%20.083.068.15.152.15h2.531a.15.15%200%200%200%20.152-.15v-.382A1.41%201.41%200%200%200%206.4%2011.051%22%2F%3E%3Cellipse%20cx%3D%229.68%22%20cy%3D%229.151%22%20rx%3D%221.394%22%20ry%3D%221.38%22%2F%3E%3Cpath%20d%3D%22M9.661%2010.892a1.54%201.54%200%200%200-1.515%201.543v.4c0%20.084.068.151.152.151h2.764a.15.15%200%200%200%20.153-.15v-.425c0-.845-.698-1.53-1.554-1.519m3.582-.717c.882%200%201.597-.708%201.597-1.581s-.715-1.58-1.597-1.58s-1.597.707-1.597%201.58s.715%201.58%201.597%201.58zm0%20.413c-.97%200-1.757.779-1.757%201.74v.508c0%20.083.068.15.152.15h3.21a.15.15%200%200%200%20.152-.15v-.509c0-.96-.787-1.74-1.757-1.74z%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%22M10%2018a8%208%200%201%200%200-16a8%208%200%200%200%200%2016m0%202C4.477%2020%200%2015.523%200%2010S4.477%200%2010%200s10%204.477%2010%2010s-4.477%2010-10%2010%22%2F%3E%3Cellipse%20cx%3D%226.418%22%20cy%3D%229.443%22%20rx%3D%221.288%22%20ry%3D%221.275%22%2F%3E%3Cpath%20d%3D%22M6.4%2011.051c-.78.01-1.4.654-1.4%201.426v.359c0%20.083.068.15.152.15h2.531a.15.15%200%200%200%20.152-.15v-.382A1.41%201.41%200%200%200%206.4%2011.051%22%2F%3E%3Cellipse%20cx%3D%229.68%22%20cy%3D%229.151%22%20rx%3D%221.394%22%20ry%3D%221.38%22%2F%3E%3Cpath%20d%3D%22M9.661%2010.892a1.54%201.54%200%200%200-1.515%201.543v.4c0%20.084.068.151.152.151h2.764a.15.15%200%200%200%20.153-.15v-.425c0-.845-.698-1.53-1.554-1.519m3.582-.717c.882%200%201.597-.708%201.597-1.581s-.715-1.58-1.597-1.58s-1.597.707-1.597%201.58s.715%201.58%201.597%201.58zm0%20.413c-.97%200-1.757.779-1.757%201.74v.508c0%20.083.068.15.152.15h3.21a.15.15%200%200%200%20.152-.15v-.509c0-.96-.787-1.74-1.757-1.74z%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/myspace-circle.svg?color=%231a73e8&size=48