unlicense from Material Icon Theme by Material Extensions · Color · MIT Free for personal and commercial use.

Name
unlicense
Set
Material Icon Theme
Style
Color
Viewbox
16×16
License
MIT

The same logo in other sets

Use the unlicense logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="#ff5722" d="m2.5 1.5l-1 1l1.57 1.57A5.5 5.5 0 0 0 4 10.26V15l4-1.5l4 1.5v-2l1.5 1.5l1-1zM8 1c-1.14 0-2.19.34-3.07.93l1.1 1.1a4 4 0 0 1 5.45 5.45l1.08 1.08A5.48 5.48 0 0 0 8 1m0 3.5q-.23 0-.45.05l2.4 2.4A2 2 0 0 0 8 4.5m-3.79.71L9.3 10.3a3.99 3.99 0 0 1-5.1-5.1"/></svg>

React

import type { SVGProps } from "react";

export function MaterialIconThemeUnlicense(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="#ff5722" d="m2.5 1.5l-1 1l1.57 1.57A5.5 5.5 0 0 0 4 10.26V15l4-1.5l4 1.5v-2l1.5 1.5l1-1zM8 1c-1.14 0-2.19.34-3.07.93l1.1 1.1a4 4 0 0 1 5.45 5.45l1.08 1.08A5.48 5.48 0 0 0 8 1m0 3.5q-.23 0-.45.05l2.4 2.4A2 2 0 0 0 8 4.5m-3.79.71L9.3 10.3a3.99 3.99 0 0 1-5.1-5.1"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="#ff5722" d="m2.5 1.5l-1 1l1.57 1.57A5.5 5.5 0 0 0 4 10.26V15l4-1.5l4 1.5v-2l1.5 1.5l1-1zM8 1c-1.14 0-2.19.34-3.07.93l1.1 1.1a4 4 0 0 1 5.45 5.45l1.08 1.08A5.48 5.48 0 0 0 8 1m0 3.5q-.23 0-.45.05l2.4 2.4A2 2 0 0 0 8 4.5m-3.79.71L9.3 10.3a3.99 3.99 0 0 1-5.1-5.1"/></svg>
</template>

CSS

.icon-unlicense {
  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%3Cpath%20fill%3D%22%23ff5722%22%20d%3D%22m2.5%201.5l-1%201l1.57%201.57A5.5%205.5%200%200%200%204%2010.26V15l4-1.5l4%201.5v-2l1.5%201.5l1-1zM8%201c-1.14%200-2.19.34-3.07.93l1.1%201.1a4%204%200%200%201%205.45%205.45l1.08%201.08A5.48%205.48%200%200%200%208%201m0%203.5q-.23%200-.45.05l2.4%202.4A2%202%200%200%200%208%204.5m-3.79.71L9.3%2010.3a3.99%203.99%200%200%201-5.1-5.1%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%2016%2016%22%3E%3Cpath%20fill%3D%22%23ff5722%22%20d%3D%22m2.5%201.5l-1%201l1.57%201.57A5.5%205.5%200%200%200%204%2010.26V15l4-1.5l4%201.5v-2l1.5%201.5l1-1zM8%201c-1.14%200-2.19.34-3.07.93l1.1%201.1a4%204%200%200%201%205.45%205.45l1.08%201.08A5.48%205.48%200%200%200%208%201m0%203.5q-.23%200-.45.05l2.4%202.4A2%202%200%200%200%208%204.5m-3.79.71L9.3%2010.3a3.99%203.99%200%200%201-5.1-5.1%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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