beatport square icon

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

Name
beatport-square
Set
Jam Icons
Style
Outline
Viewbox
24×24
License
MIT

Related icons in Jam Icons

Use the beatport square icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-2 -2 24 24"><g fill="currentColor"><path d="M13.462 10.58c0-2.103-1.588-3.814-3.541-3.814s-3.542 1.711-3.542 3.815c0 .973.34 1.9.96 2.61c.083.095.222.1.31.01l.382-.387a.25.25 0 0 0 .01-.333a2.9 2.9 0 0 1-.698-1.9c0-1.531 1.156-2.777 2.578-2.777s2.577 1.246 2.577 2.777c0 .708-.248 1.383-.698 1.9a.25.25 0 0 0 .011.333l.382.387c.088.09.227.085.31-.01c.619-.71.96-1.637.96-2.61m1.666.009c0-.51-.079-1.012-.235-1.495v-.003a.24.24 0 0 0-.3-.15l-.546.165a.23.23 0 0 0-.158.29a3.88 3.88 0 0 1-.395 3.233v.001a.23.23 0 0 0 .084.317l.49.285c.114.065.26.03.33-.08c.477-.773.73-1.66.73-2.563"/><path d="M6.763 12.632a3.88 3.88 0 0 1-.394-3.234a.23.23 0 0 0-.157-.29l-.547-.165a.24.24 0 0 0-.3.15a4.86 4.86 0 0 0 .495 4.062a.244.244 0 0 0 .329.078l.49-.285a.23.23 0 0 0 .084-.316"/><path d="M4 2a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2zm0-2h12a4 4 0 0 1 4 4v12a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V4a4 4 0 0 1 4-4"/></g></svg>

React

import type { SVGProps } from "react";

