md clipboard icon

md-clipboard from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.

Name
md-clipboard
Set
IonIcons
Style
Regular
Viewbox
512×512
License
MIT
Aliases
android-clipboard

Related icons in IonIcons

Use the md clipboard icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M405.333 80h-87.35C310.879 52.396 285.821 32 256 32s-54.879 20.396-61.983 48h-87.35C83.198 80 64 99.198 64 122.667v314.665C64 460.801 83.198 480 106.667 480h298.666C428.802 480 448 460.801 448 437.332V122.667C448 99.198 428.802 80 405.333 80zM256 80c11.729 0 21.333 9.599 21.333 21.333s-9.604 21.334-21.333 21.334-21.333-9.6-21.333-21.334S244.271 80 256 80zm152 360H104V120h40v72h224v-72h40v320z" fill="currentColor"/></svg>

React

import type { SVGProps } from "react";

export function IonMdClipboard(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M405.333 80h-87.35C310.879 52.396 285.821 32 256 32s-54.879 20.396-61.983 48h-87.35C83.198 80 64 99.198 64 122.667v314.665C64 460.801 83.198 480 106.667 480h298.666C428.802 480 448 460.801 448 437.332V122.667C448 99.198 428.802 80 405.333 80zM256 80c11.729 0 21.333 9.599 21.333 21.333s-9.604 21.334-21.333 21.334-21.333-9.6-21.333-21.334S244.271 80 256 80zm152 360H104V120h40v72h224v-72h40v320z" fill="currentColor"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M405.333 80h-87.35C310.879 52.396 285.821 32 256 32s-54.879 20.396-61.983 48h-87.35C83.198 80 64 99.198 64 122.667v314.665C64 460.801 83.198 480 106.667 480h298.666C428.802 480 448 460.801 448 437.332V122.667C448 99.198 428.802 80 405.333 80zM256 80c11.729 0 21.333 9.599 21.333 21.333s-9.604 21.334-21.333 21.334-21.333-9.6-21.333-21.334S244.271 80 256 80zm152 360H104V120h40v72h224v-72h40v320z" fill="currentColor"/></svg>
</template>

CSS

.icon-md-clipboard {
  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%22M405.333%2080h-87.35C310.879%2052.396%20285.821%2032%20256%2032s-54.879%2020.396-61.983%2048h-87.35C83.198%2080%2064%2099.198%2064%20122.667v314.665C64%20460.801%2083.198%20480%20106.667%20480h298.666C428.802%20480%20448%20460.801%20448%20437.332V122.667C448%2099.198%20428.802%2080%20405.333%2080zM256%2080c11.729%200%2021.333%209.599%2021.333%2021.333s-9.604%2021.334-21.333%2021.334-21.333-9.6-21.333-21.334S244.271%2080%20256%2080zm152%20360H104V120h40v72h224v-72h40v320z%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%22M405.333%2080h-87.35C310.879%2052.396%20285.821%2032%20256%2032s-54.879%2020.396-61.983%2048h-87.35C83.198%2080%2064%2099.198%2064%20122.667v314.665C64%20460.801%2083.198%20480%20106.667%20480h298.666C428.802%20480%20448%20460.801%20448%20437.332V122.667C448%2099.198%20428.802%2080%20405.333%2080zM256%2080c11.729%200%2021.333%209.599%2021.333%2021.333s-9.604%2021.334-21.333%2021.334-21.333-9.6-21.333-21.334S244.271%2080%20256%2080zm152%20360H104V120h40v72h224v-72h40v320z%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-clipboard.svg?color=%231a73e8&size=48