collection records icon

collection-records from IconPark by ByteDance · Color · Music · Apache-2.0 Free for personal and commercial use.

Name
collection-records
Set
IconPark
Style
Color
Category
Music
Viewbox
48×48
License
Apache 2.0

The same icon in other sets

More music icons from IconPark

Use the collection records icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" stroke-width="4"><path stroke-linecap="round" stroke-linejoin="round" d="M40 22C40 12.0589 31.9411 4 22 4C12.0589 4 4 12.0589 4 22C4 31.9411 12.0589 40 22 40"/><path stroke-linecap="round" stroke-linejoin="round" d="M33.3 30C31.4775 30 30 31.7217 30 33.8455C30 37.6909 33.9 41.1868 36 42C38.1 41.1868 42 37.6909 42 33.8455C42 31.7217 40.5225 30 38.7 30C37.5839 30 36.5972 30.6457 36 31.6339C35.4028 30.6457 34.4161 30 33.3 30Z"/><path fill="#2F88FF" d="M22 27C24.7614 27 27 24.7614 27 22C27 19.2386 24.7614 17 22 17C19.2386 17 17 19.2386 17 22C17 24.7614 19.2386 27 22 27Z"/></g></svg>

React

import type { SVGProps } from "react";

export function IconParkCollectionRecords(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" strokeWidth="4"><path strokeLinecap="round" strokeLinejoin="round" d="M40 22C40 12.0589 31.9411 4 22 4C12.0589 4 4 12.0589 4 22C4 31.9411 12.0589 40 22 40"/><path strokeLinecap="round" strokeLinejoin="round" d="M33.3 30C31.4775 30 30 31.7217 30 33.8455C30 37.6909 33.9 41.1868 36 42C38.1 41.1868 42 37.6909 42 33.8455C42 31.7217 40.5225 30 38.7 30C37.5839 30 36.5972 30.6457 36 31.6339C35.4028 30.6457 34.4161 30 33.3 30Z"/><path fill="#2F88FF" d="M22 27C24.7614 27 27 24.7614 27 22C27 19.2386 24.7614 17 22 17C19.2386 17 17 19.2386 17 22C17 24.7614 19.2386 27 22 27Z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" stroke-width="4"><path stroke-linecap="round" stroke-linejoin="round" d="M40 22C40 12.0589 31.9411 4 22 4C12.0589 4 4 12.0589 4 22C4 31.9411 12.0589 40 22 40"/><path stroke-linecap="round" stroke-linejoin="round" d="M33.3 30C31.4775 30 30 31.7217 30 33.8455C30 37.6909 33.9 41.1868 36 42C38.1 41.1868 42 37.6909 42 33.8455C42 31.7217 40.5225 30 38.7 30C37.5839 30 36.5972 30.6457 36 31.6339C35.4028 30.6457 34.4161 30 33.3 30Z"/><path fill="#2F88FF" d="M22 27C24.7614 27 27 24.7614 27 22C27 19.2386 24.7614 17 22 17C19.2386 17 17 19.2386 17 22C17 24.7614 19.2386 27 22 27Z"/></g></svg>
</template>

CSS

.icon-collection-records {
  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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-width%3D%224%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M40%2022C40%2012.0589%2031.9411%204%2022%204C12.0589%204%204%2012.0589%204%2022C4%2031.9411%2012.0589%2040%2022%2040%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M33.3%2030C31.4775%2030%2030%2031.7217%2030%2033.8455C30%2037.6909%2033.9%2041.1868%2036%2042C38.1%2041.1868%2042%2037.6909%2042%2033.8455C42%2031.7217%2040.5225%2030%2038.7%2030C37.5839%2030%2036.5972%2030.6457%2036%2031.6339C35.4028%2030.6457%2034.4161%2030%2033.3%2030Z%22%2F%3E%3Cpath%20fill%3D%22%232F88FF%22%20d%3D%22M22%2027C24.7614%2027%2027%2024.7614%2027%2022C27%2019.2386%2024.7614%2017%2022%2017C19.2386%2017%2017%2019.2386%2017%2022C17%2024.7614%2019.2386%2027%2022%2027Z%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%220%200%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-width%3D%224%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M40%2022C40%2012.0589%2031.9411%204%2022%204C12.0589%204%204%2012.0589%204%2022C4%2031.9411%2012.0589%2040%2022%2040%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M33.3%2030C31.4775%2030%2030%2031.7217%2030%2033.8455C30%2037.6909%2033.9%2041.1868%2036%2042C38.1%2041.1868%2042%2037.6909%2042%2033.8455C42%2031.7217%2040.5225%2030%2038.7%2030C37.5839%2030%2036.5972%2030.6457%2036%2031.6339C35.4028%2030.6457%2034.4161%2030%2033.3%2030Z%22%2F%3E%3Cpath%20fill%3D%22%232F88FF%22%20d%3D%22M22%2027C24.7614%2027%2027%2024.7614%2027%2022C27%2019.2386%2024.7614%2017%2022%2017C19.2386%2017%2017%2019.2386%2017%2022C17%2024.7614%2019.2386%2027%2022%2027Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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