album-duotone from Reicon by REICON · Duotone · Video · MIT Free for personal and commercial use.

Name
album-duotone
Set
Reicon
Style
Duotone
Category
Video
Viewbox
24×24
License
MIT

2 other variants in Reicon

The same icon in other sets

All album icons →

More video icons from Reicon

Use the album icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M17.29 11.968a1.33 1.33 0 0 1-1.322 1.338a1.33 1.33 0 0 1-1.323-1.338a1.33 1.33 0 0 1 1.323-1.337c.73 0 1.323.599 1.323 1.337"/><path fill-rule="evenodd" d="M18.132 7.408c-.849-.12-1.942-.12-3.305-.12H9.173c-1.363 0-2.456 0-3.305.12c-.877.125-1.608.392-2.152 1.02c-.543.628-.71 1.396-.716 2.293c-.006.866.139 1.962.319 3.328l.365 2.772c.141 1.068.255 1.933.432 2.61c.185.704.457 1.288.968 1.74c.51.453 1.12.649 1.834.74c.687.089 1.55.089 2.615.089h4.934c1.065 0 1.928 0 2.615-.088c.715-.092 1.323-.288 1.834-.74c.511-.453.783-1.037.968-1.741c.177-.677.291-1.542.432-2.61l.365-2.772c.18-1.366.325-2.462.319-3.328c-.007-.897-.172-1.665-.716-2.293s-1.275-.895-2.152-1.02M6.052 8.732c-.726.104-1.094.292-1.34.577c-.248.285-.384.679-.39 1.421c-.005.761.126 1.764.315 3.195l.05.379l.371-.272c.96-.703 2.376-.668 3.288.095l3.384 2.833c.32.268.871.318 1.269.084l.235-.139c1.125-.662 2.634-.592 3.672.19l1.832 1.38c.09-.495.171-1.104.273-1.875l.352-2.675c.189-1.43.32-2.434.314-3.195c-.005-.742-.141-1.136-.388-1.42c-.247-.286-.615-.474-1.342-.578c-.745-.106-1.745-.107-3.172-.107h-5.55c-1.427 0-2.427.001-3.172.107" clip-rule="evenodd"/><path d="M6.88 4.5c-1.252 0-2.279.84-2.621 1.954l-.02.07c.358-.12.73-.2 1.108-.253c.972-.139 2.201-.139 3.629-.139h6.202c1.428 0 2.657 0 3.63.139c.377.053.75.132 1.108.253l-.02-.07c-.343-1.114-1.37-1.954-2.62-1.954z" opacity=".7"/><path d="M8.859 2h6.282c.209 0 .37 0 .51.015a2.62 2.62 0 0 1 2.159 1.672H6.19a2.62 2.62 0 0 1 2.159-1.672c.14-.015.3-.015.51-.015" opacity=".4"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconAlbumDuotone(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M17.29 11.968a1.33 1.33 0 0 1-1.322 1.338a1.33 1.33 0 0 1-1.323-1.338a1.33 1.33 0 0 1 1.323-1.337c.73 0 1.323.599 1.323 1.337"/><path fillRule="evenodd" d="M18.132 7.408c-.849-.12-1.942-.12-3.305-.12H9.173c-1.363 0-2.456 0-3.305.12c-.877.125-1.608.392-2.152 1.02c-.543.628-.71 1.396-.716 2.293c-.006.866.139 1.962.319 3.328l.365 2.772c.141 1.068.255 1.933.432 2.61c.185.704.457 1.288.968 1.74c.51.453 1.12.649 1.834.74c.687.089 1.55.089 2.615.089h4.934c1.065 0 1.928 0 2.615-.088c.715-.092 1.323-.288 1.834-.74c.511-.453.783-1.037.968-1.741c.177-.677.291-1.542.432-2.61l.365-2.772c.18-1.366.325-2.462.319-3.328c-.007-.897-.172-1.665-.716-2.293s-1.275-.895-2.152-1.02M6.052 8.732c-.726.104-1.094.292-1.34.577c-.248.285-.384.679-.39 1.421c-.005.761.126 1.764.315 3.195l.05.379l.371-.272c.96-.703 2.376-.668 3.288.095l3.384 2.833c.32.268.871.318 1.269.084l.235-.139c1.125-.662 2.634-.592 3.672.19l1.832 1.38c.09-.495.171-1.104.273-1.875l.352-2.675c.189-1.43.32-2.434.314-3.195c-.005-.742-.141-1.136-.388-1.42c-.247-.286-.615-.474-1.342-.578c-.745-.106-1.745-.107-3.172-.107h-5.55c-1.427 0-2.427.001-3.172.107" clipRule="evenodd"/><path d="M6.88 4.5c-1.252 0-2.279.84-2.621 1.954l-.02.07c.358-.12.73-.2 1.108-.253c.972-.139 2.201-.139 3.629-.139h6.202c1.428 0 2.657 0 3.63.139c.377.053.75.132 1.108.253l-.02-.07c-.343-1.114-1.37-1.954-2.62-1.954z" opacity=".7"/><path d="M8.859 2h6.282c.209 0 .37 0 .51.015a2.62 2.62 0 0 1 2.159 1.672H6.19a2.62 2.62 0 0 1 2.159-1.672c.14-.015.3-.015.51-.015" opacity=".4"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M17.29 11.968a1.33 1.33 0 0 1-1.322 1.338a1.33 1.33 0 0 1-1.323-1.338a1.33 1.33 0 0 1 1.323-1.337c.73 0 1.323.599 1.323 1.337"/><path fill-rule="evenodd" d="M18.132 7.408c-.849-.12-1.942-.12-3.305-.12H9.173c-1.363 0-2.456 0-3.305.12c-.877.125-1.608.392-2.152 1.02c-.543.628-.71 1.396-.716 2.293c-.006.866.139 1.962.319 3.328l.365 2.772c.141 1.068.255 1.933.432 2.61c.185.704.457 1.288.968 1.74c.51.453 1.12.649 1.834.74c.687.089 1.55.089 2.615.089h4.934c1.065 0 1.928 0 2.615-.088c.715-.092 1.323-.288 1.834-.74c.511-.453.783-1.037.968-1.741c.177-.677.291-1.542.432-2.61l.365-2.772c.18-1.366.325-2.462.319-3.328c-.007-.897-.172-1.665-.716-2.293s-1.275-.895-2.152-1.02M6.052 8.732c-.726.104-1.094.292-1.34.577c-.248.285-.384.679-.39 1.421c-.005.761.126 1.764.315 3.195l.05.379l.371-.272c.96-.703 2.376-.668 3.288.095l3.384 2.833c.32.268.871.318 1.269.084l.235-.139c1.125-.662 2.634-.592 3.672.19l1.832 1.38c.09-.495.171-1.104.273-1.875l.352-2.675c.189-1.43.32-2.434.314-3.195c-.005-.742-.141-1.136-.388-1.42c-.247-.286-.615-.474-1.342-.578c-.745-.106-1.745-.107-3.172-.107h-5.55c-1.427 0-2.427.001-3.172.107" clip-rule="evenodd"/><path d="M6.88 4.5c-1.252 0-2.279.84-2.621 1.954l-.02.07c.358-.12.73-.2 1.108-.253c.972-.139 2.201-.139 3.629-.139h6.202c1.428 0 2.657 0 3.63.139c.377.053.75.132 1.108.253l-.02-.07c-.343-1.114-1.37-1.954-2.62-1.954z" opacity=".7"/><path d="M8.859 2h6.282c.209 0 .37 0 .51.015a2.62 2.62 0 0 1 2.159 1.672H6.19a2.62 2.62 0 0 1 2.159-1.672c.14-.015.3-.015.51-.015" opacity=".4"/></g></svg>
</template>

