software license icon

software-license from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
software-license
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

Related icons in Huge Icons

Use the software license icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M18 19.623c.69-.195 1.232-.491 1.682-.941C21 17.364 21 15.242 21 11s0-6.364-1.318-7.682S16.242 2 12 2S5.636 2 4.318 3.318S3 6.758 3 11s0 6.364 1.318 7.682c.45.45.993.746 1.682.941M3.5 7h17"/><path d="M12 11a3 3 0 1 1 0 6a3 3 0 0 1 0-6"/><path d="M14 16.5V22l-2-1.5l-2 1.5v-5.5"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsSoftwareLicense(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5"><path d="M18 19.623c.69-.195 1.232-.491 1.682-.941C21 17.364 21 15.242 21 11s0-6.364-1.318-7.682S16.242 2 12 2S5.636 2 4.318 3.318S3 6.758 3 11s0 6.364 1.318 7.682c.45.45.993.746 1.682.941M3.5 7h17"/><path d="M12 11a3 3 0 1 1 0 6a3 3 0 0 1 0-6"/><path d="M14 16.5V22l-2-1.5l-2 1.5v-5.5"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M18 19.623c.69-.195 1.232-.491 1.682-.941C21 17.364 21 15.242 21 11s0-6.364-1.318-7.682S16.242 2 12 2S5.636 2 4.318 3.318S3 6.758 3 11s0 6.364 1.318 7.682c.45.45.993.746 1.682.941M3.5 7h17"/><path d="M12 11a3 3 0 1 1 0 6a3 3 0 0 1 0-6"/><path d="M14 16.5V22l-2-1.5l-2 1.5v-5.5"/></g></svg>
</template>

CSS

.icon-software-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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M18%2019.623c.69-.195%201.232-.491%201.682-.941C21%2017.364%2021%2015.242%2021%2011s0-6.364-1.318-7.682S16.242%202%2012%202S5.636%202%204.318%203.318S3%206.758%203%2011s0%206.364%201.318%207.682c.45.45.993.746%201.682.941M3.5%207h17%22%2F%3E%3Cpath%20d%3D%22M12%2011a3%203%200%201%201%200%206a3%203%200%200%201%200-6%22%2F%3E%3Cpath%20d%3D%22M14%2016.5V22l-2-1.5l-2%201.5v-5.5%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M18%2019.623c.69-.195%201.232-.491%201.682-.941C21%2017.364%2021%2015.242%2021%2011s0-6.364-1.318-7.682S16.242%202%2012%202S5.636%202%204.318%203.318S3%206.758%203%2011s0%206.364%201.318%207.682c.45.45.993.746%201.682.941M3.5%207h17%22%2F%3E%3Cpath%20d%3D%22M12%2011a3%203%200%201%201%200%206a3%203%200%200%201%200-6%22%2F%3E%3Cpath%20d%3D%22M14%2016.5V22l-2-1.5l-2%201.5v-5.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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