repo delete icon
repo-delete-24 from Octicons by GitHub · 24 · MIT Free for personal and commercial use.
- Name
- repo-delete-24
- Set
- Octicons
- Style
- 24
- Viewbox
- 24×24
- License
- MIT
1 other variant in Octicons
Related icons in Octicons
Use the repo delete icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.75 0A2.75 2.75 0 0 0 3 2.75v16.5A2.75 2.75 0 0 0 5.75 22h8a.75.75 0 0 0 0-1.5h-8c-.69 0-1.25-.56-1.25-1.25V18A1.5 1.5 0 0 1 6 16.5h7.75a.75.75 0 0 0 0-1.5H6c-.546 0-1.059.146-1.5.401V2.75c0-.69.56-1.25 1.25-1.25H19.5v12.25a.75.75 0 0 0 1.5 0v-13a.75.75 0 0 0-.75-.75z"/><path fill="currentColor" d="M16.22 16.22a.75.75 0 0 1 1.06 0L20 18.94l2.72-2.72a.75.75 0 1 1 1.06 1.06L21.06 20l2.72 2.72a.75.75 0 1 1-1.06 1.06L20 21.06l-2.72 2.72a.75.75 0 1 1-1.06-1.06L18.94 20l-2.72-2.72a.75.75 0 0 1 0-1.06"/></svg>
React
import type { SVGProps } from "react";
export function OcticonRepoDelete24(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" d="M5.75 0A2.75 2.75 0 0 0 3 2.75v16.5A2.75 2.75 0 0 0 5.75 22h8a.75.75 0 0 0 0-1.5h-8c-.69 0-1.25-.56-1.25-1.25V18A1.5 1.5 0 0 1 6 16.5h7.75a.75.75 0 0 0 0-1.5H6c-.546 0-1.059.146-1.5.401V2.75c0-.69.56-1.25 1.25-1.25H19.5v12.25a.75.75 0 0 0 1.5 0v-13a.75.75 0 0 0-.75-.75z"/><path fill="currentColor" d="M16.22 16.22a.75.75 0 0 1 1.06 0L20 18.94l2.72-2.72a.75.75 0 1 1 1.06 1.06L21.06 20l2.72 2.72a.75.75 0 1 1-1.06 1.06L20 21.06l-2.72 2.72a.75.75 0 1 1-1.06-1.06L18.94 20l-2.72-2.72a.75.75 0 0 1 0-1.06"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.75 0A2.75 2.75 0 0 0 3 2.75v16.5A2.75 2.75 0 0 0 5.75 22h8a.75.75 0 0 0 0-1.5h-8c-.69 0-1.25-.56-1.25-1.25V18A1.5 1.5 0 0 1 6 16.5h7.75a.75.75 0 0 0 0-1.5H6c-.546 0-1.059.146-1.5.401V2.75c0-.69.56-1.25 1.25-1.25H19.5v12.25a.75.75 0 0 0 1.5 0v-13a.75.75 0 0 0-.75-.75z"/><path fill="currentColor" d="M16.22 16.22a.75.75 0 0 1 1.06 0L20 18.94l2.72-2.72a.75.75 0 1 1 1.06 1.06L21.06 20l2.72 2.72a.75.75 0 1 1-1.06 1.06L20 21.06l-2.72 2.72a.75.75 0 1 1-1.06-1.06L18.94 20l-2.72-2.72a.75.75 0 0 1 0-1.06"/></svg> </template>
CSS
.icon-repo-delete-24 {
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%20d%3D%22M5.75%200A2.75%202.75%200%200%200%203%202.75v16.5A2.75%202.75%200%200%200%205.75%2022h8a.75.75%200%200%200%200-1.5h-8c-.69%200-1.25-.56-1.25-1.25V18A1.5%201.5%200%200%201%206%2016.5h7.75a.75.75%200%200%200%200-1.5H6c-.546%200-1.059.146-1.5.401V2.75c0-.69.56-1.25%201.25-1.25H19.5v12.25a.75.75%200%200%200%201.5%200v-13a.75.75%200%200%200-.75-.75z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16.22%2016.22a.75.75%200%200%201%201.06%200L20%2018.94l2.72-2.72a.75.75%200%201%201%201.06%201.06L21.06%2020l2.72%202.72a.75.75%200%201%201-1.06%201.06L20%2021.06l-2.72%202.72a.75.75%200%201%201-1.06-1.06L18.94%2020l-2.72-2.72a.75.75%200%200%201%200-1.06%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%20d%3D%22M5.75%200A2.75%202.75%200%200%200%203%202.75v16.5A2.75%202.75%200%200%200%205.75%2022h8a.75.75%200%200%200%200-1.5h-8c-.69%200-1.25-.56-1.25-1.25V18A1.5%201.5%200%200%201%206%2016.5h7.75a.75.75%200%200%200%200-1.5H6c-.546%200-1.059.146-1.5.401V2.75c0-.69.56-1.25%201.25-1.25H19.5v12.25a.75.75%200%200%200%201.5%200v-13a.75.75%200%200%200-.75-.75z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16.22%2016.22a.75.75%200%200%201%201.06%200L20%2018.94l2.72-2.72a.75.75%200%201%201%201.06%201.06L21.06%2020l2.72%202.72a.75.75%200%201%201-1.06%201.06L20%2021.06l-2.72%202.72a.75.75%200%201%201-1.06-1.06L18.94%2020l-2.72-2.72a.75.75%200%200%201%200-1.06%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/octicon/repo-delete-24.svg?color=%231a73e8&size=48