myspace logo
myspace from CoreUI Brands by creativeLabs Łukasz Holeczek · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- myspace
- Set
- CoreUI Brands
- Style
- Brand
- Viewbox
- 32×32
- License
- CC0 1.0
The same logo in other sets
Use the myspace logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M26.407 16.364c2.807 0 5.088-2.271 5.088-5.072c0-2.803-2.281-5.057-5.088-5.057c-2.813 0-5.095 2.281-5.095 5.077a5.093 5.093 0 0 0 5.095 5.084zm-11.475.943c2.532 0 4.584-2.047 4.584-4.567s-2.052-4.568-4.584-4.568a4.582 4.582 0 0 0 0 9.162zm-10.401.844c2.281 0 4.125-1.839 4.125-4.109s-1.859-4.109-4.14-4.109a4.112 4.112 0 1 0 .01 8.224zm0 .942C1.922 19.093 0 21.38 0 23.749v1.6c0 .224.183.411.412.411h8.239a.417.417 0 0 0 .417-.411v-1.6c0-2.369-1.917-4.667-4.532-4.667zm10.401-.749c-2.905 0-5.036 2.557-5.036 5.187v1.776c0 .251.203.459.459.459h9.161a.455.455 0 0 0 .453-.459v-1.776c0-2.629-2.131-5.187-5.037-5.187m11.475-.823c-3.229 0-5.6 2.839-5.6 5.765v1.968c0 .281.229.511.511.511H31.49a.51.51 0 0 0 .511-.511v-1.968c0-2.927-2.364-5.765-5.593-5.765z"/></svg>
React
import type { SVGProps } from "react";
export function CibMyspace(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M26.407 16.364c2.807 0 5.088-2.271 5.088-5.072c0-2.803-2.281-5.057-5.088-5.057c-2.813 0-5.095 2.281-5.095 5.077a5.093 5.093 0 0 0 5.095 5.084zm-11.475.943c2.532 0 4.584-2.047 4.584-4.567s-2.052-4.568-4.584-4.568a4.582 4.582 0 0 0 0 9.162zm-10.401.844c2.281 0 4.125-1.839 4.125-4.109s-1.859-4.109-4.14-4.109a4.112 4.112 0 1 0 .01 8.224zm0 .942C1.922 19.093 0 21.38 0 23.749v1.6c0 .224.183.411.412.411h8.239a.417.417 0 0 0 .417-.411v-1.6c0-2.369-1.917-4.667-4.532-4.667zm10.401-.749c-2.905 0-5.036 2.557-5.036 5.187v1.776c0 .251.203.459.459.459h9.161a.455.455 0 0 0 .453-.459v-1.776c0-2.629-2.131-5.187-5.037-5.187m11.475-.823c-3.229 0-5.6 2.839-5.6 5.765v1.968c0 .281.229.511.511.511H31.49a.51.51 0 0 0 .511-.511v-1.968c0-2.927-2.364-5.765-5.593-5.765z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M26.407 16.364c2.807 0 5.088-2.271 5.088-5.072c0-2.803-2.281-5.057-5.088-5.057c-2.813 0-5.095 2.281-5.095 5.077a5.093 5.093 0 0 0 5.095 5.084zm-11.475.943c2.532 0 4.584-2.047 4.584-4.567s-2.052-4.568-4.584-4.568a4.582 4.582 0 0 0 0 9.162zm-10.401.844c2.281 0 4.125-1.839 4.125-4.109s-1.859-4.109-4.14-4.109a4.112 4.112 0 1 0 .01 8.224zm0 .942C1.922 19.093 0 21.38 0 23.749v1.6c0 .224.183.411.412.411h8.239a.417.417 0 0 0 .417-.411v-1.6c0-2.369-1.917-4.667-4.532-4.667zm10.401-.749c-2.905 0-5.036 2.557-5.036 5.187v1.776c0 .251.203.459.459.459h9.161a.455.455 0 0 0 .453-.459v-1.776c0-2.629-2.131-5.187-5.037-5.187m11.475-.823c-3.229 0-5.6 2.839-5.6 5.765v1.968c0 .281.229.511.511.511H31.49a.51.51 0 0 0 .511-.511v-1.968c0-2.927-2.364-5.765-5.593-5.765z"/></svg> </template>
CSS
.icon-myspace {
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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M26.407%2016.364c2.807%200%205.088-2.271%205.088-5.072c0-2.803-2.281-5.057-5.088-5.057c-2.813%200-5.095%202.281-5.095%205.077a5.093%205.093%200%200%200%205.095%205.084zm-11.475.943c2.532%200%204.584-2.047%204.584-4.567s-2.052-4.568-4.584-4.568a4.582%204.582%200%200%200%200%209.162zm-10.401.844c2.281%200%204.125-1.839%204.125-4.109s-1.859-4.109-4.14-4.109a4.112%204.112%200%201%200%20.01%208.224zm0%20.942C1.922%2019.093%200%2021.38%200%2023.749v1.6c0%20.224.183.411.412.411h8.239a.417.417%200%200%200%20.417-.411v-1.6c0-2.369-1.917-4.667-4.532-4.667zm10.401-.749c-2.905%200-5.036%202.557-5.036%205.187v1.776c0%20.251.203.459.459.459h9.161a.455.455%200%200%200%20.453-.459v-1.776c0-2.629-2.131-5.187-5.037-5.187m11.475-.823c-3.229%200-5.6%202.839-5.6%205.765v1.968c0%20.281.229.511.511.511H31.49a.51.51%200%200%200%20.511-.511v-1.968c0-2.927-2.364-5.765-5.593-5.765z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M26.407%2016.364c2.807%200%205.088-2.271%205.088-5.072c0-2.803-2.281-5.057-5.088-5.057c-2.813%200-5.095%202.281-5.095%205.077a5.093%205.093%200%200%200%205.095%205.084zm-11.475.943c2.532%200%204.584-2.047%204.584-4.567s-2.052-4.568-4.584-4.568a4.582%204.582%200%200%200%200%209.162zm-10.401.844c2.281%200%204.125-1.839%204.125-4.109s-1.859-4.109-4.14-4.109a4.112%204.112%200%201%200%20.01%208.224zm0%20.942C1.922%2019.093%200%2021.38%200%2023.749v1.6c0%20.224.183.411.412.411h8.239a.417.417%200%200%200%20.417-.411v-1.6c0-2.369-1.917-4.667-4.532-4.667zm10.401-.749c-2.905%200-5.036%202.557-5.036%205.187v1.776c0%20.251.203.459.459.459h9.161a.455.455%200%200%200%20.453-.459v-1.776c0-2.629-2.131-5.187-5.037-5.187m11.475-.823c-3.229%200-5.6%202.839-5.6%205.765v1.968c0%20.281.229.511.511.511H31.49a.51.51%200%200%200%20.511-.511v-1.968c0-2.927-2.364-5.765-5.593-5.765z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/cib/myspace.svg?color=%231a73e8&size=48