cassette icon

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

Name
cassette-filled
Set
Reicon
Style
Filled
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 d="M10 4h1.25v3.75h-.478c-.687 0-1.141-.001-1.49-.04c-.33-.037-.49-.1-.608-.183c-.118-.081-.235-.21-.385-.505c-.159-.313-.319-.737-.56-1.38L7.125 4.03C7.939 4 8.887 4 10 4m5.75 8.25a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0-3m-9 1.5a1.5 1.5 0 1 1 3 0a1.5 1.5 0 0 1-3 0"/><path fill-rule="evenodd" d="M3.172 5.172c.578-.579 1.33-.871 2.396-1.02l.77 2.054c.224.595.413 1.1.614 1.495c.213.42.471.785.867 1.06c.396.274.828.388 1.297.44c.441.049.98.049 1.615.049h2.537c.636 0 1.174 0 1.615-.05c.47-.051.901-.165 1.297-.44c.396-.274.654-.638.868-1.06c.2-.395.39-.899.613-1.494l.77-2.054c1.067.149 1.82.441 2.397 1.02C22 6.343 22 8.229 22 12s0 5.657-1.172 6.828S17.771 20 14 20h-4c-3.771 0-5.657 0-6.828-1.172S2 15.771 2 12s0-5.657 1.172-6.828m9.578 8.578a3 3 0 1 1 6 0a3 3 0 0 1-6 0m-4.5-3a3 3 0 1 0 0 6a3 3 0 0 0 0-6" clip-rule="evenodd"/><path d="M16.875 4.03C16.061 4 15.112 4 14 4h-1.25v3.75h.478c.687 0 1.141-.001 1.49-.04c.33-.037.49-.1.608-.183c.118-.081.234-.21.384-.505c.16-.313.32-.737.56-1.38z"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconCassetteFilled(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="M10 4h1.25v3.75h-.478c-.687 0-1.141-.001-1.49-.04c-.33-.037-.49-.1-.608-.183c-.118-.081-.235-.21-.385-.505c-.159-.313-.319-.737-.56-1.38L7.125 4.03C7.939 4 8.887 4 10 4m5.75 8.25a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0-3m-9 1.5a1.5 1.5 0 1 1 3 0a1.5 1.5 0 0 1-3 0"/><path fillRule="evenodd" d="M3.172 5.172c.578-.579 1.33-.871 2.396-1.02l.77 2.054c.224.595.413 1.1.614 1.495c.213.42.471.785.867 1.06c.396.274.828.388 1.297.44c.441.049.98.049 1.615.049h2.537c.636 0 1.174 0 1.615-.05c.47-.051.901-.165 1.297-.44c.396-.274.654-.638.868-1.06c.2-.395.39-.899.613-1.494l.77-2.054c1.067.149 1.82.441 2.397 1.02C22 6.343 22 8.229 22 12s0 5.657-1.172 6.828S17.771 20 14 20h-4c-3.771 0-5.657 0-6.828-1.172S2 15.771 2 12s0-5.657 1.172-6.828m9.578 8.578a3 3 0 1 1 6 0a3 3 0 0 1-6 0m-4.5-3a3 3 0 1 0 0 6a3 3 0 0 0 0-6" clipRule="evenodd"/><path d="M16.875 4.03C16.061 4 15.112 4 14 4h-1.25v3.75h.478c.687 0 1.141-.001 1.49-.04c.33-.037.49-.1.608-.183c.118-.081.234-.21.384-.505c.16-.313.32-.737.56-1.38z"/></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="M10 4h1.25v3.75h-.478c-.687 0-1.141-.001-1.49-.04c-.33-.037-.49-.1-.608-.183c-.118-.081-.235-.21-.385-.505c-.159-.313-.319-.737-.56-1.38L7.125 4.03C7.939 4 8.887 4 10 4m5.75 8.25a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0-3m-9 1.5a1.5 1.5 0 1 1 3 0a1.5 1.5 0 0 1-3 0"/><path fill-rule="evenodd" d="M3.172 5.172c.578-.579 1.33-.871 2.396-1.02l.77 2.054c.224.595.413 1.1.614 1.495c.213.42.471.785.867 1.06c.396.274.828.388 1.297.44c.441.049.98.049 1.615.049h2.537c.636 0 1.174 0 1.615-.05c.47-.051.901-.165 1.297-.44c.396-.274.654-.638.868-1.06c.2-.395.39-.899.613-1.494l.77-2.054c1.067.149 1.82.441 2.397 1.02C22 6.343 22 8.229 22 12s0 5.657-1.172 6.828S17.771 20 14 20h-4c-3.771 0-5.657 0-6.828-1.172S2 15.771 2 12s0-5.657 1.172-6.828m9.578 8.578a3 3 0 1 1 6 0a3 3 0 0 1-6 0m-4.5-3a3 3 0 1 0 0 6a3 3 0 0 0 0-6" clip-rule="evenodd"/><path d="M16.875 4.03C16.061 4 15.112 4 14 4h-1.25v3.75h.478c.687 0 1.141-.001 1.49-.04c.33-.037.49-.1.608-.183c.118-.081.234-.21.384-.505c.16-.313.32-.737.56-1.38z"/></g></svg>
</template>

CSS

.icon-cassette-filled {
  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%22M10%204h1.25v3.75h-.478c-.687%200-1.141-.001-1.49-.04c-.33-.037-.49-.1-.608-.183c-.118-.081-.235-.21-.385-.505c-.159-.313-.319-.737-.56-1.38L7.125%204.03C7.939%204%208.887%204%2010%204m5.75%208.25a1.5%201.5%200%201%200%200%203a1.5%201.5%200%200%200%200-3m-9%201.5a1.5%201.5%200%201%201%203%200a1.5%201.5%200%200%201-3%200%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M3.172%205.172c.578-.579%201.33-.871%202.396-1.02l.77%202.054c.224.595.413%201.1.614%201.495c.213.42.471.785.867%201.06c.396.274.828.388%201.297.44c.441.049.98.049%201.615.049h2.537c.636%200%201.174%200%201.615-.05c.47-.051.901-.165%201.297-.44c.396-.274.654-.638.868-1.06c.2-.395.39-.899.613-1.494l.77-2.054c1.067.149%201.82.441%202.397%201.02C22%206.343%2022%208.229%2022%2012s0%205.657-1.172%206.828S17.771%2020%2014%2020h-4c-3.771%200-5.657%200-6.828-1.172S2%2015.771%202%2012s0-5.657%201.172-6.828m9.578%208.578a3%203%200%201%201%206%200a3%203%200%200%201-6%200m-4.5-3a3%203%200%201%200%200%206a3%203%200%200%200%200-6%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M16.875%204.03C16.061%204%2015.112%204%2014%204h-1.25v3.75h.478c.687%200%201.141-.001%201.49-.04c.33-.037.49-.1.608-.183c.118-.081.234-.21.384-.505c.16-.313.32-.737.56-1.38z%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%22M10%204h1.25v3.75h-.478c-.687%200-1.141-.001-1.49-.04c-.33-.037-.49-.1-.608-.183c-.118-.081-.235-.21-.385-.505c-.159-.313-.319-.737-.56-1.38L7.125%204.03C7.939%204%208.887%204%2010%204m5.75%208.25a1.5%201.5%200%201%200%200%203a1.5%201.5%200%200%200%200-3m-9%201.5a1.5%201.5%200%201%201%203%200a1.5%201.5%200%200%201-3%200%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M3.172%205.172c.578-.579%201.33-.871%202.396-1.02l.77%202.054c.224.595.413%201.1.614%201.495c.213.42.471.785.867%201.06c.396.274.828.388%201.297.44c.441.049.98.049%201.615.049h2.537c.636%200%201.174%200%201.615-.05c.47-.051.901-.165%201.297-.44c.396-.274.654-.638.868-1.06c.2-.395.39-.899.613-1.494l.77-2.054c1.067.149%201.82.441%202.397%201.02C22%206.343%2022%208.229%2022%2012s0%205.657-1.172%206.828S17.771%2020%2014%2020h-4c-3.771%200-5.657%200-6.828-1.172S2%2015.771%202%2012s0-5.657%201.172-6.828m9.578%208.578a3%203%200%201%201%206%200a3%203%200%200%201-6%200m-4.5-3a3%203%200%201%200%200%206a3%203%200%200%200%200-6%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M16.875%204.03C16.061%204%2015.112%204%2014%204h-1.25v3.75h.478c.687%200%201.141-.001%201.49-.04c.33-.037.49-.1.608-.183c.118-.081.234-.21.384-.505c.16-.313.32-.737.56-1.38z%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-filled.svg?color=%231a73e8&size=48