album-outlined from WeUI Icon by WeUI · Outlined · MIT Free for personal and commercial use.

Name
album-outlined
Set
WeUI Icon
Style
Outlined
Viewbox
24×24
License
MIT

The same icon in other sets

Related icons in WeUI Icon

Use the album icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M20.8 14.409V5.2H3.2v8.892l5-4.043c.462-.374 1.205-.356 1.65.036l4.477 3.933l2.282-1.94c.462-.394 1.198-.386 1.646.017zm0 1.585l-3.374-3.036l-2.188 1.86L16.582 16h-1.77l-5.806-5.06L3.2 15.636V18.8h17.6zM2.992 4h18.016c.537 0 .992.481.992 1.075v13.85c0 .596-.444 1.075-.992 1.075H2.992C2.455 20 2 19.519 2 18.925V5.075C2 4.479 2.444 4 2.992 4"/></svg>

React

import type { SVGProps } from "react";

export function WeuiAlbumOutlined(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fillRule="evenodd" d="M20.8 14.409V5.2H3.2v8.892l5-4.043c.462-.374 1.205-.356 1.65.036l4.477 3.933l2.282-1.94c.462-.394 1.198-.386 1.646.017zm0 1.585l-3.374-3.036l-2.188 1.86L16.582 16h-1.77l-5.806-5.06L3.2 15.636V18.8h17.6zM2.992 4h18.016c.537 0 .992.481.992 1.075v13.85c0 .596-.444 1.075-.992 1.075H2.992C2.455 20 2 19.519 2 18.925V5.075C2 4.479 2.444 4 2.992 4"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M20.8 14.409V5.2H3.2v8.892l5-4.043c.462-.374 1.205-.356 1.65.036l4.477 3.933l2.282-1.94c.462-.394 1.198-.386 1.646.017zm0 1.585l-3.374-3.036l-2.188 1.86L16.582 16h-1.77l-5.806-5.06L3.2 15.636V18.8h17.6zM2.992 4h18.016c.537 0 .992.481.992 1.075v13.85c0 .596-.444 1.075-.992 1.075H2.992C2.455 20 2 19.519 2 18.925V5.075C2 4.479 2.444 4 2.992 4"/></svg>
</template>

CSS

.icon-album-outlined {
  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%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M20.8%2014.409V5.2H3.2v8.892l5-4.043c.462-.374%201.205-.356%201.65.036l4.477%203.933l2.282-1.94c.462-.394%201.198-.386%201.646.017zm0%201.585l-3.374-3.036l-2.188%201.86L16.582%2016h-1.77l-5.806-5.06L3.2%2015.636V18.8h17.6zM2.992%204h18.016c.537%200%20.992.481.992%201.075v13.85c0%20.596-.444%201.075-.992%201.075H2.992C2.455%2020%202%2019.519%202%2018.925V5.075C2%204.479%202.444%204%202.992%204%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M20.8%2014.409V5.2H3.2v8.892l5-4.043c.462-.374%201.205-.356%201.65.036l4.477%203.933l2.282-1.94c.462-.394%201.198-.386%201.646.017zm0%201.585l-3.374-3.036l-2.188%201.86L16.582%2016h-1.77l-5.806-5.06L3.2%2015.636V18.8h17.6zM2.992%204h18.016c.537%200%20.992.481.992%201.075v13.85c0%20.596-.444%201.075-.992%201.075H2.992C2.455%2020%202%2019.519%202%2018.925V5.075C2%204.479%202.444%204%202.992%204%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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