clippy from Codicons by Microsoft Corporation · Regular · CC-BY-4.0 Attribution required.

Name
clippy
Set
Codicons
Style
Regular
Viewbox
16×16
License
CC BY 4.0

The same icon in other sets

Use the clippy icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="currentColor"><path fill-rule="evenodd" d="M5.085 2A1.5 1.5 0 0 1 6.5 1h3a1.5 1.5 0 0 1 1.415 1h.585A1.5 1.5 0 0 1 13 3.5v4.6a1.5 1.5 0 0 0-.9.876l-.1-.1V3.5a.5.5 0 0 0-.5-.5h-.585A1.5 1.5 0 0 1 9.5 4h-3a1.5 1.5 0 0 1-1.415-1H4.5a.5.5 0 0 0-.5.5v10a.5.5 0 0 0 .5.5H8v.5a1.5 1.5 0 0 0 .091.5H4.5A1.5 1.5 0 0 1 3 13.5v-10A1.5 1.5 0 0 1 4.5 2zM6.5 2a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1z" clip-rule="evenodd"/><path d="M11.916 10.778a.5.5 0 0 0-.062-.631l-2-2A.48.48 0 0 0 9.5 8a.5.5 0 0 0-.353.146l-2 2a.5.5 0 0 0-.064.633a.5.5 0 0 0 .772.076L9 9.708V14.5a.5.5 0 0 0 1 0V9.708l1.146 1.146a.5.5 0 0 0 .77-.076m-.832 2.444a.5.5 0 0 0 .062.631l2 2A.48.48 0 0 0 13.5 16a.5.5 0 0 0 .353-.146l2-2a.5.5 0 1 0-.708-.709L14 14.292V9.5a.5.5 0 0 0-1 0v4.792l-1.146-1.146a.5.5 0 0 0-.77.076"/></g></svg>

React

import type { SVGProps } from "react";

