cassette2 icon
cassette2-duotone from Reicon by REICON · Duotone · Devices · MIT Free for personal and commercial use.
- Name
- cassette2-duotone
- Set
- Reicon
- Style
- Duotone
- 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="M13.228 8h-2.456c-1.34 0-2.011 0-2.525-.356s-.75-.984-1.22-2.24L6.5 4h11l-.527 1.404c-.47 1.256-.706 1.884-1.22 2.24S14.57 8 13.228 8m.272 5.75a2.25 2.25 0 1 0 4.5 0a2.25 2.25 0 0 0-4.5 0m-7.5 0a2.25 2.25 0 1 0 4.5 0a2.25 2.25 0 0 0-4.5 0" opacity=".5"/><path fill-rule="evenodd" d="M3.172 5.172C2 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-.737-.737-1.756-1.01-3.35-1.112l-.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.375-3.35 1.112M15.75 16c-.01 0 .01 0 0 0a2.25 2.25 0 0 0 0-4.5h-7.5a2.25 2.25 0 0 0 0 4.5c-.01 0 .01 0 0 0z" clip-rule="evenodd"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconCassette2Duotone(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="M13.228 8h-2.456c-1.34 0-2.011 0-2.525-.356s-.75-.984-1.22-2.24L6.5 4h11l-.527 1.404c-.47 1.256-.706 1.884-1.22 2.24S14.57 8 13.228 8m.272 5.75a2.25 2.25 0 1 0 4.5 0a2.25 2.25 0 0 0-4.5 0m-7.5 0a2.25 2.25 0 1 0 4.5 0a2.25 2.25 0 0 0-4.5 0" opacity=".5"/><path fillRule="evenodd" d="M3.172 5.172C2 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-.737-.737-1.756-1.01-3.35-1.112l-.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.375-3.35 1.112M15.75 16c-.01 0 .01 0 0 0a2.25 2.25 0 0 0 0-4.5h-7.5a2.25 2.25 0 0 0 0 4.5c-.01 0 .01 0 0 0z" 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 d="M13.228 8h-2.456c-1.34 0-2.011 0-2.525-.356s-.75-.984-1.22-2.24L6.5 4h11l-.527 1.404c-.47 1.256-.706 1.884-1.22 2.24S14.57 8 13.228 8m.272 5.75a2.25 2.25 0 1 0 4.5 0a2.25 2.25 0 0 0-4.5 0m-7.5 0a2.25 2.25 0 1 0 4.5 0a2.25 2.25 0 0 0-4.5 0" opacity=".5"/><path fill-rule="evenodd" d="M3.172 5.172C2 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-.737-.737-1.756-1.01-3.35-1.112l-.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.375-3.35 1.112M15.75 16c-.01 0 .01 0 0 0a2.25 2.25 0 0 0 0-4.5h-7.5a2.25 2.25 0 0 0 0 4.5c-.01 0 .01 0 0 0z" clip-rule="evenodd"/></g></svg> </template>
CSS
.icon-cassette2-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%22M13.228%208h-2.456c-1.34%200-2.011%200-2.525-.356s-.75-.984-1.22-2.24L6.5%204h11l-.527%201.404c-.47%201.256-.706%201.884-1.22%202.24S14.57%208%2013.228%208m.272%205.75a2.25%202.25%200%201%200%204.5%200a2.25%202.25%200%200%200-4.5%200m-7.5%200a2.25%202.25%200%201%200%204.5%200a2.25%202.25%200%200%200-4.5%200%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M3.172%205.172C2%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-.737-.737-1.756-1.01-3.35-1.112l-.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.375-3.35%201.112M15.75%2016c-.01%200%20.01%200%200%200a2.25%202.25%200%200%200%200-4.5h-7.5a2.25%202.25%200%200%200%200%204.5c-.01%200%20.01%200%200%200z%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%20d%3D%22M13.228%208h-2.456c-1.34%200-2.011%200-2.525-.356s-.75-.984-1.22-2.24L6.5%204h11l-.527%201.404c-.47%201.256-.706%201.884-1.22%202.24S14.57%208%2013.228%208m.272%205.75a2.25%202.25%200%201%200%204.5%200a2.25%202.25%200%200%200-4.5%200m-7.5%200a2.25%202.25%200%201%200%204.5%200a2.25%202.25%200%200%200-4.5%200%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M3.172%205.172C2%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-.737-.737-1.756-1.01-3.35-1.112l-.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.375-3.35%201.112M15.75%2016c-.01%200%20.01%200%200%200a2.25%202.25%200%200%200%200-4.5h-7.5a2.25%202.25%200%200%200%200%204.5c-.01%200%20.01%200%200%200z%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/cassette2-duotone.svg?color=%231a73e8&size=48