four k icon

four-k-bold from Solar by 480 Design · Bold · UI · CC-BY-4.0 Attribution required.

Name
four-k-bold
Set
Solar
Style
Bold
Category
UI
Viewbox
24×24
License
CC BY 4.0
Aliases
4k-bold

5 other variants in Solar

The same icon in other sets

More ui icons from Solar

Use the four k icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M2 12C2 7.28595 2 4.92893 3.46447 3.46447C4.92893 2 7.28595 2 12 2C16.714 2 19.0711 2 20.5355 3.46447C22 4.92893 22 7.28595 22 12C22 16.714 22 19.0711 20.5355 20.5355C19.0711 22 16.714 22 12 22C7.28595 22 4.92893 22 3.46447 20.5355C2 19.0711 2 16.714 2 12ZM6.25 8C6.25 7.58579 5.91421 7.25 5.5 7.25C5.08579 7.25 4.75 7.58579 4.75 8V10C4.75 11.5188 5.98122 12.75 7.5 12.75H9.75V16C9.75 16.4142 10.0858 16.75 10.5 16.75C10.9142 16.75 11.25 16.4142 11.25 16V8C11.25 7.58579 10.9142 7.25 10.5 7.25C10.0858 7.25 9.75 7.58579 9.75 8V11.25H7.5C6.80964 11.25 6.25 10.6904 6.25 10V8ZM19.0198 7.45938C19.3184 7.74647 19.3277 8.22125 19.0406 8.51983L16.3738 11.2933L19.1314 15.5953C19.3549 15.944 19.2535 16.4079 18.9048 16.6314C18.556 16.8549 18.0921 16.7535 17.8686 16.4047L15.3047 12.4051L14.25 13.5021V16C14.25 16.4142 13.9142 16.75 13.5 16.75C13.0858 16.75 12.75 16.4142 12.75 16V8C12.75 7.58579 13.0858 7.25 13.5 7.25C13.9142 7.25 14.25 7.58579 14.25 8V11.3379L17.9594 7.48017C18.2465 7.18159 18.7213 7.17228 19.0198 7.45938Z" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function SolarFourKBold(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" fillRule="evenodd" d="M2 12C2 7.28595 2 4.92893 3.46447 3.46447C4.92893 2 7.28595 2 12 2C16.714 2 19.0711 2 20.5355 3.46447C22 4.92893 22 7.28595 22 12C22 16.714 22 19.0711 20.5355 20.5355C19.0711 22 16.714 22 12 22C7.28595 22 4.92893 22 3.46447 20.5355C2 19.0711 2 16.714 2 12ZM6.25 8C6.25 7.58579 5.91421 7.25 5.5 7.25C5.08579 7.25 4.75 7.58579 4.75 8V10C4.75 11.5188 5.98122 12.75 7.5 12.75H9.75V16C9.75 16.4142 10.0858 16.75 10.5 16.75C10.9142 16.75 11.25 16.4142 11.25 16V8C11.25 7.58579 10.9142 7.25 10.5 7.25C10.0858 7.25 9.75 7.58579 9.75 8V11.25H7.5C6.80964 11.25 6.25 10.6904 6.25 10V8ZM19.0198 7.45938C19.3184 7.74647 19.3277 8.22125 19.0406 8.51983L16.3738 11.2933L19.1314 15.5953C19.3549 15.944 19.2535 16.4079 18.9048 16.6314C18.556 16.8549 18.0921 16.7535 17.8686 16.4047L15.3047 12.4051L14.25 13.5021V16C14.25 16.4142 13.9142 16.75 13.5 16.75C13.0858 16.75 12.75 16.4142 12.75 16V8C12.75 7.58579 13.0858 7.25 13.5 7.25C13.9142 7.25 14.25 7.58579 14.25 8V11.3379L17.9594 7.48017C18.2465 7.18159 18.7213 7.17228 19.0198 7.45938Z" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M2 12C2 7.28595 2 4.92893 3.46447 3.46447C4.92893 2 7.28595 2 12 2C16.714 2 19.0711 2 20.5355 3.46447C22 4.92893 22 7.28595 22 12C22 16.714 22 19.0711 20.5355 20.5355C19.0711 22 16.714 22 12 22C7.28595 22 4.92893 22 3.46447 20.5355C2 19.0711 2 16.714 2 12ZM6.25 8C6.25 7.58579 5.91421 7.25 5.5 7.25C5.08579 7.25 4.75 7.58579 4.75 8V10C4.75 11.5188 5.98122 12.75 7.5 12.75H9.75V16C9.75 16.4142 10.0858 16.75 10.5 16.75C10.9142 16.75 11.25 16.4142 11.25 16V8C11.25 7.58579 10.9142 7.25 10.5 7.25C10.0858 7.25 9.75 7.58579 9.75 8V11.25H7.5C6.80964 11.25 6.25 10.6904 6.25 10V8ZM19.0198 7.45938C19.3184 7.74647 19.3277 8.22125 19.0406 8.51983L16.3738 11.2933L19.1314 15.5953C19.3549 15.944 19.2535 16.4079 18.9048 16.6314C18.556 16.8549 18.0921 16.7535 17.8686 16.4047L15.3047 12.4051L14.25 13.5021V16C14.25 16.4142 13.9142 16.75 13.5 16.75C13.0858 16.75 12.75 16.4142 12.75 16V8C12.75 7.58579 13.0858 7.25 13.5 7.25C13.9142 7.25 14.25 7.58579 14.25 8V11.3379L17.9594 7.48017C18.2465 7.18159 18.7213 7.17228 19.0198 7.45938Z" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-four-k-bold {
  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%20fill-rule%3D%22evenodd%22%20d%3D%22M2%2012C2%207.28595%202%204.92893%203.46447%203.46447C4.92893%202%207.28595%202%2012%202C16.714%202%2019.0711%202%2020.5355%203.46447C22%204.92893%2022%207.28595%2022%2012C22%2016.714%2022%2019.0711%2020.5355%2020.5355C19.0711%2022%2016.714%2022%2012%2022C7.28595%2022%204.92893%2022%203.46447%2020.5355C2%2019.0711%202%2016.714%202%2012ZM6.25%208C6.25%207.58579%205.91421%207.25%205.5%207.25C5.08579%207.25%204.75%207.58579%204.75%208V10C4.75%2011.5188%205.98122%2012.75%207.5%2012.75H9.75V16C9.75%2016.4142%2010.0858%2016.75%2010.5%2016.75C10.9142%2016.75%2011.25%2016.4142%2011.25%2016V8C11.25%207.58579%2010.9142%207.25%2010.5%207.25C10.0858%207.25%209.75%207.58579%209.75%208V11.25H7.5C6.80964%2011.25%206.25%2010.6904%206.25%2010V8ZM19.0198%207.45938C19.3184%207.74647%2019.3277%208.22125%2019.0406%208.51983L16.3738%2011.2933L19.1314%2015.5953C19.3549%2015.944%2019.2535%2016.4079%2018.9048%2016.6314C18.556%2016.8549%2018.0921%2016.7535%2017.8686%2016.4047L15.3047%2012.4051L14.25%2013.5021V16C14.25%2016.4142%2013.9142%2016.75%2013.5%2016.75C13.0858%2016.75%2012.75%2016.4142%2012.75%2016V8C12.75%207.58579%2013.0858%207.25%2013.5%207.25C13.9142%207.25%2014.25%207.58579%2014.25%208V11.3379L17.9594%207.48017C18.2465%207.18159%2018.7213%207.17228%2019.0198%207.45938Z%22%20clip-rule%3D%22evenodd%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%20fill-rule%3D%22evenodd%22%20d%3D%22M2%2012C2%207.28595%202%204.92893%203.46447%203.46447C4.92893%202%207.28595%202%2012%202C16.714%202%2019.0711%202%2020.5355%203.46447C22%204.92893%2022%207.28595%2022%2012C22%2016.714%2022%2019.0711%2020.5355%2020.5355C19.0711%2022%2016.714%2022%2012%2022C7.28595%2022%204.92893%2022%203.46447%2020.5355C2%2019.0711%202%2016.714%202%2012ZM6.25%208C6.25%207.58579%205.91421%207.25%205.5%207.25C5.08579%207.25%204.75%207.58579%204.75%208V10C4.75%2011.5188%205.98122%2012.75%207.5%2012.75H9.75V16C9.75%2016.4142%2010.0858%2016.75%2010.5%2016.75C10.9142%2016.75%2011.25%2016.4142%2011.25%2016V8C11.25%207.58579%2010.9142%207.25%2010.5%207.25C10.0858%207.25%209.75%207.58579%209.75%208V11.25H7.5C6.80964%2011.25%206.25%2010.6904%206.25%2010V8ZM19.0198%207.45938C19.3184%207.74647%2019.3277%208.22125%2019.0406%208.51983L16.3738%2011.2933L19.1314%2015.5953C19.3549%2015.944%2019.2535%2016.4079%2018.9048%2016.6314C18.556%2016.8549%2018.0921%2016.7535%2017.8686%2016.4047L15.3047%2012.4051L14.25%2013.5021V16C14.25%2016.4142%2013.9142%2016.75%2013.5%2016.75C13.0858%2016.75%2012.75%2016.4142%2012.75%2016V8C12.75%207.58579%2013.0858%207.25%2013.5%207.25C13.9142%207.25%2014.25%207.58579%2014.25%208V11.3379L17.9594%207.48017C18.2465%207.18159%2018.7213%207.17228%2019.0198%207.45938Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/solar/four-k-bold.svg?color=%231a73e8&size=48