license global icon

license-global from Carbon by IBM · Outline · Organization · Apache-2.0 Free for personal and commercial use.

Name
license-global
Set
Carbon
Style
Outline
Category
Organization
Viewbox
32×32
License
Apache 2.0

More organization icons from Carbon

Use the license global icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M22 14a8 8 0 1 0 8 8a8.01 8.01 0 0 0-8-8m5.91 7h-1.954a12 12 0 0 0-1.218-4.332A6.01 6.01 0 0 1 27.91 21m-7.854 0A10 10 0 0 1 22 16.015A10 10 0 0 1 23.945 21Zm3.89 2A10 10 0 0 1 22 27.985A10 10 0 0 1 20.055 23Zm-4.684-6.332A12 12 0 0 0 18.044 21H16.09a6.01 6.01 0 0 1 3.172-4.332M16.09 23h1.953a12 12 0 0 0 1.218 4.332A6.01 6.01 0 0 1 16.09 23m8.648 4.332A12 12 0 0 0 25.956 23h1.954a6.01 6.01 0 0 1-3.172 4.332M6 14h6v2H6zm0-8h12v2H6zm0 4h12v2H6zm0 14h6v2H6z"/><path fill="currentColor" d="M12 30H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v8h-2V4H4v24h8Z"/></svg>

React

import type { SVGProps } from "react";

export function CarbonLicenseGlobal(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M22 14a8 8 0 1 0 8 8a8.01 8.01 0 0 0-8-8m5.91 7h-1.954a12 12 0 0 0-1.218-4.332A6.01 6.01 0 0 1 27.91 21m-7.854 0A10 10 0 0 1 22 16.015A10 10 0 0 1 23.945 21Zm3.89 2A10 10 0 0 1 22 27.985A10 10 0 0 1 20.055 23Zm-4.684-6.332A12 12 0 0 0 18.044 21H16.09a6.01 6.01 0 0 1 3.172-4.332M16.09 23h1.953a12 12 0 0 0 1.218 4.332A6.01 6.01 0 0 1 16.09 23m8.648 4.332A12 12 0 0 0 25.956 23h1.954a6.01 6.01 0 0 1-3.172 4.332M6 14h6v2H6zm0-8h12v2H6zm0 4h12v2H6zm0 14h6v2H6z"/><path fill="currentColor" d="M12 30H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v8h-2V4H4v24h8Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M22 14a8 8 0 1 0 8 8a8.01 8.01 0 0 0-8-8m5.91 7h-1.954a12 12 0 0 0-1.218-4.332A6.01 6.01 0 0 1 27.91 21m-7.854 0A10 10 0 0 1 22 16.015A10 10 0 0 1 23.945 21Zm3.89 2A10 10 0 0 1 22 27.985A10 10 0 0 1 20.055 23Zm-4.684-6.332A12 12 0 0 0 18.044 21H16.09a6.01 6.01 0 0 1 3.172-4.332M16.09 23h1.953a12 12 0 0 0 1.218 4.332A6.01 6.01 0 0 1 16.09 23m8.648 4.332A12 12 0 0 0 25.956 23h1.954a6.01 6.01 0 0 1-3.172 4.332M6 14h6v2H6zm0-8h12v2H6zm0 4h12v2H6zm0 14h6v2H6z"/><path fill="currentColor" d="M12 30H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v8h-2V4H4v24h8Z"/></svg>
</template>

CSS

.icon-license-global {
  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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M22%2014a8%208%200%201%200%208%208a8.01%208.01%200%200%200-8-8m5.91%207h-1.954a12%2012%200%200%200-1.218-4.332A6.01%206.01%200%200%201%2027.91%2021m-7.854%200A10%2010%200%200%201%2022%2016.015A10%2010%200%200%201%2023.945%2021Zm3.89%202A10%2010%200%200%201%2022%2027.985A10%2010%200%200%201%2020.055%2023Zm-4.684-6.332A12%2012%200%200%200%2018.044%2021H16.09a6.01%206.01%200%200%201%203.172-4.332M16.09%2023h1.953a12%2012%200%200%200%201.218%204.332A6.01%206.01%200%200%201%2016.09%2023m8.648%204.332A12%2012%200%200%200%2025.956%2023h1.954a6.01%206.01%200%200%201-3.172%204.332M6%2014h6v2H6zm0-8h12v2H6zm0%204h12v2H6zm0%2014h6v2H6z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%2030H4a2%202%200%200%201-2-2V4a2%202%200%200%201%202-2h16a2%202%200%200%201%202%202v8h-2V4H4v24h8Z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M22%2014a8%208%200%201%200%208%208a8.01%208.01%200%200%200-8-8m5.91%207h-1.954a12%2012%200%200%200-1.218-4.332A6.01%206.01%200%200%201%2027.91%2021m-7.854%200A10%2010%200%200%201%2022%2016.015A10%2010%200%200%201%2023.945%2021Zm3.89%202A10%2010%200%200%201%2022%2027.985A10%2010%200%200%201%2020.055%2023Zm-4.684-6.332A12%2012%200%200%200%2018.044%2021H16.09a6.01%206.01%200%200%201%203.172-4.332M16.09%2023h1.953a12%2012%200%200%200%201.218%204.332A6.01%206.01%200%200%201%2016.09%2023m8.648%204.332A12%2012%200%200%200%2025.956%2023h1.954a6.01%206.01%200%200%201-3.172%204.332M6%2014h6v2H6zm0-8h12v2H6zm0%204h12v2H6zm0%2014h6v2H6z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%2030H4a2%202%200%200%201-2-2V4a2%202%200%200%201%202-2h16a2%202%200%200%201%202%202v8h-2V4H4v24h8Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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