export function CodiconClippy(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="currentColor"><path fillRule="evenodd" d="M5.085 2A1.5 1.5 0 0 1 6.5 1h3a1.5 1.5 0 0 1 1.415 1h.585A1.5 1.5 0 0 1 13 3.5v4.6a1.5 1.5 0 0 0-.9.876l-.1-.1V3.5a.5.5 0 0 0-.5-.5h-.585A1.5 1.5 0 0 1 9.5 4h-3a1.5 1.5 0 0 1-1.415-1H4.5a.5.5 0 0 0-.5.5v10a.5.5 0 0 0 .5.5H8v.5a1.5 1.5 0 0 0 .091.5H4.5A1.5 1.5 0 0 1 3 13.5v-10A1.5 1.5 0 0 1 4.5 2zM6.5 2a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1z" clipRule="evenodd"/><path d="M11.916 10.778a.5.5 0 0 0-.062-.631l-2-2A.48.48 0 0 0 9.5 8a.5.5 0 0 0-.353.146l-2 2a.5.5 0 0 0-.064.633a.5.5 0 0 0 .772.076L9 9.708V14.5a.5.5 0 0 0 1 0V9.708l1.146 1.146a.5.5 0 0 0 .77-.076m-.832 2.444a.5.5 0 0 0 .062.631l2 2A.48.48 0 0 0 13.5 16a.5.5 0 0 0 .353-.146l2-2a.5.5 0 1 0-.708-.709L14 14.292V9.5a.5.5 0 0 0-1 0v4.792l-1.146-1.146a.5.5 0 0 0-.77.076"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="currentColor"><path fill-rule="evenodd" d="M5.085 2A1.5 1.5 0 0 1 6.5 1h3a1.5 1.5 0 0 1 1.415 1h.585A1.5 1.5 0 0 1 13 3.5v4.6a1.5 1.5 0 0 0-.9.876l-.1-.1V3.5a.5.5 0 0 0-.5-.5h-.585A1.5 1.5 0 0 1 9.5 4h-3a1.5 1.5 0 0 1-1.415-1H4.5a.5.5 0 0 0-.5.5v10a.5.5 0 0 0 .5.5H8v.5a1.5 1.5 0 0 0 .091.5H4.5A1.5 1.5 0 0 1 3 13.5v-10A1.5 1.5 0 0 1 4.5 2zM6.5 2a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1z" clip-rule="evenodd"/><path d="M11.916 10.778a.5.5 0 0 0-.062-.631l-2-2A.48.48 0 0 0 9.5 8a.5.5 0 0 0-.353.146l-2 2a.5.5 0 0 0-.064.633a.5.5 0 0 0 .772.076L9 9.708V14.5a.5.5 0 0 0 1 0V9.708l1.146 1.146a.5.5 0 0 0 .77-.076m-.832 2.444a.5.5 0 0 0 .062.631l2 2A.48.48 0 0 0 13.5 16a.5.5 0 0 0 .353-.146l2-2a.5.5 0 1 0-.708-.709L14 14.292V9.5a.5.5 0 0 0-1 0v4.792l-1.146-1.146a.5.5 0 0 0-.77.076"/></g></svg>
</template>

CSS

.icon-clippy {
  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%2016%2016%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M5.085%202A1.5%201.5%200%200%201%206.5%201h3a1.5%201.5%200%200%201%201.415%201h.585A1.5%201.5%200%200%201%2013%203.5v4.6a1.5%201.5%200%200%200-.9.876l-.1-.1V3.5a.5.5%200%200%200-.5-.5h-.585A1.5%201.5%200%200%201%209.5%204h-3a1.5%201.5%200%200%201-1.415-1H4.5a.5.5%200%200%200-.5.5v10a.5.5%200%200%200%20.5.5H8v.5a1.5%201.5%200%200%200%20.091.5H4.5A1.5%201.5%200%200%201%203%2013.5v-10A1.5%201.5%200%200%201%204.5%202zM6.5%202a.5.5%200%200%200%200%201h3a.5.5%200%200%200%200-1z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M11.916%2010.778a.5.5%200%200%200-.062-.631l-2-2A.48.48%200%200%200%209.5%208a.5.5%200%200%200-.353.146l-2%202a.5.5%200%200%200-.064.633a.5.5%200%200%200%20.772.076L9%209.708V14.5a.5.5%200%200%200%201%200V9.708l1.146%201.146a.5.5%200%200%200%20.77-.076m-.832%202.444a.5.5%200%200%200%20.062.631l2%202A.48.48%200%200%200%2013.5%2016a.5.5%200%200%200%20.353-.146l2-2a.5.5%200%201%200-.708-.709L14%2014.292V9.5a.5.5%200%200%200-1%200v4.792l-1.146-1.146a.5.5%200%200%200-.77.076%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%2016%2016%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M5.085%202A1.5%201.5%200%200%201%206.5%201h3a1.5%201.5%200%200%201%201.415%201h.585A1.5%201.5%200%200%201%2013%203.5v4.6a1.5%201.5%200%200%200-.9.876l-.1-.1V3.5a.5.5%200%200%200-.5-.5h-.585A1.5%201.5%200%200%201%209.5%204h-3a1.5%201.5%200%200%201-1.415-1H4.5a.5.5%200%200%200-.5.5v10a.5.5%200%200%200%20.5.5H8v.5a1.5%201.5%200%200%200%20.091.5H4.5A1.5%201.5%200%200%201%203%2013.5v-10A1.5%201.5%200%200%201%204.5%202zM6.5%202a.5.5%200%200%200%200%201h3a.5.5%200%200%200%200-1z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M11.916%2010.778a.5.5%200%200%200-.062-.631l-2-2A.48.48%200%200%200%209.5%208a.5.5%200%200%200-.353.146l-2%202a.5.5%200%200%200-.064.633a.5.5%200%200%200%20.772.076L9%209.708V14.5a.5.5%200%200%200%201%200V9.708l1.146%201.146a.5.5%200%200%200%20.77-.076m-.832%202.444a.5.5%200%200%200%20.062.631l2%202A.48.48%200%200%200%2013.5%2016a.5.5%200%200%200%20.353-.146l2-2a.5.5%200%201%200-.708-.709L14%2014.292V9.5a.5.5%200%200%200-1%200v4.792l-1.146-1.146a.5.5%200%200%200-.77.076%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/codicon/clippy.svg?color=%231a73e8&size=48