expressionless square icon

expressionless-square-bold-duotone from Solar by 480 Design · Bold Duotone · Faces · CC-BY-4.0 Attribution required.

Name
expressionless-square-bold-duotone
Set
Solar
Style
Bold Duotone
Category
Faces
Viewbox
24×24
License
CC BY 4.0

5 other variants in Solar

More faces icons from Solar

Use the expressionless square icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M3.46447 20.5355C4.92893 22 7.28595 22 12 22C16.714 22 19.0711 22 20.5355 20.5355C22 19.0711 22 16.714 22 12C22 7.28595 22 4.92893 20.5355 3.46447C19.0711 2 16.714 2 12 2C7.28595 2 4.92893 2 3.46447 3.46447C2 4.92893 2 7.28595 2 12C2 16.714 2 19.0711 3.46447 20.5355Z" opacity=".5"/><path d="M9 16.75C8.58579 16.75 8.25 16.4142 8.25 16C8.25 15.5858 8.58579 15.25 9 15.25H15C15.4142 15.25 15.75 15.5858 15.75 16C15.75 16.4142 15.4142 16.75 15 16.75H9Z"/><path d="M15 12C15.5523 12 16 11.3284 16 10.5C16 9.67157 15.5523 9 15 9C14.4477 9 14 9.67157 14 10.5C14 11.3284 14.4477 12 15 12Z"/><path d="M9 12C9.55228 12 10 11.3284 10 10.5C10 9.67157 9.55228 9 9 9C8.44772 9 8 9.67157 8 10.5C8 11.3284 8.44772 12 9 12Z"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarExpressionlessSquareBoldDuotone(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M3.46447 20.5355C4.92893 22 7.28595 22 12 22C16.714 22 19.0711 22 20.5355 20.5355C22 19.0711 22 16.714 22 12C22 7.28595 22 4.92893 20.5355 3.46447C19.0711 2 16.714 2 12 2C7.28595 2 4.92893 2 3.46447 3.46447C2 4.92893 2 7.28595 2 12C2 16.714 2 19.0711 3.46447 20.5355Z" opacity=".5"/><path d="M9 16.75C8.58579 16.75 8.25 16.4142 8.25 16C8.25 15.5858 8.58579 15.25 9 15.25H15C15.4142 15.25 15.75 15.5858 15.75 16C15.75 16.4142 15.4142 16.75 15 16.75H9Z"/><path d="M15 12C15.5523 12 16 11.3284 16 10.5C16 9.67157 15.5523 9 15 9C14.4477 9 14 9.67157 14 10.5C14 11.3284 14.4477 12 15 12Z"/><path d="M9 12C9.55228 12 10 11.3284 10 10.5C10 9.67157 9.55228 9 9 9C8.44772 9 8 9.67157 8 10.5C8 11.3284 8.44772 12 9 12Z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M3.46447 20.5355C4.92893 22 7.28595 22 12 22C16.714 22 19.0711 22 20.5355 20.5355C22 19.0711 22 16.714 22 12C22 7.28595 22 4.92893 20.5355 3.46447C19.0711 2 16.714 2 12 2C7.28595 2 4.92893 2 3.46447 3.46447C2 4.92893 2 7.28595 2 12C2 16.714 2 19.0711 3.46447 20.5355Z" opacity=".5"/><path d="M9 16.75C8.58579 16.75 8.25 16.4142 8.25 16C8.25 15.5858 8.58579 15.25 9 15.25H15C15.4142 15.25 15.75 15.5858 15.75 16C15.75 16.4142 15.4142 16.75 15 16.75H9Z"/><path d="M15 12C15.5523 12 16 11.3284 16 10.5C16 9.67157 15.5523 9 15 9C14.4477 9 14 9.67157 14 10.5C14 11.3284 14.4477 12 15 12Z"/><path d="M9 12C9.55228 12 10 11.3284 10 10.5C10 9.67157 9.55228 9 9 9C8.44772 9 8 9.67157 8 10.5C8 11.3284 8.44772 12 9 12Z"/></g></svg>
</template>

CSS

.icon-expressionless-square-bold-duotone {
  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%22currentColor%22%3E%3Cpath%20d%3D%22M3.46447%2020.5355C4.92893%2022%207.28595%2022%2012%2022C16.714%2022%2019.0711%2022%2020.5355%2020.5355C22%2019.0711%2022%2016.714%2022%2012C22%207.28595%2022%204.92893%2020.5355%203.46447C19.0711%202%2016.714%202%2012%202C7.28595%202%204.92893%202%203.46447%203.46447C2%204.92893%202%207.28595%202%2012C2%2016.714%202%2019.0711%203.46447%2020.5355Z%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M9%2016.75C8.58579%2016.75%208.25%2016.4142%208.25%2016C8.25%2015.5858%208.58579%2015.25%209%2015.25H15C15.4142%2015.25%2015.75%2015.5858%2015.75%2016C15.75%2016.4142%2015.4142%2016.75%2015%2016.75H9Z%22%2F%3E%3Cpath%20d%3D%22M15%2012C15.5523%2012%2016%2011.3284%2016%2010.5C16%209.67157%2015.5523%209%2015%209C14.4477%209%2014%209.67157%2014%2010.5C14%2011.3284%2014.4477%2012%2015%2012Z%22%2F%3E%3Cpath%20d%3D%22M9%2012C9.55228%2012%2010%2011.3284%2010%2010.5C10%209.67157%209.55228%209%209%209C8.44772%209%208%209.67157%208%2010.5C8%2011.3284%208.44772%2012%209%2012Z%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%22currentColor%22%3E%3Cpath%20d%3D%22M3.46447%2020.5355C4.92893%2022%207.28595%2022%2012%2022C16.714%2022%2019.0711%2022%2020.5355%2020.5355C22%2019.0711%2022%2016.714%2022%2012C22%207.28595%2022%204.92893%2020.5355%203.46447C19.0711%202%2016.714%202%2012%202C7.28595%202%204.92893%202%203.46447%203.46447C2%204.92893%202%207.28595%202%2012C2%2016.714%202%2019.0711%203.46447%2020.5355Z%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M9%2016.75C8.58579%2016.75%208.25%2016.4142%208.25%2016C8.25%2015.5858%208.58579%2015.25%209%2015.25H15C15.4142%2015.25%2015.75%2015.5858%2015.75%2016C15.75%2016.4142%2015.4142%2016.75%2015%2016.75H9Z%22%2F%3E%3Cpath%20d%3D%22M15%2012C15.5523%2012%2016%2011.3284%2016%2010.5C16%209.67157%2015.5523%209%2015%209C14.4477%209%2014%209.67157%2014%2010.5C14%2011.3284%2014.4477%2012%2015%2012Z%22%2F%3E%3Cpath%20d%3D%22M9%2012C9.55228%2012%2010%2011.3284%2010%2010.5C10%209.67157%209.55228%209%209%209C8.44772%209%208%209.67157%208%2010.5C8%2011.3284%208.44772%2012%209%2012Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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