text bold circle icon

text-bold-circle-bold-duotone from Solar by 480 Design · Bold Duotone · Text Formatting · CC-BY-4.0 Attribution required.

Name
text-bold-circle-bold-duotone
Set
Solar
Style
Bold Duotone
Category
Text Formatting
Viewbox
24×24
License
CC BY 4.0

5 other variants in Solar

More text formatting icons from Solar

Use the text bold circle icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2Z" opacity=".5"/><path fill-rule="evenodd" d="M9.52174 5.25C8.26709 5.25 7.25 6.26709 7.25 7.52174V16.8235C7.25 17.8875 8.11251 18.75 9.17647 18.75H13C15.0711 18.75 16.75 17.0711 16.75 15C16.75 13.5268 15.9004 12.2519 14.6645 11.6387C15.3356 10.9612 15.75 10.029 15.75 9C15.75 6.92893 14.0711 5.25 12 5.25H9.52174ZM12 11.25H8.75V7.52174C8.75 7.09552 9.09552 6.75 9.52174 6.75H12C13.2426 6.75 14.25 7.75736 14.25 9C14.25 10.2426 13.2426 11.25 12 11.25ZM8.75 16.8235V12.75H13C14.2426 12.75 15.25 13.7574 15.25 15C15.25 16.2426 14.2426 17.25 13 17.25H9.17647C8.94094 17.25 8.75 17.0591 8.75 16.8235Z" clip-rule="evenodd"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarTextBoldCircleBoldDuotone(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="M12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2Z" opacity=".5"/><path fillRule="evenodd" d="M9.52174 5.25C8.26709 5.25 7.25 6.26709 7.25 7.52174V16.8235C7.25 17.8875 8.11251 18.75 9.17647 18.75H13C15.0711 18.75 16.75 17.0711 16.75 15C16.75 13.5268 15.9004 12.2519 14.6645 11.6387C15.3356 10.9612 15.75 10.029 15.75 9C15.75 6.92893 14.0711 5.25 12 5.25H9.52174ZM12 11.25H8.75V7.52174C8.75 7.09552 9.09552 6.75 9.52174 6.75H12C13.2426 6.75 14.25 7.75736 14.25 9C14.25 10.2426 13.2426 11.25 12 11.25ZM8.75 16.8235V12.75H13C14.2426 12.75 15.25 13.7574 15.25 15C15.25 16.2426 14.2426 17.25 13 17.25H9.17647C8.94094 17.25 8.75 17.0591 8.75 16.8235Z" clipRule="evenodd"/></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="M12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2Z" opacity=".5"/><path fill-rule="evenodd" d="M9.52174 5.25C8.26709 5.25 7.25 6.26709 7.25 7.52174V16.8235C7.25 17.8875 8.11251 18.75 9.17647 18.75H13C15.0711 18.75 16.75 17.0711 16.75 15C16.75 13.5268 15.9004 12.2519 14.6645 11.6387C15.3356 10.9612 15.75 10.029 15.75 9C15.75 6.92893 14.0711 5.25 12 5.25H9.52174ZM12 11.25H8.75V7.52174C8.75 7.09552 9.09552 6.75 9.52174 6.75H12C13.2426 6.75 14.25 7.75736 14.25 9C14.25 10.2426 13.2426 11.25 12 11.25ZM8.75 16.8235V12.75H13C14.2426 12.75 15.25 13.7574 15.25 15C15.25 16.2426 14.2426 17.25 13 17.25H9.17647C8.94094 17.25 8.75 17.0591 8.75 16.8235Z" clip-rule="evenodd"/></g></svg>
</template>

CSS

.icon-text-bold-circle-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%22M12%202C6.47715%202%202%206.47715%202%2012C2%2017.5228%206.47715%2022%2012%2022C17.5228%2022%2022%2017.5228%2022%2012C22%206.47715%2017.5228%202%2012%202Z%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M9.52174%205.25C8.26709%205.25%207.25%206.26709%207.25%207.52174V16.8235C7.25%2017.8875%208.11251%2018.75%209.17647%2018.75H13C15.0711%2018.75%2016.75%2017.0711%2016.75%2015C16.75%2013.5268%2015.9004%2012.2519%2014.6645%2011.6387C15.3356%2010.9612%2015.75%2010.029%2015.75%209C15.75%206.92893%2014.0711%205.25%2012%205.25H9.52174ZM12%2011.25H8.75V7.52174C8.75%207.09552%209.09552%206.75%209.52174%206.75H12C13.2426%206.75%2014.25%207.75736%2014.25%209C14.25%2010.2426%2013.2426%2011.25%2012%2011.25ZM8.75%2016.8235V12.75H13C14.2426%2012.75%2015.25%2013.7574%2015.25%2015C15.25%2016.2426%2014.2426%2017.25%2013%2017.25H9.17647C8.94094%2017.25%208.75%2017.0591%208.75%2016.8235Z%22%20clip-rule%3D%22evenodd%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%22M12%202C6.47715%202%202%206.47715%202%2012C2%2017.5228%206.47715%2022%2012%2022C17.5228%2022%2022%2017.5228%2022%2012C22%206.47715%2017.5228%202%2012%202Z%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M9.52174%205.25C8.26709%205.25%207.25%206.26709%207.25%207.52174V16.8235C7.25%2017.8875%208.11251%2018.75%209.17647%2018.75H13C15.0711%2018.75%2016.75%2017.0711%2016.75%2015C16.75%2013.5268%2015.9004%2012.2519%2014.6645%2011.6387C15.3356%2010.9612%2015.75%2010.029%2015.75%209C15.75%206.92893%2014.0711%205.25%2012%205.25H9.52174ZM12%2011.25H8.75V7.52174C8.75%207.09552%209.09552%206.75%209.52174%206.75H12C13.2426%206.75%2014.25%207.75736%2014.25%209C14.25%2010.2426%2013.2426%2011.25%2012%2011.25ZM8.75%2016.8235V12.75H13C14.2426%2012.75%2015.25%2013.7574%2015.25%2015C15.25%2016.2426%2014.2426%2017.25%2013%2017.25H9.17647C8.94094%2017.25%208.75%2017.0591%208.75%2016.8235Z%22%20clip-rule%3D%22evenodd%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/text-bold-circle-bold-duotone.svg?color=%231a73e8&size=48