unlicense icon
unlicense-rounded from Material Symbols by Google · Rounded · Actions · Apache-2.0 Free for personal and commercial use.
- Name
- unlicense-rounded
- Set
- Material Symbols
- Style
- Rounded
- Category
- Actions
- Viewbox
- 24×24
- License
- Apache 2.0
3 other variants in Material Symbols
The same icon in other sets
More actions icons from Material Symbols
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="m18.05 15.2l-1.4-1.4q.65-.8 1-1.75T18 10q0-2.5-1.75-4.25T12 4q-1.1 0-2.05.35t-1.75 1l-1.4-1.4q1.05-.9 2.375-1.425T12 2q3.325 0 5.663 2.337T20 10q0 1.5-.525 2.825T18.05 15.2m-3.55-3.55L10.35 7.5q.35-.225.775-.363T12 7q1.25 0 2.125.875T15 10q0 .45-.137.875t-.363.775M12 21l-4.675 1.55q-.5.175-.913-.125t-.412-.8V15.3q-.95-1.1-1.475-2.425T4 10q0-.725.113-1.388T4.5 7.3L2.1 4.9q-.275-.275-.275-.7t.275-.7t.7-.275t.7.275l17 17q.275.275.288.688t-.288.712q-.275.275-.687.288t-.713-.263L18 20.85v.775q0 .5-.413.8t-.912.125zm0-5q.275 0 .525-.025t.525-.075L6.1 8.95q-.05.275-.075.525T6 10q0 2.5 1.75 4.25T12 16"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsUnlicenseRounded(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="m18.05 15.2l-1.4-1.4q.65-.8 1-1.75T18 10q0-2.5-1.75-4.25T12 4q-1.1 0-2.05.35t-1.75 1l-1.4-1.4q1.05-.9 2.375-1.425T12 2q3.325 0 5.663 2.337T20 10q0 1.5-.525 2.825T18.05 15.2m-3.55-3.55L10.35 7.5q.35-.225.775-.363T12 7q1.25 0 2.125.875T15 10q0 .45-.137.875t-.363.775M12 21l-4.675 1.55q-.5.175-.913-.125t-.412-.8V15.3q-.95-1.1-1.475-2.425T4 10q0-.725.113-1.388T4.5 7.3L2.1 4.9q-.275-.275-.275-.7t.275-.7t.7-.275t.7.275l17 17q.275.275.288.688t-.288.712q-.275.275-.687.288t-.713-.263L18 20.85v.775q0 .5-.413.8t-.912.125zm0-5q.275 0 .525-.025t.525-.075L6.1 8.95q-.05.275-.075.525T6 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="m18.05 15.2l-1.4-1.4q.65-.8 1-1.75T18 10q0-2.5-1.75-4.25T12 4q-1.1 0-2.05.35t-1.75 1l-1.4-1.4q1.05-.9 2.375-1.425T12 2q3.325 0 5.663 2.337T20 10q0 1.5-.525 2.825T18.05 15.2m-3.55-3.55L10.35 7.5q.35-.225.775-.363T12 7q1.25 0 2.125.875T15 10q0 .45-.137.875t-.363.775M12 21l-4.675 1.55q-.5.175-.913-.125t-.412-.8V15.3q-.95-1.1-1.475-2.425T4 10q0-.725.113-1.388T4.5 7.3L2.1 4.9q-.275-.275-.275-.7t.275-.7t.7-.275t.7.275l17 17q.275.275.288.688t-.288.712q-.275.275-.687.288t-.713-.263L18 20.85v.775q0 .5-.413.8t-.912.125zm0-5q.275 0 .525-.025t.525-.075L6.1 8.95q-.05.275-.075.525T6 10q0 2.5 1.75 4.25T12 16"/></svg> </template>
CSS
.icon-unlicense-rounded {
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%22m18.05%2015.2l-1.4-1.4q.65-.8%201-1.75T18%2010q0-2.5-1.75-4.25T12%204q-1.1%200-2.05.35t-1.75%201l-1.4-1.4q1.05-.9%202.375-1.425T12%202q3.325%200%205.663%202.337T20%2010q0%201.5-.525%202.825T18.05%2015.2m-3.55-3.55L10.35%207.5q.35-.225.775-.363T12%207q1.25%200%202.125.875T15%2010q0%20.45-.137.875t-.363.775M12%2021l-4.675%201.55q-.5.175-.913-.125t-.412-.8V15.3q-.95-1.1-1.475-2.425T4%2010q0-.725.113-1.388T4.5%207.3L2.1%204.9q-.275-.275-.275-.7t.275-.7t.7-.275t.7.275l17%2017q.275.275.288.688t-.288.712q-.275.275-.687.288t-.713-.263L18%2020.85v.775q0%20.5-.413.8t-.912.125zm0-5q.275%200%20.525-.025t.525-.075L6.1%208.95q-.05.275-.075.525T6%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%22m18.05%2015.2l-1.4-1.4q.65-.8%201-1.75T18%2010q0-2.5-1.75-4.25T12%204q-1.1%200-2.05.35t-1.75%201l-1.4-1.4q1.05-.9%202.375-1.425T12%202q3.325%200%205.663%202.337T20%2010q0%201.5-.525%202.825T18.05%2015.2m-3.55-3.55L10.35%207.5q.35-.225.775-.363T12%207q1.25%200%202.125.875T15%2010q0%20.45-.137.875t-.363.775M12%2021l-4.675%201.55q-.5.175-.913-.125t-.412-.8V15.3q-.95-1.1-1.475-2.425T4%2010q0-.725.113-1.388T4.5%207.3L2.1%204.9q-.275-.275-.275-.7t.275-.7t.7-.275t.7.275l17%2017q.275.275.288.688t-.288.712q-.275.275-.687.288t-.713-.263L18%2020.85v.775q0%20.5-.413.8t-.912.125zm0-5q.275%200%20.525-.025t.525-.075L6.1%208.95q-.05.275-.075.525T6%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/unlicense-rounded.svg?color=%231a73e8&size=48