cassette2 icon
cassette2-filled from Reicon by REICON · Filled · Devices · MIT Free for personal and commercial use.
- Name
- cassette2-filled
- Set
- Reicon
- Style
- Filled
- Category
- Devices
- Viewbox
- 24×24
- License
- MIT
2 other variants in Reicon
More devices icons from Reicon
Use the cassette2 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M6.75 13.75a1.5 1.5 0 1 1 3 0a1.5 1.5 0 0 1-3 0m4.099 1.5h2.302a3 3 0 0 1-.401-1.5c0-.546.146-1.059.401-1.5H10.85c.255.441.401.954.401 1.5s-.146 1.059-.401 1.5m4.9 0a1.5 1.5 0 1 0 0-3a1.5 1.5 0 0 0 0 3"/><path fill-rule="evenodd" d="m18.431 4.152l-.77 2.053c-.223.596-.412 1.1-.613 1.496c-.214.42-.472.785-.868 1.06c-.396.274-.827.387-1.296.44c-.442.049-.98.049-1.616.049h-2.537c-.636 0-1.174 0-1.615-.05c-.47-.052-.9-.165-1.297-.44c-.396-.274-.654-.638-.867-1.06c-.201-.395-.39-.9-.614-1.495l-.77-2.053c-1.066.149-1.818.441-2.396 1.02C2 6.343 2 8.229 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.828c-.578-.579-1.33-.871-2.397-1.02M5.25 13.75a3 3 0 0 1 3.167-2.995l.083-.005H16q.128 0 .243.04a3 3 0 0 1 0 5.92a.8.8 0 0 1-.243.04H8.5l-.083-.005q-.083.005-.167.005a3 3 0 0 1-3-3" clip-rule="evenodd"/><path d="m16.875 4.03l-.604 1.61c-.242.644-.402 1.07-.56 1.382c-.15.295-.267.423-.385.505s-.279.146-.609.183c-.348.039-.802.04-1.49.04h-2.455c-.687 0-1.141-.001-1.49-.04c-.33-.037-.49-.101-.608-.183s-.235-.21-.385-.505c-.159-.313-.319-.738-.56-1.381l-.604-1.61C7.939 4 8.887 4 10 4h4c1.112 0 2.06 0 2.875.03"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconCassette2Filled(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="M6.75 13.75a1.5 1.5 0 1 1 3 0a1.5 1.5 0 0 1-3 0m4.099 1.5h2.302a3 3 0 0 1-.401-1.5c0-.546.146-1.059.401-1.5H10.85c.255.441.401.954.401 1.5s-.146 1.059-.401 1.5m4.9 0a1.5 1.5 0 1 0 0-3a1.5 1.5 0 0 0 0 3"/><path fillRule="evenodd" d="m18.431 4.152l-.77 2.053c-.223.596-.412 1.1-.613 1.496c-.214.42-.472.785-.868 1.06c-.396.274-.827.387-1.296.44c-.442.049-.98.049-1.616.049h-2.537c-.636 0-1.174 0-1.615-.05c-.47-.052-.9-.165-1.297-.44c-.396-.274-.654-.638-.867-1.06c-.201-.395-.39-.9-.614-1.495l-.77-2.053c-1.066.149-1.818.441-2.396 1.02C2 6.343 2 8.229 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.828c-.578-.579-1.33-.871-2.397-1.02M5.25 13.75a3 3 0 0 1 3.167-2.995l.083-.005H16q.128 0 .243.04a3 3 0 0 1 0 5.92a.8.8 0 0 1-.243.04H8.5l-.083-.005q-.083.005-.167.005a3 3 0 0 1-3-3" clipRule="evenodd"/><path d="m16.875 4.03l-.604 1.61c-.242.644-.402 1.07-.56 1.382c-.15.295-.267.423-.385.505s-.279.146-.609.183c-.348.039-.802.04-1.49.04h-2.455c-.687 0-1.141-.001-1.49-.04c-.33-.037-.49-.101-.608-.183s-.235-.21-.385-.505c-.159-.313-.319-.738-.56-1.381l-.604-1.61C7.939 4 8.887 4 10 4h4c1.112 0 2.06 0 2.875.03"/></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="M6.75 13.75a1.5 1.5 0 1 1 3 0a1.5 1.5 0 0 1-3 0m4.099 1.5h2.302a3 3 0 0 1-.401-1.5c0-.546.146-1.059.401-1.5H10.85c.255.441.401.954.401 1.5s-.146 1.059-.401 1.5m4.9 0a1.5 1.5 0 1 0 0-3a1.5 1.5 0 0 0 0 3"/><path fill-rule="evenodd" d="m18.431 4.152l-.77 2.053c-.223.596-.412 1.1-.613 1.496c-.214.42-.472.785-.868 1.06c-.396.274-.827.387-1.296.44c-.442.049-.98.049-1.616.049h-2.537c-.636 0-1.174 0-1.615-.05c-.47-.052-.9-.165-1.297-.44c-.396-.274-.654-.638-.867-1.06c-.201-.395-.39-.9-.614-1.495l-.77-2.053c-1.066.149-1.818.441-2.396 1.02C2 6.343 2 8.229 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.828c-.578-.579-1.33-.871-2.397-1.02M5.25 13.75a3 3 0 0 1 3.167-2.995l.083-.005H16q.128 0 .243.04a3 3 0 0 1 0 5.92a.8.8 0 0 1-.243.04H8.5l-.083-.005q-.083.005-.167.005a3 3 0 0 1-3-3" clip-rule="evenodd"/><path d="m16.875 4.03l-.604 1.61c-.242.644-.402 1.07-.56 1.382c-.15.295-.267.423-.385.505s-.279.146-.609.183c-.348.039-.802.04-1.49.04h-2.455c-.687 0-1.141-.001-1.49-.04c-.33-.037-.49-.101-.608-.183s-.235-.21-.385-.505c-.159-.313-.319-.738-.56-1.381l-.604-1.61C7.939 4 8.887 4 10 4h4c1.112 0 2.06 0 2.875.03"/></g></svg> </template>
CSS
.icon-cassette2-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%22M6.75%2013.75a1.5%201.5%200%201%201%203%200a1.5%201.5%200%200%201-3%200m4.099%201.5h2.302a3%203%200%200%201-.401-1.5c0-.546.146-1.059.401-1.5H10.85c.255.441.401.954.401%201.5s-.146%201.059-.401%201.5m4.9%200a1.5%201.5%200%201%200%200-3a1.5%201.5%200%200%200%200%203%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22m18.431%204.152l-.77%202.053c-.223.596-.412%201.1-.613%201.496c-.214.42-.472.785-.868%201.06c-.396.274-.827.387-1.296.44c-.442.049-.98.049-1.616.049h-2.537c-.636%200-1.174%200-1.615-.05c-.47-.052-.9-.165-1.297-.44c-.396-.274-.654-.638-.867-1.06c-.201-.395-.39-.9-.614-1.495l-.77-2.053c-1.066.149-1.818.441-2.396%201.02C2%206.343%202%208.229%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.828c-.578-.579-1.33-.871-2.397-1.02M5.25%2013.75a3%203%200%200%201%203.167-2.995l.083-.005H16q.128%200%20.243.04a3%203%200%200%201%200%205.92a.8.8%200%200%201-.243.04H8.5l-.083-.005q-.083.005-.167.005a3%203%200%200%201-3-3%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22m16.875%204.03l-.604%201.61c-.242.644-.402%201.07-.56%201.382c-.15.295-.267.423-.385.505s-.279.146-.609.183c-.348.039-.802.04-1.49.04h-2.455c-.687%200-1.141-.001-1.49-.04c-.33-.037-.49-.101-.608-.183s-.235-.21-.385-.505c-.159-.313-.319-.738-.56-1.381l-.604-1.61C7.939%204%208.887%204%2010%204h4c1.112%200%202.06%200%202.875.03%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%22M6.75%2013.75a1.5%201.5%200%201%201%203%200a1.5%201.5%200%200%201-3%200m4.099%201.5h2.302a3%203%200%200%201-.401-1.5c0-.546.146-1.059.401-1.5H10.85c.255.441.401.954.401%201.5s-.146%201.059-.401%201.5m4.9%200a1.5%201.5%200%201%200%200-3a1.5%201.5%200%200%200%200%203%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22m18.431%204.152l-.77%202.053c-.223.596-.412%201.1-.613%201.496c-.214.42-.472.785-.868%201.06c-.396.274-.827.387-1.296.44c-.442.049-.98.049-1.616.049h-2.537c-.636%200-1.174%200-1.615-.05c-.47-.052-.9-.165-1.297-.44c-.396-.274-.654-.638-.867-1.06c-.201-.395-.39-.9-.614-1.495l-.77-2.053c-1.066.149-1.818.441-2.396%201.02C2%206.343%202%208.229%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.828c-.578-.579-1.33-.871-2.397-1.02M5.25%2013.75a3%203%200%200%201%203.167-2.995l.083-.005H16q.128%200%20.243.04a3%203%200%200%201%200%205.92a.8.8%200%200%201-.243.04H8.5l-.083-.005q-.083.005-.167.005a3%203%200%200%201-3-3%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22m16.875%204.03l-.604%201.61c-.242.644-.402%201.07-.56%201.382c-.15.295-.267.423-.385.505s-.279.146-.609.183c-.348.039-.802.04-1.49.04h-2.455c-.687%200-1.141-.001-1.49-.04c-.33-.037-.49-.101-.608-.183s-.235-.21-.385-.505c-.159-.313-.319-.738-.56-1.381l-.604-1.61C7.939%204%208.887%204%2010%204h4c1.112%200%202.06%200%202.875.03%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/cassette2-filled.svg?color=%231a73e8&size=48