Unlicense icon

Unlicense is a Google Material Symbol from the Actions category. It comes in outlined, rounded and sharp styles, filled or unfilled, at seven weights from 100 to 700. Download it as SVG or PNG, or copy code for HTML, React, Vue, Angular, Flutter and Android — it's free to use under the Apache License 2.0.

Outlined

SVG

Outlined, filled

SVG

Every style, fill and weight

Material Symbols are variable: each icon comes in three styles, with or without fill, at seven weights. Pick a combination to preview it, download it, or copy the code for your platform.

Outlined, unfilled, weight 400

unlicense_outlined_fill0_wght400.svg

Unlicense icon in HTML

Load the Material Symbols font from Google Fonts (this link loads just this icon), then use the icon's name as text.

<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,[email protected],100..700,0..1,-50..200&icon_names=unlicense" />

<span class="material-symbols-outlined">unlicense</span>

Unlicense icon in React

// With the font from the HTML tab:
export function UnlicenseIcon() {
  return (
    <span className="material-symbols-outlined">
      unlicense
    </span>
  );
}

// Or as an SVG component (Vite + vite-plugin-svgr) instead:
//   npm install @material-symbols/svg-400
//   import UnlicenseIcon from "@material-symbols/svg-400/outlined/unlicense.svg?react";

Unlicense icon in Vue

<!-- With the font from the HTML tab -->
<template>
  <span class="material-symbols-outlined">unlicense</span>
</template>

<!-- Or as an SVG component (Vite + vite-svg-loader):
     npm install @material-symbols/svg-400
     import UnlicenseIcon from "@material-symbols/svg-400/outlined/unlicense.svg?component"; -->

Unlicense icon in Angular

With Angular Material and the font from the HTML tab:

<mat-icon fontSet="material-symbols-outlined">unlicense</mat-icon>

Unlicense icon in Flutter

Uses the community material_symbols_icons package.

flutter pub add material_symbols_icons

import 'package:material_symbols_icons/symbols.dart';

Icon(Symbols.unlicense, fill: 0, weight: 400)

Unlicense icon in Android

A vector drawable of the selected style, fill and weight:

<!-- res/drawable/unlicense.xml -->
<vector xmlns:android="http://schemas.android.com/apk/res/android"
    android:width="24dp"
    android:height="24dp"
    android:viewportWidth="24"
    android:viewportHeight="24"
    android:tint="?attr/colorControlNormal">
        <path android:fillColor="@android:color/white" android:pathData="m17.875 15.425-1.05-1.05q.875-.975 1.275-2.075t.4-2.3q0-2.725-1.887-4.612T12 3.5q-1.15 0-2.325 .425t-2.05 1.25l-1.075-1.075q1.15-1.1 2.575-1.6t2.875-.5q3.4 0 5.7 2.3t2.3 5.7q0 1.35-.475 2.775t-1.65 2.65ZM14.15 11.7 10.3 7.85q.35-.275 .763-.437T12 7.25q1.125 0 1.938 .813T14.75 10q0 .575-.187 .988T14.15 11.7ZM6.1 23v-7.6q-1.125-1.15-1.612-2.562T4 10q0-.95 .2-1.85t.55-1.575L1.425 3.25l1.075-1.075L22.25 21.925l-1.075 1.075-3.275-3.275v3.275l-5.9-1.975-5.9 1.975Zm5.9-6.5q.5 0 1.1-.087t1.175-.313L5.9 7.725q-.2 .575-.3 1.163t-.1 1.112q0 2.725 1.888 4.613T12 16.5ZM7.6 20.9l4.4-1.375 4.4 1.375v-2.675l-1-1q-.8 .4-1.662 .588T12 18q-1.05 0-2.225-.325t-2.175-1.05v4.275Zm4.4-2.15Z" />
</vector>

Unlicense icon in SVG

npm install @material-symbols/svg-400

import icon from "@material-symbols/svg-400/outlined/unlicense.svg";

<!-- or load it from a CDN -->
<img src="https://cdn.jsdelivr.net/npm/@material-symbols/[email protected]/outlined/unlicense.svg" width="24" height="24" alt="Unlicense">

Unlicense icon in Power Apps

Paste into an Image control's Image property. The Copy button copies the full formula with this icon's SVG.

"data:image/svg+xml;utf8, " & EncodeUrl("<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'>…</svg>")

Details

NameUnlicense
Ligatureunlicense
Code pointU+EB05
CategoryActions
StylesOutlined, Rounded, Sharp — each unfilled or filled
Weights100, 200, 300, 400, 500, 600, 700
Files@material-symbols/svg-400/outlined/unlicense.svg, unlicense-fill.svg
FlutterSymbols.unlicense
LicenseApache License 2.0 (© Google LLC)

Keywords

actionsonoffdisabledslashenabledaccesssharemodifydistributeribbonpermissionverification

Related icons