cassette2 icon
cassette2 from Reicon by REICON · Outline · Devices · MIT Free for personal and commercial use.
- Name
- cassette2
- Set
- Reicon
- Style
- Outline
- 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"><path fill="currentColor" fill-rule="evenodd" d="M9.944 3.25h4.112c1.838 0 3.294 0 4.433.153c1.172.158 2.121.49 2.87 1.238c.748.749 1.08 1.698 1.238 2.87c.153 1.14.153 2.595.153 4.433v.112c0 1.838 0 3.294-.153 4.433c-.158 1.172-.49 2.121-1.238 2.87c-.749.748-1.698 1.08-2.87 1.238c-1.14.153-2.595.153-4.433.153H9.944c-1.838 0-3.294 0-4.433-.153c-1.172-.158-2.121-.49-2.87-1.238c-.748-.749-1.08-1.698-1.238-2.87c-.153-1.14-.153-2.595-.153-4.433v-.112c0-1.838 0-3.294.153-4.433c.158-1.172.49-2.121 1.238-2.87c.749-.748 1.698-1.08 2.87-1.238c1.14-.153 2.595-.153 4.433-.153M5.71 4.89c-1.006.135-1.586.389-2.01.812c-.422.423-.676 1.003-.811 2.009c-.138 1.028-.14 2.382-.14 4.289s.002 3.262.14 4.29c.135 1.005.389 1.585.812 2.008s1.003.677 2.009.812c1.028.138 2.382.14 4.289.14h4c1.907 0 3.262-.002 4.29-.14c1.005-.135 1.585-.389 2.008-.812s.677-1.003.812-2.009c.138-1.028.14-2.382.14-4.289s-.002-3.261-.14-4.29c-.135-1.005-.389-1.585-.812-2.008s-1.003-.677-2.009-.812l-.128-.017l-.5 1.333c-.223.595-.412 1.099-.613 1.495c-.213.42-.472.785-.868 1.06c-.396.274-.827.388-1.296.44c-.441.049-.98.049-1.616.049h-2.536c-.636 0-1.175 0-1.616-.05c-.469-.051-.9-.165-1.296-.44c-.396-.274-.654-.638-.868-1.06c-.201-.395-.39-.899-.613-1.494l-.5-1.333zm1.692-.119l.326.87c.241.644.402 1.068.56 1.38c.15.297.267.425.385.506s.279.146.608.183c.349.039.803.04 1.49.04h2.456c.687 0 1.141-.001 1.49-.04c.33-.037.49-.1.608-.183c.118-.081.234-.21.385-.505c.158-.313.319-.737.56-1.38l.326-.87A96 96 0 0 0 14 4.75h-4c-1.01 0-1.864 0-2.597.021M5.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-3m5.599 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.901 0a1.5 1.5 0 1 0 0-3a1.5 1.5 0 0 0 0 3m-7.5-3a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0-3" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function ReiconCassette2(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="M9.944 3.25h4.112c1.838 0 3.294 0 4.433.153c1.172.158 2.121.49 2.87 1.238c.748.749 1.08 1.698 1.238 2.87c.153 1.14.153 2.595.153 4.433v.112c0 1.838 0 3.294-.153 4.433c-.158 1.172-.49 2.121-1.238 2.87c-.749.748-1.698 1.08-2.87 1.238c-1.14.153-2.595.153-4.433.153H9.944c-1.838 0-3.294 0-4.433-.153c-1.172-.158-2.121-.49-2.87-1.238c-.748-.749-1.08-1.698-1.238-2.87c-.153-1.14-.153-2.595-.153-4.433v-.112c0-1.838 0-3.294.153-4.433c.158-1.172.49-2.121 1.238-2.87c.749-.748 1.698-1.08 2.87-1.238c1.14-.153 2.595-.153 4.433-.153M5.71 4.89c-1.006.135-1.586.389-2.01.812c-.422.423-.676 1.003-.811 2.009c-.138 1.028-.14 2.382-.14 4.289s.002 3.262.14 4.29c.135 1.005.389 1.585.812 2.008s1.003.677 2.009.812c1.028.138 2.382.14 4.289.14h4c1.907 0 3.262-.002 4.29-.14c1.005-.135 1.585-.389 2.008-.812s.677-1.003.812-2.009c.138-1.028.14-2.382.14-4.289s-.002-3.261-.14-4.29c-.135-1.005-.389-1.585-.812-2.008s-1.003-.677-2.009-.812l-.128-.017l-.5 1.333c-.223.595-.412 1.099-.613 1.495c-.213.42-.472.785-.868 1.06c-.396.274-.827.388-1.296.44c-.441.049-.98.049-1.616.049h-2.536c-.636 0-1.175 0-1.616-.05c-.469-.051-.9-.165-1.296-.44c-.396-.274-.654-.638-.868-1.06c-.201-.395-.39-.899-.613-1.494l-.5-1.333zm1.692-.119l.326.87c.241.644.402 1.068.56 1.38c.15.297.267.425.385.506s.279.146.608.183c.349.039.803.04 1.49.04h2.456c.687 0 1.141-.001 1.49-.04c.33-.037.49-.1.608-.183c.118-.081.234-.21.385-.505c.158-.313.319-.737.56-1.38l.326-.87A96 96 0 0 0 14 4.75h-4c-1.01 0-1.864 0-2.597.021M5.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-3m5.599 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.901 0a1.5 1.5 0 1 0 0-3a1.5 1.5 0 0 0 0 3m-7.5-3a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0-3" clipRule="evenodd"/></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="M9.944 3.25h4.112c1.838 0 3.294 0 4.433.153c1.172.158 2.121.49 2.87 1.238c.748.749 1.08 1.698 1.238 2.87c.153 1.14.153 2.595.153 4.433v.112c0 1.838 0 3.294-.153 4.433c-.158 1.172-.49 2.121-1.238 2.87c-.749.748-1.698 1.08-2.87 1.238c-1.14.153-2.595.153-4.433.153H9.944c-1.838 0-3.294 0-4.433-.153c-1.172-.158-2.121-.49-2.87-1.238c-.748-.749-1.08-1.698-1.238-2.87c-.153-1.14-.153-2.595-.153-4.433v-.112c0-1.838 0-3.294.153-4.433c.158-1.172.49-2.121 1.238-2.87c.749-.748 1.698-1.08 2.87-1.238c1.14-.153 2.595-.153 4.433-.153M5.71 4.89c-1.006.135-1.586.389-2.01.812c-.422.423-.676 1.003-.811 2.009c-.138 1.028-.14 2.382-.14 4.289s.002 3.262.14 4.29c.135 1.005.389 1.585.812 2.008s1.003.677 2.009.812c1.028.138 2.382.14 4.289.14h4c1.907 0 3.262-.002 4.29-.14c1.005-.135 1.585-.389 2.008-.812s.677-1.003.812-2.009c.138-1.028.14-2.382.14-4.289s-.002-3.261-.14-4.29c-.135-1.005-.389-1.585-.812-2.008s-1.003-.677-2.009-.812l-.128-.017l-.5 1.333c-.223.595-.412 1.099-.613 1.495c-.213.42-.472.785-.868 1.06c-.396.274-.827.388-1.296.44c-.441.049-.98.049-1.616.049h-2.536c-.636 0-1.175 0-1.616-.05c-.469-.051-.9-.165-1.296-.44c-.396-.274-.654-.638-.868-1.06c-.201-.395-.39-.899-.613-1.494l-.5-1.333zm1.692-.119l.326.87c.241.644.402 1.068.56 1.38c.15.297.267.425.385.506s.279.146.608.183c.349.039.803.04 1.49.04h2.456c.687 0 1.141-.001 1.49-.04c.33-.037.49-.1.608-.183c.118-.081.234-.21.385-.505c.158-.313.319-.737.56-1.38l.326-.87A96 96 0 0 0 14 4.75h-4c-1.01 0-1.864 0-2.597.021M5.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-3m5.599 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.901 0a1.5 1.5 0 1 0 0-3a1.5 1.5 0 0 0 0 3m-7.5-3a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0-3" clip-rule="evenodd"/></svg> </template>
CSS
.icon-cassette2 {
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%22M9.944%203.25h4.112c1.838%200%203.294%200%204.433.153c1.172.158%202.121.49%202.87%201.238c.748.749%201.08%201.698%201.238%202.87c.153%201.14.153%202.595.153%204.433v.112c0%201.838%200%203.294-.153%204.433c-.158%201.172-.49%202.121-1.238%202.87c-.749.748-1.698%201.08-2.87%201.238c-1.14.153-2.595.153-4.433.153H9.944c-1.838%200-3.294%200-4.433-.153c-1.172-.158-2.121-.49-2.87-1.238c-.748-.749-1.08-1.698-1.238-2.87c-.153-1.14-.153-2.595-.153-4.433v-.112c0-1.838%200-3.294.153-4.433c.158-1.172.49-2.121%201.238-2.87c.749-.748%201.698-1.08%202.87-1.238c1.14-.153%202.595-.153%204.433-.153M5.71%204.89c-1.006.135-1.586.389-2.01.812c-.422.423-.676%201.003-.811%202.009c-.138%201.028-.14%202.382-.14%204.289s.002%203.262.14%204.29c.135%201.005.389%201.585.812%202.008s1.003.677%202.009.812c1.028.138%202.382.14%204.289.14h4c1.907%200%203.262-.002%204.29-.14c1.005-.135%201.585-.389%202.008-.812s.677-1.003.812-2.009c.138-1.028.14-2.382.14-4.289s-.002-3.261-.14-4.29c-.135-1.005-.389-1.585-.812-2.008s-1.003-.677-2.009-.812l-.128-.017l-.5%201.333c-.223.595-.412%201.099-.613%201.495c-.213.42-.472.785-.868%201.06c-.396.274-.827.388-1.296.44c-.441.049-.98.049-1.616.049h-2.536c-.636%200-1.175%200-1.616-.05c-.469-.051-.9-.165-1.296-.44c-.396-.274-.654-.638-.868-1.06c-.201-.395-.39-.899-.613-1.494l-.5-1.333zm1.692-.119l.326.87c.241.644.402%201.068.56%201.38c.15.297.267.425.385.506s.279.146.608.183c.349.039.803.04%201.49.04h2.456c.687%200%201.141-.001%201.49-.04c.33-.037.49-.1.608-.183c.118-.081.234-.21.385-.505c.158-.313.319-.737.56-1.38l.326-.87A96%2096%200%200%200%2014%204.75h-4c-1.01%200-1.864%200-2.597.021M5.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-3m5.599%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.901%200a1.5%201.5%200%201%200%200-3a1.5%201.5%200%200%200%200%203m-7.5-3a1.5%201.5%200%201%200%200%203a1.5%201.5%200%200%200%200-3%22%20clip-rule%3D%22evenodd%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%22M9.944%203.25h4.112c1.838%200%203.294%200%204.433.153c1.172.158%202.121.49%202.87%201.238c.748.749%201.08%201.698%201.238%202.87c.153%201.14.153%202.595.153%204.433v.112c0%201.838%200%203.294-.153%204.433c-.158%201.172-.49%202.121-1.238%202.87c-.749.748-1.698%201.08-2.87%201.238c-1.14.153-2.595.153-4.433.153H9.944c-1.838%200-3.294%200-4.433-.153c-1.172-.158-2.121-.49-2.87-1.238c-.748-.749-1.08-1.698-1.238-2.87c-.153-1.14-.153-2.595-.153-4.433v-.112c0-1.838%200-3.294.153-4.433c.158-1.172.49-2.121%201.238-2.87c.749-.748%201.698-1.08%202.87-1.238c1.14-.153%202.595-.153%204.433-.153M5.71%204.89c-1.006.135-1.586.389-2.01.812c-.422.423-.676%201.003-.811%202.009c-.138%201.028-.14%202.382-.14%204.289s.002%203.262.14%204.29c.135%201.005.389%201.585.812%202.008s1.003.677%202.009.812c1.028.138%202.382.14%204.289.14h4c1.907%200%203.262-.002%204.29-.14c1.005-.135%201.585-.389%202.008-.812s.677-1.003.812-2.009c.138-1.028.14-2.382.14-4.289s-.002-3.261-.14-4.29c-.135-1.005-.389-1.585-.812-2.008s-1.003-.677-2.009-.812l-.128-.017l-.5%201.333c-.223.595-.412%201.099-.613%201.495c-.213.42-.472.785-.868%201.06c-.396.274-.827.388-1.296.44c-.441.049-.98.049-1.616.049h-2.536c-.636%200-1.175%200-1.616-.05c-.469-.051-.9-.165-1.296-.44c-.396-.274-.654-.638-.868-1.06c-.201-.395-.39-.899-.613-1.494l-.5-1.333zm1.692-.119l.326.87c.241.644.402%201.068.56%201.38c.15.297.267.425.385.506s.279.146.608.183c.349.039.803.04%201.49.04h2.456c.687%200%201.141-.001%201.49-.04c.33-.037.49-.1.608-.183c.118-.081.234-.21.385-.505c.158-.313.319-.737.56-1.38l.326-.87A96%2096%200%200%200%2014%204.75h-4c-1.01%200-1.864%200-2.597.021M5.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-3m5.599%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.901%200a1.5%201.5%200%201%200%200-3a1.5%201.5%200%200%200%200%203m-7.5-3a1.5%201.5%200%201%200%200%203a1.5%201.5%200%200%200%200-3%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/cassette2.svg?color=%231a73e8&size=48