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

Name
four-k
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

The same icon in other sets

Related icons in Huge Icons

Use the four k 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="M2 12c0-3.75 0-5.625.955-6.939A5 5 0 0 1 4.06 3.955C5.375 3 7.251 3 11 3h2c3.75 0 5.625 0 6.939.955a5 5 0 0 1 1.106 1.106C22 6.375 22 8.251 22 12s0 5.625-.955 6.939a5 5 0 0 1-1.106 1.106C18.625 21 16.749 21 13 21h-2c-3.75 0-5.625 0-6.939-.955a5 5 0 0 1-1.106-1.106C2 17.625 2 15.749 2 12"/><path d="M10.636 9v3m0 0v3m0-3H8.818c-.857 0-1.285 0-1.552-.293C7 11.414 7 10.943 7 10V9m6.364 6v-3m0 0V9m0 3L17 9m-3.636 3L17 15"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsFourK(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="M2 12c0-3.75 0-5.625.955-6.939A5 5 0 0 1 4.06 3.955C5.375 3 7.251 3 11 3h2c3.75 0 5.625 0 6.939.955a5 5 0 0 1 1.106 1.106C22 6.375 22 8.251 22 12s0 5.625-.955 6.939a5 5 0 0 1-1.106 1.106C18.625 21 16.749 21 13 21h-2c-3.75 0-5.625 0-6.939-.955a5 5 0 0 1-1.106-1.106C2 17.625 2 15.749 2 12"/><path d="M10.636 9v3m0 0v3m0-3H8.818c-.857 0-1.285 0-1.552-.293C7 11.414 7 10.943 7 10V9m6.364 6v-3m0 0V9m0 3L17 9m-3.636 3L17 15"/></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="M2 12c0-3.75 0-5.625.955-6.939A5 5 0 0 1 4.06 3.955C5.375 3 7.251 3 11 3h2c3.75 0 5.625 0 6.939.955a5 5 0 0 1 1.106 1.106C22 6.375 22 8.251 22 12s0 5.625-.955 6.939a5 5 0 0 1-1.106 1.106C18.625 21 16.749 21 13 21h-2c-3.75 0-5.625 0-6.939-.955a5 5 0 0 1-1.106-1.106C2 17.625 2 15.749 2 12"/><path d="M10.636 9v3m0 0v3m0-3H8.818c-.857 0-1.285 0-1.552-.293C7 11.414 7 10.943 7 10V9m6.364 6v-3m0 0V9m0 3L17 9m-3.636 3L17 15"/></g></svg>
</template>

CSS

.icon-four-k {
  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%22M2%2012c0-3.75%200-5.625.955-6.939A5%205%200%200%201%204.06%203.955C5.375%203%207.251%203%2011%203h2c3.75%200%205.625%200%206.939.955a5%205%200%200%201%201.106%201.106C22%206.375%2022%208.251%2022%2012s0%205.625-.955%206.939a5%205%200%200%201-1.106%201.106C18.625%2021%2016.749%2021%2013%2021h-2c-3.75%200-5.625%200-6.939-.955a5%205%200%200%201-1.106-1.106C2%2017.625%202%2015.749%202%2012%22%2F%3E%3Cpath%20d%3D%22M10.636%209v3m0%200v3m0-3H8.818c-.857%200-1.285%200-1.552-.293C7%2011.414%207%2010.943%207%2010V9m6.364%206v-3m0%200V9m0%203L17%209m-3.636%203L17%2015%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%22M2%2012c0-3.75%200-5.625.955-6.939A5%205%200%200%201%204.06%203.955C5.375%203%207.251%203%2011%203h2c3.75%200%205.625%200%206.939.955a5%205%200%200%201%201.106%201.106C22%206.375%2022%208.251%2022%2012s0%205.625-.955%206.939a5%205%200%200%201-1.106%201.106C18.625%2021%2016.749%2021%2013%2021h-2c-3.75%200-5.625%200-6.939-.955a5%205%200%200%201-1.106-1.106C2%2017.625%202%2015.749%202%2012%22%2F%3E%3Cpath%20d%3D%22M10.636%209v3m0%200v3m0-3H8.818c-.857%200-1.285%200-1.552-.293C7%2011.414%207%2010.943%207%2010V9m6.364%206v-3m0%200V9m0%203L17%209m-3.636%203L17%2015%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/four-k.svg?color=%231a73e8&size=48