unlicense icon
unlicense from Material Symbols Light by Google · Regular · Actions · Apache-2.0 Free for personal and commercial use.
- Name
- unlicense
- Set
- Material Symbols Light
- Style
- Regular
- Category
- Actions
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- unlicense-sharp
3 other variants in Material Symbols Light
The same icon in other sets
More actions icons from Material Symbols Light
Use the unlicense icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m17.358 14.508l-.708-.708q.65-.8 1-1.75T18 10q0-2.5-1.75-4.25T12 4q-1.1 0-2.05.35t-1.75 1l-.708-.708q.916-.765 2.058-1.204T12 3q2.883 0 4.941 2.03Q19 7.06 19 10q0 1.423-.487 2.566q-.486 1.142-1.155 1.942m-3.589-3.589l-2.688-2.688q.196-.11.448-.17T12 8q.865 0 1.433.596Q14 9.192 14 10q0 .22-.06.471q-.061.252-.17.448M7 21.462v-6.585q-1.008-1.042-1.504-2.261T5 10q0-.898.18-1.59q.18-.69.474-1.34L2.092 3.507L2.8 2.8l18.4 18.4l-.708.708L17 18.427v3.035l-5-1.5zM12 16q.679 0 1.256-.16t.871-.286l-7.68-7.681q-.185.333-.316.948Q6 9.437 6 10q0 2.5 1.75 4.25T12 16"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightUnlicense(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="m17.358 14.508l-.708-.708q.65-.8 1-1.75T18 10q0-2.5-1.75-4.25T12 4q-1.1 0-2.05.35t-1.75 1l-.708-.708q.916-.765 2.058-1.204T12 3q2.883 0 4.941 2.03Q19 7.06 19 10q0 1.423-.487 2.566q-.486 1.142-1.155 1.942m-3.589-3.589l-2.688-2.688q.196-.11.448-.17T12 8q.865 0 1.433.596Q14 9.192 14 10q0 .22-.06.471q-.061.252-.17.448M7 21.462v-6.585q-1.008-1.042-1.504-2.261T5 10q0-.898.18-1.59q.18-.69.474-1.34L2.092 3.507L2.8 2.8l18.4 18.4l-.708.708L17 18.427v3.035l-5-1.5zM12 16q.679 0 1.256-.16t.871-.286l-7.68-7.681q-.185.333-.316.948Q6 9.437 6 10q0 2.5 1.75 4.25T12 16"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m17.358 14.508l-.708-.708q.65-.8 1-1.75T18 10q0-2.5-1.75-4.25T12 4q-1.1 0-2.05.35t-1.75 1l-.708-.708q.916-.765 2.058-1.204T12 3q2.883 0 4.941 2.03Q19 7.06 19 10q0 1.423-.487 2.566q-.486 1.142-1.155 1.942m-3.589-3.589l-2.688-2.688q.196-.11.448-.17T12 8q.865 0 1.433.596Q14 9.192 14 10q0 .22-.06.471q-.061.252-.17.448M7 21.462v-6.585q-1.008-1.042-1.504-2.261T5 10q0-.898.18-1.59q.18-.69.474-1.34L2.092 3.507L2.8 2.8l18.4 18.4l-.708.708L17 18.427v3.035l-5-1.5zM12 16q.679 0 1.256-.16t.871-.286l-7.68-7.681q-.185.333-.316.948Q6 9.437 6 10q0 2.5 1.75 4.25T12 16"/></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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m17.358%2014.508l-.708-.708q.65-.8%201-1.75T18%2010q0-2.5-1.75-4.25T12%204q-1.1%200-2.05.35t-1.75%201l-.708-.708q.916-.765%202.058-1.204T12%203q2.883%200%204.941%202.03Q19%207.06%2019%2010q0%201.423-.487%202.566q-.486%201.142-1.155%201.942m-3.589-3.589l-2.688-2.688q.196-.11.448-.17T12%208q.865%200%201.433.596Q14%209.192%2014%2010q0%20.22-.06.471q-.061.252-.17.448M7%2021.462v-6.585q-1.008-1.042-1.504-2.261T5%2010q0-.898.18-1.59q.18-.69.474-1.34L2.092%203.507L2.8%202.8l18.4%2018.4l-.708.708L17%2018.427v3.035l-5-1.5zM12%2016q.679%200%201.256-.16t.871-.286l-7.68-7.681q-.185.333-.316.948Q6%209.437%206%2010q0%202.5%201.75%204.25T12%2016%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%22m17.358%2014.508l-.708-.708q.65-.8%201-1.75T18%2010q0-2.5-1.75-4.25T12%204q-1.1%200-2.05.35t-1.75%201l-.708-.708q.916-.765%202.058-1.204T12%203q2.883%200%204.941%202.03Q19%207.06%2019%2010q0%201.423-.487%202.566q-.486%201.142-1.155%201.942m-3.589-3.589l-2.688-2.688q.196-.11.448-.17T12%208q.865%200%201.433.596Q14%209.192%2014%2010q0%20.22-.06.471q-.061.252-.17.448M7%2021.462v-6.585q-1.008-1.042-1.504-2.261T5%2010q0-.898.18-1.59q.18-.69.474-1.34L2.092%203.507L2.8%202.8l18.4%2018.4l-.708.708L17%2018.427v3.035l-5-1.5zM12%2016q.679%200%201.256-.16t.871-.286l-7.68-7.681q-.185.333-.316.948Q6%209.437%206%2010q0%202.5%201.75%204.25T12%2016%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/unlicense.svg?color=%231a73e8&size=48