subscription icon
subscription from Reicon by REICON · Outline · Arrows-action · MIT Free for personal and commercial use.
- Name
- subscription
- Set
- Reicon
- Style
- Outline
- Category
- Arrows-action
- Viewbox
- 24×24
- License
- MIT
1 other variant in Reicon
More arrows-action icons from Reicon
Use the subscription icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="m21.667 4.333l-.72 4a9.67 9.67 0 0 0-18.61 3.399m-.004 7.935l.72-4a9.67 9.67 0 0 0 18.61-3.4"/><path d="M14.333 8.333h-3.166a1.835 1.835 0 0 0-1.834 1.827c0 1.013.82 1.84 1.834 1.84h1.666c1.012 0 1.834.827 1.834 1.827a1.84 1.84 0 0 1-1.834 1.84H9.667M12 7v1.333M12 17v-1.333"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconSubscription(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5"><path d="m21.667 4.333l-.72 4a9.67 9.67 0 0 0-18.61 3.399m-.004 7.935l.72-4a9.67 9.67 0 0 0 18.61-3.4"/><path d="M14.333 8.333h-3.166a1.835 1.835 0 0 0-1.834 1.827c0 1.013.82 1.84 1.834 1.84h1.666c1.012 0 1.834.827 1.834 1.827a1.84 1.84 0 0 1-1.834 1.84H9.667M12 7v1.333M12 17v-1.333"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="m21.667 4.333l-.72 4a9.67 9.67 0 0 0-18.61 3.399m-.004 7.935l.72-4a9.67 9.67 0 0 0 18.61-3.4"/><path d="M14.333 8.333h-3.166a1.835 1.835 0 0 0-1.834 1.827c0 1.013.82 1.84 1.834 1.84h1.666c1.012 0 1.834.827 1.834 1.827a1.84 1.84 0 0 1-1.834 1.84H9.667M12 7v1.333M12 17v-1.333"/></g></svg> </template>
CSS
.icon-subscription {
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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22m21.667%204.333l-.72%204a9.67%209.67%200%200%200-18.61%203.399m-.004%207.935l.72-4a9.67%209.67%200%200%200%2018.61-3.4%22%2F%3E%3Cpath%20d%3D%22M14.333%208.333h-3.166a1.835%201.835%200%200%200-1.834%201.827c0%201.013.82%201.84%201.834%201.84h1.666c1.012%200%201.834.827%201.834%201.827a1.84%201.84%200%200%201-1.834%201.84H9.667M12%207v1.333M12%2017v-1.333%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22m21.667%204.333l-.72%204a9.67%209.67%200%200%200-18.61%203.399m-.004%207.935l.72-4a9.67%209.67%200%200%200%2018.61-3.4%22%2F%3E%3Cpath%20d%3D%22M14.333%208.333h-3.166a1.835%201.835%200%200%200-1.834%201.827c0%201.013.82%201.84%201.834%201.84h1.666c1.012%200%201.834.827%201.834%201.827a1.84%201.84%200%200%201-1.834%201.84H9.667M12%207v1.333M12%2017v-1.333%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/subscription.svg?color=%231a73e8&size=48