md copy icon
md-copy from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.
- Name
- md-copy
- Set
- IonIcons
- Style
- Regular
- Viewbox
- 512×512
- License
- MIT
Related icons in IonIcons
md-addmd-add-circlemd-airplanemd-alarmmd-albumsmd-alertmd-american-footballmd-analyticsmd-aperturemd-appsmd-appstoremd-archivemd-arrow-backmd-arrow-downmd-arrow-dropdownmd-arrow-dropdown-circlemd-arrow-dropleftmd-arrow-dropleft-circlemd-arrow-droprightmd-arrow-dropright-circlemd-arrow-dropupmd-arrow-dropup-circlemd-arrow-forwardmd-arrow-round-back
Use the md copy icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M296 48H176.5C154.4 48 136 65.4 136 87.5V96h-7.5C106.4 96 88 113.4 88 135.5v288c0 22.1 18.4 40.5 40.5 40.5h208c22.1 0 39.5-18.4 39.5-40.5V416h8.5c22.1 0 39.5-18.4 39.5-40.5V176L296 48zm0 44.6l83.4 83.4H296V92.6zm48 330.9c0 4.7-3.4 8.5-7.5 8.5h-208c-4.4 0-8.5-4.1-8.5-8.5v-288c0-4.1 3.8-7.5 8.5-7.5h7.5v255.5c0 22.1 10.4 32.5 32.5 32.5H344v7.5zm48-48c0 4.7-3.4 8.5-7.5 8.5h-208c-4.4 0-8.5-4.1-8.5-8.5v-288c0-4.1 3.8-7.5 8.5-7.5H264v128h128v167.5z" fill="currentColor"/></svg>
React
import type { SVGProps } from "react";
export function IonMdCopy(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M296 48H176.5C154.4 48 136 65.4 136 87.5V96h-7.5C106.4 96 88 113.4 88 135.5v288c0 22.1 18.4 40.5 40.5 40.5h208c22.1 0 39.5-18.4 39.5-40.5V416h8.5c22.1 0 39.5-18.4 39.5-40.5V176L296 48zm0 44.6l83.4 83.4H296V92.6zm48 330.9c0 4.7-3.4 8.5-7.5 8.5h-208c-4.4 0-8.5-4.1-8.5-8.5v-288c0-4.1 3.8-7.5 8.5-7.5h7.5v255.5c0 22.1 10.4 32.5 32.5 32.5H344v7.5zm48-48c0 4.7-3.4 8.5-7.5 8.5h-208c-4.4 0-8.5-4.1-8.5-8.5v-288c0-4.1 3.8-7.5 8.5-7.5H264v128h128v167.5z" fill="currentColor"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M296 48H176.5C154.4 48 136 65.4 136 87.5V96h-7.5C106.4 96 88 113.4 88 135.5v288c0 22.1 18.4 40.5 40.5 40.5h208c22.1 0 39.5-18.4 39.5-40.5V416h8.5c22.1 0 39.5-18.4 39.5-40.5V176L296 48zm0 44.6l83.4 83.4H296V92.6zm48 330.9c0 4.7-3.4 8.5-7.5 8.5h-208c-4.4 0-8.5-4.1-8.5-8.5v-288c0-4.1 3.8-7.5 8.5-7.5h7.5v255.5c0 22.1 10.4 32.5 32.5 32.5H344v7.5zm48-48c0 4.7-3.4 8.5-7.5 8.5h-208c-4.4 0-8.5-4.1-8.5-8.5v-288c0-4.1 3.8-7.5 8.5-7.5H264v128h128v167.5z" fill="currentColor"/></svg> </template>
CSS
.icon-md-copy {
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%20512%20512%22%3E%3Cpath%20d%3D%22M296%2048H176.5C154.4%2048%20136%2065.4%20136%2087.5V96h-7.5C106.4%2096%2088%20113.4%2088%20135.5v288c0%2022.1%2018.4%2040.5%2040.5%2040.5h208c22.1%200%2039.5-18.4%2039.5-40.5V416h8.5c22.1%200%2039.5-18.4%2039.5-40.5V176L296%2048zm0%2044.6l83.4%2083.4H296V92.6zm48%20330.9c0%204.7-3.4%208.5-7.5%208.5h-208c-4.4%200-8.5-4.1-8.5-8.5v-288c0-4.1%203.8-7.5%208.5-7.5h7.5v255.5c0%2022.1%2010.4%2032.5%2032.5%2032.5H344v7.5zm48-48c0%204.7-3.4%208.5-7.5%208.5h-208c-4.4%200-8.5-4.1-8.5-8.5v-288c0-4.1%203.8-7.5%208.5-7.5H264v128h128v167.5z%22%20fill%3D%22currentColor%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%20512%20512%22%3E%3Cpath%20d%3D%22M296%2048H176.5C154.4%2048%20136%2065.4%20136%2087.5V96h-7.5C106.4%2096%2088%20113.4%2088%20135.5v288c0%2022.1%2018.4%2040.5%2040.5%2040.5h208c22.1%200%2039.5-18.4%2039.5-40.5V416h8.5c22.1%200%2039.5-18.4%2039.5-40.5V176L296%2048zm0%2044.6l83.4%2083.4H296V92.6zm48%20330.9c0%204.7-3.4%208.5-7.5%208.5h-208c-4.4%200-8.5-4.1-8.5-8.5v-288c0-4.1%203.8-7.5%208.5-7.5h7.5v255.5c0%2022.1%2010.4%2032.5%2032.5%2032.5H344v7.5zm48-48c0%204.7-3.4%208.5-7.5%208.5h-208c-4.4%200-8.5-4.1-8.5-8.5v-288c0-4.1%203.8-7.5%208.5-7.5H264v128h128v167.5z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ion/md-copy.svg?color=%231a73e8&size=48