expressionless circle icon
expressionless-circle-bold from Solar by 480 Design · Bold · Faces · CC-BY-4.0 Attribution required.
- Name
- expressionless-circle-bold
- Set
- Solar
- Style
- Bold
- Category
- Faces
- Viewbox
- 24×24
- License
- CC BY 4.0
5 other variants in Solar
More faces icons from Solar
confounded-circle-boldconfounded-square-boldemoji-funny-circle-boldemoji-funny-square-boldexpressionless-square-boldface-scan-circle-boldface-scan-square-boldfacemask-circle-boldfacemask-square-boldsad-circle-boldsad-square-boldsleeping-circle-boldsleeping-square-boldsmile-circle-boldsmile-square-boldsticker-circle-boldsticker-smile-circle-2-boldsticker-smile-circle-boldsticker-smile-square-boldsticker-square-bold
Use the expressionless circle 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="M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22ZM8.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.75H9C8.58579 16.75 8.25 16.4142 8.25 16ZM10 10.5C10 11.3284 9.55228 12 9 12C8.44772 12 8 11.3284 8 10.5C8 9.67157 8.44772 9 9 9C9.55228 9 10 9.67157 10 10.5ZM15 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" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function SolarExpressionlessCircleBold(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="M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22ZM8.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.75H9C8.58579 16.75 8.25 16.4142 8.25 16ZM10 10.5C10 11.3284 9.55228 12 9 12C8.44772 12 8 11.3284 8 10.5C8 9.67157 8.44772 9 9 9C9.55228 9 10 9.67157 10 10.5ZM15 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" 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="M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22ZM8.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.75H9C8.58579 16.75 8.25 16.4142 8.25 16ZM10 10.5C10 11.3284 9.55228 12 9 12C8.44772 12 8 11.3284 8 10.5C8 9.67157 8.44772 9 9 9C9.55228 9 10 9.67157 10 10.5ZM15 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" clip-rule="evenodd"/></svg> </template>
CSS
.icon-expressionless-circle-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%22M12%2022C17.5228%2022%2022%2017.5228%2022%2012C22%206.47715%2017.5228%202%2012%202C6.47715%202%202%206.47715%202%2012C2%2017.5228%206.47715%2022%2012%2022ZM8.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.75H9C8.58579%2016.75%208.25%2016.4142%208.25%2016ZM10%2010.5C10%2011.3284%209.55228%2012%209%2012C8.44772%2012%208%2011.3284%208%2010.5C8%209.67157%208.44772%209%209%209C9.55228%209%2010%209.67157%2010%2010.5ZM15%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%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%22M12%2022C17.5228%2022%2022%2017.5228%2022%2012C22%206.47715%2017.5228%202%2012%202C6.47715%202%202%206.47715%202%2012C2%2017.5228%206.47715%2022%2012%2022ZM8.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.75H9C8.58579%2016.75%208.25%2016.4142%208.25%2016ZM10%2010.5C10%2011.3284%209.55228%2012%209%2012C8.44772%2012%208%2011.3284%208%2010.5C8%209.67157%208.44772%209%209%209C9.55228%209%2010%209.67157%2010%2010.5ZM15%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%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/expressionless-circle-bold.svg?color=%231a73e8&size=48