CSS

.icon-album-duotone {
  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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M17.29%2011.968a1.33%201.33%200%200%201-1.322%201.338a1.33%201.33%200%200%201-1.323-1.338a1.33%201.33%200%200%201%201.323-1.337c.73%200%201.323.599%201.323%201.337%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M18.132%207.408c-.849-.12-1.942-.12-3.305-.12H9.173c-1.363%200-2.456%200-3.305.12c-.877.125-1.608.392-2.152%201.02c-.543.628-.71%201.396-.716%202.293c-.006.866.139%201.962.319%203.328l.365%202.772c.141%201.068.255%201.933.432%202.61c.185.704.457%201.288.968%201.74c.51.453%201.12.649%201.834.74c.687.089%201.55.089%202.615.089h4.934c1.065%200%201.928%200%202.615-.088c.715-.092%201.323-.288%201.834-.74c.511-.453.783-1.037.968-1.741c.177-.677.291-1.542.432-2.61l.365-2.772c.18-1.366.325-2.462.319-3.328c-.007-.897-.172-1.665-.716-2.293s-1.275-.895-2.152-1.02M6.052%208.732c-.726.104-1.094.292-1.34.577c-.248.285-.384.679-.39%201.421c-.005.761.126%201.764.315%203.195l.05.379l.371-.272c.96-.703%202.376-.668%203.288.095l3.384%202.833c.32.268.871.318%201.269.084l.235-.139c1.125-.662%202.634-.592%203.672.19l1.832%201.38c.09-.495.171-1.104.273-1.875l.352-2.675c.189-1.43.32-2.434.314-3.195c-.005-.742-.141-1.136-.388-1.42c-.247-.286-.615-.474-1.342-.578c-.745-.106-1.745-.107-3.172-.107h-5.55c-1.427%200-2.427.001-3.172.107%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M6.88%204.5c-1.252%200-2.279.84-2.621%201.954l-.02.07c.358-.12.73-.2%201.108-.253c.972-.139%202.201-.139%203.629-.139h6.202c1.428%200%202.657%200%203.63.139c.377.053.75.132%201.108.253l-.02-.07c-.343-1.114-1.37-1.954-2.62-1.954z%22%20opacity%3D%22.7%22%2F%3E%3Cpath%20d%3D%22M8.859%202h6.282c.209%200%20.37%200%20.51.015a2.62%202.62%200%200%201%202.159%201.672H6.19a2.62%202.62%200%200%201%202.159-1.672c.14-.015.3-.015.51-.015%22%20opacity%3D%22.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%220%200%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M17.29%2011.968a1.33%201.33%200%200%201-1.322%201.338a1.33%201.33%200%200%201-1.323-1.338a1.33%201.33%200%200%201%201.323-1.337c.73%200%201.323.599%201.323%201.337%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M18.132%207.408c-.849-.12-1.942-.12-3.305-.12H9.173c-1.363%200-2.456%200-3.305.12c-.877.125-1.608.392-2.152%201.02c-.543.628-.71%201.396-.716%202.293c-.006.866.139%201.962.319%203.328l.365%202.772c.141%201.068.255%201.933.432%202.61c.185.704.457%201.288.968%201.74c.51.453%201.12.649%201.834.74c.687.089%201.55.089%202.615.089h4.934c1.065%200%201.928%200%202.615-.088c.715-.092%201.323-.288%201.834-.74c.511-.453.783-1.037.968-1.741c.177-.677.291-1.542.432-2.61l.365-2.772c.18-1.366.325-2.462.319-3.328c-.007-.897-.172-1.665-.716-2.293s-1.275-.895-2.152-1.02M6.052%208.732c-.726.104-1.094.292-1.34.577c-.248.285-.384.679-.39%201.421c-.005.761.126%201.764.315%203.195l.05.379l.371-.272c.96-.703%202.376-.668%203.288.095l3.384%202.833c.32.268.871.318%201.269.084l.235-.139c1.125-.662%202.634-.592%203.672.19l1.832%201.38c.09-.495.171-1.104.273-1.875l.352-2.675c.189-1.43.32-2.434.314-3.195c-.005-.742-.141-1.136-.388-1.42c-.247-.286-.615-.474-1.342-.578c-.745-.106-1.745-.107-3.172-.107h-5.55c-1.427%200-2.427.001-3.172.107%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M6.88%204.5c-1.252%200-2.279.84-2.621%201.954l-.02.07c.358-.12.73-.2%201.108-.253c.972-.139%202.201-.139%203.629-.139h6.202c1.428%200%202.657%200%203.63.139c.377.053.75.132%201.108.253l-.02-.07c-.343-1.114-1.37-1.954-2.62-1.954z%22%20opacity%3D%22.7%22%2F%3E%3Cpath%20d%3D%22M8.859%202h6.282c.209%200%20.37%200%20.51.015a2.62%202.62%200%200%201%202.159%201.672H6.19a2.62%202.62%200%200%201%202.159-1.672c.14-.015.3-.015.51-.015%22%20opacity%3D%22.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/reicon/album-duotone.svg?color=%231a73e8&size=48