license from Material Symbols Light by Google · Regular · Actions · Apache-2.0 Free for personal and commercial use.

Name
license
Set
Material Symbols Light
Style
Regular
Category
Actions
Viewbox
24×24
License
Apache 2.0
Aliases
license-sharp

3 other variants in Material Symbols Light

The same icon in other sets

More actions icons from Material Symbols Light

Use the license icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.577 11.423Q10 10.846 10 10t.577-1.423T12 8t1.423.577T14 10t-.577 1.423T12 12t-1.423-.577M7 21.462v-6.59q-.95-.935-1.475-2.19Q5 11.43 5 10q0-2.927 2.036-4.963T12 3t4.964 2.036T19 10q0 1.429-.525 2.683T17 14.87v6.59l-5-1.5zm9.25-7.212Q18 12.5 18 10t-1.75-4.25T12 4T7.75 5.75T6 10t1.75 4.25T12 16t4.25-1.75"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightLicense(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="M10.577 11.423Q10 10.846 10 10t.577-1.423T12 8t1.423.577T14 10t-.577 1.423T12 12t-1.423-.577M7 21.462v-6.59q-.95-.935-1.475-2.19Q5 11.43 5 10q0-2.927 2.036-4.963T12 3t4.964 2.036T19 10q0 1.429-.525 2.683T17 14.87v6.59l-5-1.5zm9.25-7.212Q18 12.5 18 10t-1.75-4.25T12 4T7.75 5.75T6 10t1.75 4.25T12 16t4.25-1.75"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.577 11.423Q10 10.846 10 10t.577-1.423T12 8t1.423.577T14 10t-.577 1.423T12 12t-1.423-.577M7 21.462v-6.59q-.95-.935-1.475-2.19Q5 11.43 5 10q0-2.927 2.036-4.963T12 3t4.964 2.036T19 10q0 1.429-.525 2.683T17 14.87v6.59l-5-1.5zm9.25-7.212Q18 12.5 18 10t-1.75-4.25T12 4T7.75 5.75T6 10t1.75 4.25T12 16t4.25-1.75"/></svg>
</template>

CSS

.icon-license {
  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%22M10.577%2011.423Q10%2010.846%2010%2010t.577-1.423T12%208t1.423.577T14%2010t-.577%201.423T12%2012t-1.423-.577M7%2021.462v-6.59q-.95-.935-1.475-2.19Q5%2011.43%205%2010q0-2.927%202.036-4.963T12%203t4.964%202.036T19%2010q0%201.429-.525%202.683T17%2014.87v6.59l-5-1.5zm9.25-7.212Q18%2012.5%2018%2010t-1.75-4.25T12%204T7.75%205.75T6%2010t1.75%204.25T12%2016t4.25-1.75%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%22M10.577%2011.423Q10%2010.846%2010%2010t.577-1.423T12%208t1.423.577T14%2010t-.577%201.423T12%2012t-1.423-.577M7%2021.462v-6.59q-.95-.935-1.475-2.19Q5%2011.43%205%2010q0-2.927%202.036-4.963T12%203t4.964%202.036T19%2010q0%201.429-.525%202.683T17%2014.87v6.59l-5-1.5zm9.25-7.212Q18%2012.5%2018%2010t-1.75-4.25T12%204T7.75%205.75T6%2010t1.75%204.25T12%2016t4.25-1.75%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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