text circle icon

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

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

5 other variants in Solar

The same icon in other sets

More text formatting icons from Solar

Use the text 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="M2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12Z" opacity=".5"/><path d="M9.95197 6.25001C9.52212 6.24994 9.12024 6.24987 8.79192 6.29892C8.42103 6.35433 8.04 6.48531 7.73543 6.82372C7.44103 7.15083 7.3371 7.54062 7.29205 7.91295C7.24993 8.26097 7.24997 8.69239 7.25 9.17955L7.25 9.75001C7.25 10.1642 7.58579 10.5 8 10.5C8.41422 10.5 8.75 10.1642 8.75 9.75001V9.22223C8.75 8.67932 8.7513 8.34012 8.78118 8.09314C8.79521 7.97726 8.81273 7.91049 8.8269 7.87222C8.83886 7.83994 8.8474 7.83047 8.85023 7.82732L8.85104 7.82638C8.85241 7.82474 8.85341 7.82354 8.86242 7.81941C8.87905 7.81181 8.92169 7.79618 9.01354 7.78246C9.21765 7.75197 9.50512 7.75001 10 7.75001H11.25V16.25H9.5C9.08579 16.25 8.75 16.5858 8.75 17C8.75 17.4142 9.08579 17.75 9.5 17.75H15C15.4142 17.75 15.75 17.4142 15.75 17C15.75 16.5858 15.4142 16.25 15 16.25H12.75V7.75001H14C14.4949 7.75001 14.7824 7.75197 14.9865 7.78246C15.0783 7.79618 15.121 7.81181 15.1376 7.81941C15.1466 7.82354 15.1476 7.82474 15.149 7.82638L15.1496 7.82717C15.1525 7.83032 15.1612 7.83994 15.1731 7.87222C15.1873 7.91049 15.2048 7.97726 15.2188 8.09314C15.2487 8.34012 15.25 8.67932 15.25 9.22223V9.75001C15.25 10.1642 15.5858 10.5 16 10.5C16.4142 10.5 16.75 10.1642 16.75 9.75001L16.75 9.17954V9.17953C16.75 8.69239 16.7501 8.26096 16.708 7.91295C16.6629 7.54062 16.559 7.15083 16.2646 6.82372C15.96 6.48531 15.579 6.35433 15.2081 6.29892C14.8798 6.24987 14.4779 6.24994 14.048 6.25001H9.95197Z"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarTextCircleBoldDuotone(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="M2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12Z" opacity=".5"/><path d="M9.95197 6.25001C9.52212 6.24994 9.12024 6.24987 8.79192 6.29892C8.42103 6.35433 8.04 6.48531 7.73543 6.82372C7.44103 7.15083 7.3371 7.54062 7.29205 7.91295C7.24993 8.26097 7.24997 8.69239 7.25 9.17955L7.25 9.75001C7.25 10.1642 7.58579 10.5 8 10.5C8.41422 10.5 8.75 10.1642 8.75 9.75001V9.22223C8.75 8.67932 8.7513 8.34012 8.78118 8.09314C8.79521 7.97726 8.81273 7.91049 8.8269 7.87222C8.83886 7.83994 8.8474 7.83047 8.85023 7.82732L8.85104 7.82638C8.85241 7.82474 8.85341 7.82354 8.86242 7.81941C8.87905 7.81181 8.92169 7.79618 9.01354 7.78246C9.21765 7.75197 9.50512 7.75001 10 7.75001H11.25V16.25H9.5C9.08579 16.25 8.75 16.5858 8.75 17C8.75 17.4142 9.08579 17.75 9.5 17.75H15C15.4142 17.75 15.75 17.4142 15.75 17C15.75 16.5858 15.4142 16.25 15 16.25H12.75V7.75001H14C14.4949 7.75001 14.7824 7.75197 14.9865 7.78246C15.0783 7.79618 15.121 7.81181 15.1376 7.81941C15.1466 7.82354 15.1476 7.82474 15.149 7.82638L15.1496 7.82717C15.1525 7.83032 15.1612 7.83994 15.1731 7.87222C15.1873 7.91049 15.2048 7.97726 15.2188 8.09314C15.2487 8.34012 15.25 8.67932 15.25 9.22223V9.75001C15.25 10.1642 15.5858 10.5 16 10.5C16.4142 10.5 16.75 10.1642 16.75 9.75001L16.75 9.17954V9.17953C16.75 8.69239 16.7501 8.26096 16.708 7.91295C16.6629 7.54062 16.559 7.15083 16.2646 6.82372C15.96 6.48531 15.579 6.35433 15.2081 6.29892C14.8798 6.24987 14.4779 6.24994 14.048 6.25001H9.95197Z"/></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="M2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12Z" opacity=".5"/><path d="M9.95197 6.25001C9.52212 6.24994 9.12024 6.24987 8.79192 6.29892C8.42103 6.35433 8.04 6.48531 7.73543 6.82372C7.44103 7.15083 7.3371 7.54062 7.29205 7.91295C7.24993 8.26097 7.24997 8.69239 7.25 9.17955L7.25 9.75001C7.25 10.1642 7.58579 10.5 8 10.5C8.41422 10.5 8.75 10.1642 8.75 9.75001V9.22223C8.75 8.67932 8.7513 8.34012 8.78118 8.09314C8.79521 7.97726 8.81273 7.91049 8.8269 7.87222C8.83886 7.83994 8.8474 7.83047 8.85023 7.82732L8.85104 7.82638C8.85241 7.82474 8.85341 7.82354 8.86242 7.81941C8.87905 7.81181 8.92169 7.79618 9.01354 7.78246C9.21765 7.75197 9.50512 7.75001 10 7.75001H11.25V16.25H9.5C9.08579 16.25 8.75 16.5858 8.75 17C8.75 17.4142 9.08579 17.75 9.5 17.75H15C15.4142 17.75 15.75 17.4142 15.75 17C15.75 16.5858 15.4142 16.25 15 16.25H12.75V7.75001H14C14.4949 7.75001 14.7824 7.75197 14.9865 7.78246C15.0783 7.79618 15.121 7.81181 15.1376 7.81941C15.1466 7.82354 15.1476 7.82474 15.149 7.82638L15.1496 7.82717C15.1525 7.83032 15.1612 7.83994 15.1731 7.87222C15.1873 7.91049 15.2048 7.97726 15.2188 8.09314C15.2487 8.34012 15.25 8.67932 15.25 9.22223V9.75001C15.25 10.1642 15.5858 10.5 16 10.5C16.4142 10.5 16.75 10.1642 16.75 9.75001L16.75 9.17954V9.17953C16.75 8.69239 16.7501 8.26096 16.708 7.91295C16.6629 7.54062 16.559 7.15083 16.2646 6.82372C15.96 6.48531 15.579 6.35433 15.2081 6.29892C14.8798 6.24987 14.4779 6.24994 14.048 6.25001H9.95197Z"/></g></svg>
</template>

CSS

.icon-text-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%22M2%2012C2%206.47715%206.47715%202%2012%202C17.5228%202%2022%206.47715%2022%2012C22%2017.5228%2017.5228%2022%2012%2022C6.47715%2022%202%2017.5228%202%2012Z%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M9.95197%206.25001C9.52212%206.24994%209.12024%206.24987%208.79192%206.29892C8.42103%206.35433%208.04%206.48531%207.73543%206.82372C7.44103%207.15083%207.3371%207.54062%207.29205%207.91295C7.24993%208.26097%207.24997%208.69239%207.25%209.17955L7.25%209.75001C7.25%2010.1642%207.58579%2010.5%208%2010.5C8.41422%2010.5%208.75%2010.1642%208.75%209.75001V9.22223C8.75%208.67932%208.7513%208.34012%208.78118%208.09314C8.79521%207.97726%208.81273%207.91049%208.8269%207.87222C8.83886%207.83994%208.8474%207.83047%208.85023%207.82732L8.85104%207.82638C8.85241%207.82474%208.85341%207.82354%208.86242%207.81941C8.87905%207.81181%208.92169%207.79618%209.01354%207.78246C9.21765%207.75197%209.50512%207.75001%2010%207.75001H11.25V16.25H9.5C9.08579%2016.25%208.75%2016.5858%208.75%2017C8.75%2017.4142%209.08579%2017.75%209.5%2017.75H15C15.4142%2017.75%2015.75%2017.4142%2015.75%2017C15.75%2016.5858%2015.4142%2016.25%2015%2016.25H12.75V7.75001H14C14.4949%207.75001%2014.7824%207.75197%2014.9865%207.78246C15.0783%207.79618%2015.121%207.81181%2015.1376%207.81941C15.1466%207.82354%2015.1476%207.82474%2015.149%207.82638L15.1496%207.82717C15.1525%207.83032%2015.1612%207.83994%2015.1731%207.87222C15.1873%207.91049%2015.2048%207.97726%2015.2188%208.09314C15.2487%208.34012%2015.25%208.67932%2015.25%209.22223V9.75001C15.25%2010.1642%2015.5858%2010.5%2016%2010.5C16.4142%2010.5%2016.75%2010.1642%2016.75%209.75001L16.75%209.17954V9.17953C16.75%208.69239%2016.7501%208.26096%2016.708%207.91295C16.6629%207.54062%2016.559%207.15083%2016.2646%206.82372C15.96%206.48531%2015.579%206.35433%2015.2081%206.29892C14.8798%206.24987%2014.4779%206.24994%2014.048%206.25001H9.95197Z%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%22M2%2012C2%206.47715%206.47715%202%2012%202C17.5228%202%2022%206.47715%2022%2012C22%2017.5228%2017.5228%2022%2012%2022C6.47715%2022%202%2017.5228%202%2012Z%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M9.95197%206.25001C9.52212%206.24994%209.12024%206.24987%208.79192%206.29892C8.42103%206.35433%208.04%206.48531%207.73543%206.82372C7.44103%207.15083%207.3371%207.54062%207.29205%207.91295C7.24993%208.26097%207.24997%208.69239%207.25%209.17955L7.25%209.75001C7.25%2010.1642%207.58579%2010.5%208%2010.5C8.41422%2010.5%208.75%2010.1642%208.75%209.75001V9.22223C8.75%208.67932%208.7513%208.34012%208.78118%208.09314C8.79521%207.97726%208.81273%207.91049%208.8269%207.87222C8.83886%207.83994%208.8474%207.83047%208.85023%207.82732L8.85104%207.82638C8.85241%207.82474%208.85341%207.82354%208.86242%207.81941C8.87905%207.81181%208.92169%207.79618%209.01354%207.78246C9.21765%207.75197%209.50512%207.75001%2010%207.75001H11.25V16.25H9.5C9.08579%2016.25%208.75%2016.5858%208.75%2017C8.75%2017.4142%209.08579%2017.75%209.5%2017.75H15C15.4142%2017.75%2015.75%2017.4142%2015.75%2017C15.75%2016.5858%2015.4142%2016.25%2015%2016.25H12.75V7.75001H14C14.4949%207.75001%2014.7824%207.75197%2014.9865%207.78246C15.0783%207.79618%2015.121%207.81181%2015.1376%207.81941C15.1466%207.82354%2015.1476%207.82474%2015.149%207.82638L15.1496%207.82717C15.1525%207.83032%2015.1612%207.83994%2015.1731%207.87222C15.1873%207.91049%2015.2048%207.97726%2015.2188%208.09314C15.2487%208.34012%2015.25%208.67932%2015.25%209.22223V9.75001C15.25%2010.1642%2015.5858%2010.5%2016%2010.5C16.4142%2010.5%2016.75%2010.1642%2016.75%209.75001L16.75%209.17954V9.17953C16.75%208.69239%2016.7501%208.26096%2016.708%207.91295C16.6629%207.54062%2016.559%207.15083%2016.2646%206.82372C15.96%206.48531%2015.579%206.35433%2015.2081%206.29892C14.8798%206.24987%2014.4779%206.24994%2014.048%206.25001H9.95197Z%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-circle-bold-duotone.svg?color=%231a73e8&size=48