cassette icon

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

Name
cassette-duotone
Set
Reicon
Style
Duotone
Category
Devices
Viewbox
24×24
License
MIT

2 other variants in Reicon

The same icon in other sets

All cassette icons →

More devices icons from Reicon

Use the cassette icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="M12 4v4h-1.228c-1.34 0-2.011 0-2.525-.356s-.75-.984-1.22-2.24L6.5 4z" clip-rule="evenodd" opacity=".4"/><path d="M16.973 5.404L17.5 4H12v4h1.228c1.34 0 2.011 0 2.525-.356s.75-.984 1.22-2.24" opacity=".6"/><path fill-rule="evenodd" d="M3.172 5.171C2 6.343 2 8.23 2 12s0 5.657 1.172 6.828S6.229 20 10 20h4c3.771 0 5.657 0 6.828-1.172S22 15.771 22 12s0-5.657-1.172-6.829c-.737-.737-1.756-1.01-3.35-1.111l-.505 1.344c-.47 1.256-.706 1.884-1.22 2.24S14.57 8 13.228 8h-2.456c-1.34 0-2.011 0-2.525-.356s-.75-.984-1.22-2.24L6.522 4.06c-1.594.101-2.613.374-3.35 1.111M8.25 11.5a2.25 2.25 0 1 0 0 4.5a2.25 2.25 0 0 0 0-4.5m7.5 0a2.25 2.25 0 1 0 0 4.5a2.25 2.25 0 0 0 0-4.5" clip-rule="evenodd"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconCassetteDuotone(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 fillRule="evenodd" d="M12 4v4h-1.228c-1.34 0-2.011 0-2.525-.356s-.75-.984-1.22-2.24L6.5 4z" clipRule="evenodd" opacity=".4"/><path d="M16.973 5.404L17.5 4H12v4h1.228c1.34 0 2.011 0 2.525-.356s.75-.984 1.22-2.24" opacity=".6"/><path fillRule="evenodd" d="M3.172 5.171C2 6.343 2 8.23 2 12s0 5.657 1.172 6.828S6.229 20 10 20h4c3.771 0 5.657 0 6.828-1.172S22 15.771 22 12s0-5.657-1.172-6.829c-.737-.737-1.756-1.01-3.35-1.111l-.505 1.344c-.47 1.256-.706 1.884-1.22 2.24S14.57 8 13.228 8h-2.456c-1.34 0-2.011 0-2.525-.356s-.75-.984-1.22-2.24L6.522 4.06c-1.594.101-2.613.374-3.35 1.111M8.25 11.5a2.25 2.25 0 1 0 0 4.5a2.25 2.25 0 0 0 0-4.5m7.5 0a2.25 2.25 0 1 0 0 4.5a2.25 2.25 0 0 0 0-4.5" clipRule="evenodd"/></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 fill-rule="evenodd" d="M12 4v4h-1.228c-1.34 0-2.011 0-2.525-.356s-.75-.984-1.22-2.24L6.5 4z" clip-rule="evenodd" opacity=".4"/><path d="M16.973 5.404L17.5 4H12v4h1.228c1.34 0 2.011 0 2.525-.356s.75-.984 1.22-2.24" opacity=".6"/><path fill-rule="evenodd" d="M3.172 5.171C2 6.343 2 8.23 2 12s0 5.657 1.172 6.828S6.229 20 10 20h4c3.771 0 5.657 0 6.828-1.172S22 15.771 22 12s0-5.657-1.172-6.829c-.737-.737-1.756-1.01-3.35-1.111l-.505 1.344c-.47 1.256-.706 1.884-1.22 2.24S14.57 8 13.228 8h-2.456c-1.34 0-2.011 0-2.525-.356s-.75-.984-1.22-2.24L6.522 4.06c-1.594.101-2.613.374-3.35 1.111M8.25 11.5a2.25 2.25 0 1 0 0 4.5a2.25 2.25 0 0 0 0-4.5m7.5 0a2.25 2.25 0 1 0 0 4.5a2.25 2.25 0 0 0 0-4.5" clip-rule="evenodd"/></g></svg>
</template>

CSS

.icon-cassette-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%20fill-rule%3D%22evenodd%22%20d%3D%22M12%204v4h-1.228c-1.34%200-2.011%200-2.525-.356s-.75-.984-1.22-2.24L6.5%204z%22%20clip-rule%3D%22evenodd%22%20opacity%3D%22.4%22%2F%3E%3Cpath%20d%3D%22M16.973%205.404L17.5%204H12v4h1.228c1.34%200%202.011%200%202.525-.356s.75-.984%201.22-2.24%22%20opacity%3D%22.6%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M3.172%205.171C2%206.343%202%208.23%202%2012s0%205.657%201.172%206.828S6.229%2020%2010%2020h4c3.771%200%205.657%200%206.828-1.172S22%2015.771%2022%2012s0-5.657-1.172-6.829c-.737-.737-1.756-1.01-3.35-1.111l-.505%201.344c-.47%201.256-.706%201.884-1.22%202.24S14.57%208%2013.228%208h-2.456c-1.34%200-2.011%200-2.525-.356s-.75-.984-1.22-2.24L6.522%204.06c-1.594.101-2.613.374-3.35%201.111M8.25%2011.5a2.25%202.25%200%201%200%200%204.5a2.25%202.25%200%200%200%200-4.5m7.5%200a2.25%202.25%200%201%200%200%204.5a2.25%202.25%200%200%200%200-4.5%22%20clip-rule%3D%22evenodd%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%20fill-rule%3D%22evenodd%22%20d%3D%22M12%204v4h-1.228c-1.34%200-2.011%200-2.525-.356s-.75-.984-1.22-2.24L6.5%204z%22%20clip-rule%3D%22evenodd%22%20opacity%3D%22.4%22%2F%3E%3Cpath%20d%3D%22M16.973%205.404L17.5%204H12v4h1.228c1.34%200%202.011%200%202.525-.356s.75-.984%201.22-2.24%22%20opacity%3D%22.6%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M3.172%205.171C2%206.343%202%208.23%202%2012s0%205.657%201.172%206.828S6.229%2020%2010%2020h4c3.771%200%205.657%200%206.828-1.172S22%2015.771%2022%2012s0-5.657-1.172-6.829c-.737-.737-1.756-1.01-3.35-1.111l-.505%201.344c-.47%201.256-.706%201.884-1.22%202.24S14.57%208%2013.228%208h-2.456c-1.34%200-2.011%200-2.525-.356s-.75-.984-1.22-2.24L6.522%204.06c-1.594.101-2.613.374-3.35%201.111M8.25%2011.5a2.25%202.25%200%201%200%200%204.5a2.25%202.25%200%200%200%200-4.5m7.5%200a2.25%202.25%200%201%200%200%204.5a2.25%202.25%200%200%200%200-4.5%22%20clip-rule%3D%22evenodd%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/cassette-duotone.svg?color=%231a73e8&size=48