export function JamBeatportSquare(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="M13.462 10.58c0-2.103-1.588-3.814-3.541-3.814s-3.542 1.711-3.542 3.815c0 .973.34 1.9.96 2.61c.083.095.222.1.31.01l.382-.387a.25.25 0 0 0 .01-.333a2.9 2.9 0 0 1-.698-1.9c0-1.531 1.156-2.777 2.578-2.777s2.577 1.246 2.577 2.777c0 .708-.248 1.383-.698 1.9a.25.25 0 0 0 .011.333l.382.387c.088.09.227.085.31-.01c.619-.71.96-1.637.96-2.61m1.666.009c0-.51-.079-1.012-.235-1.495v-.003a.24.24 0 0 0-.3-.15l-.546.165a.23.23 0 0 0-.158.29a3.88 3.88 0 0 1-.395 3.233v.001a.23.23 0 0 0 .084.317l.49.285c.114.065.26.03.33-.08c.477-.773.73-1.66.73-2.563"/><path d="M6.763 12.632a3.88 3.88 0 0 1-.394-3.234a.23.23 0 0 0-.157-.29l-.547-.165a.24.24 0 0 0-.3.15a4.86 4.86 0 0 0 .495 4.062a.244.244 0 0 0 .329.078l.49-.285a.23.23 0 0 0 .084-.316"/><path d="M4 2a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2zm0-2h12a4 4 0 0 1 4 4v12a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V4a4 4 0 0 1 4-4"/></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="M13.462 10.58c0-2.103-1.588-3.814-3.541-3.814s-3.542 1.711-3.542 3.815c0 .973.34 1.9.96 2.61c.083.095.222.1.31.01l.382-.387a.25.25 0 0 0 .01-.333a2.9 2.9 0 0 1-.698-1.9c0-1.531 1.156-2.777 2.578-2.777s2.577 1.246 2.577 2.777c0 .708-.248 1.383-.698 1.9a.25.25 0 0 0 .011.333l.382.387c.088.09.227.085.31-.01c.619-.71.96-1.637.96-2.61m1.666.009c0-.51-.079-1.012-.235-1.495v-.003a.24.24 0 0 0-.3-.15l-.546.165a.23.23 0 0 0-.158.29a3.88 3.88 0 0 1-.395 3.233v.001a.23.23 0 0 0 .084.317l.49.285c.114.065.26.03.33-.08c.477-.773.73-1.66.73-2.563"/><path d="M6.763 12.632a3.88 3.88 0 0 1-.394-3.234a.23.23 0 0 0-.157-.29l-.547-.165a.24.24 0 0 0-.3.15a4.86 4.86 0 0 0 .495 4.062a.244.244 0 0 0 .329.078l.49-.285a.23.23 0 0 0 .084-.316"/><path d="M4 2a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2zm0-2h12a4 4 0 0 1 4 4v12a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V4a4 4 0 0 1 4-4"/></g></svg>
</template>

CSS

.icon-beatport-square {
  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%22M13.462%2010.58c0-2.103-1.588-3.814-3.541-3.814s-3.542%201.711-3.542%203.815c0%20.973.34%201.9.96%202.61c.083.095.222.1.31.01l.382-.387a.25.25%200%200%200%20.01-.333a2.9%202.9%200%200%201-.698-1.9c0-1.531%201.156-2.777%202.578-2.777s2.577%201.246%202.577%202.777c0%20.708-.248%201.383-.698%201.9a.25.25%200%200%200%20.011.333l.382.387c.088.09.227.085.31-.01c.619-.71.96-1.637.96-2.61m1.666.009c0-.51-.079-1.012-.235-1.495v-.003a.24.24%200%200%200-.3-.15l-.546.165a.23.23%200%200%200-.158.29a3.88%203.88%200%200%201-.395%203.233v.001a.23.23%200%200%200%20.084.317l.49.285c.114.065.26.03.33-.08c.477-.773.73-1.66.73-2.563%22%2F%3E%3Cpath%20d%3D%22M6.763%2012.632a3.88%203.88%200%200%201-.394-3.234a.23.23%200%200%200-.157-.29l-.547-.165a.24.24%200%200%200-.3.15a4.86%204.86%200%200%200%20.495%204.062a.244.244%200%200%200%20.329.078l.49-.285a.23.23%200%200%200%20.084-.316%22%2F%3E%3Cpath%20d%3D%22M4%202a2%202%200%200%200-2%202v12a2%202%200%200%200%202%202h12a2%202%200%200%200%202-2V4a2%202%200%200%200-2-2zm0-2h12a4%204%200%200%201%204%204v12a4%204%200%200%201-4%204H4a4%204%200%200%201-4-4V4a4%204%200%200%201%204-4%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%22M13.462%2010.58c0-2.103-1.588-3.814-3.541-3.814s-3.542%201.711-3.542%203.815c0%20.973.34%201.9.96%202.61c.083.095.222.1.31.01l.382-.387a.25.25%200%200%200%20.01-.333a2.9%202.9%200%200%201-.698-1.9c0-1.531%201.156-2.777%202.578-2.777s2.577%201.246%202.577%202.777c0%20.708-.248%201.383-.698%201.9a.25.25%200%200%200%20.011.333l.382.387c.088.09.227.085.31-.01c.619-.71.96-1.637.96-2.61m1.666.009c0-.51-.079-1.012-.235-1.495v-.003a.24.24%200%200%200-.3-.15l-.546.165a.23.23%200%200%200-.158.29a3.88%203.88%200%200%201-.395%203.233v.001a.23.23%200%200%200%20.084.317l.49.285c.114.065.26.03.33-.08c.477-.773.73-1.66.73-2.563%22%2F%3E%3Cpath%20d%3D%22M6.763%2012.632a3.88%203.88%200%200%201-.394-3.234a.23.23%200%200%200-.157-.29l-.547-.165a.24.24%200%200%200-.3.15a4.86%204.86%200%200%200%20.495%204.062a.244.244%200%200%200%20.329.078l.49-.285a.23.23%200%200%200%20.084-.316%22%2F%3E%3Cpath%20d%3D%22M4%202a2%202%200%200%200-2%202v12a2%202%200%200%200%202%202h12a2%202%200%200%200%202-2V4a2%202%200%200%200-2-2zm0-2h12a4%204%200%200%201%204%204v12a4%204%200%200%201-4%204H4a4%204%200%200%201-4-4V4a4%204%200%200%201%204-4%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/beatport-square.svg?color=%231a73e8&size=48