text cross circle icon

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

Name
text-cross-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 cross 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.22223C7.25 9.63645 7.58579 9.97223 8 9.97223C8.41422 9.97223 8.75 9.63645 8.75 9.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.25V9.50001C11.25 9.91422 11.5858 10.25 12 10.25C12.4142 10.25 12.75 9.91422 12.75 9.50001V7.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.22223C15.25 9.63645 15.5858 9.97223 16 9.97223C16.4142 9.97223 16.75 9.63645 16.75 9.22223L16.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"/><path d="M8 11.25C7.58579 11.25 7.25 11.5858 7.25 12C7.25 12.4142 7.58579 12.75 8 12.75H16C16.4142 12.75 16.75 12.4142 16.75 12C16.75 11.5858 16.4142 11.25 16 11.25H8Z"/><path d="M12.75 14.5C12.75 14.0858 12.4142 13.75 12 13.75C11.5858 13.75 11.25 14.0858 11.25 14.5V16.25H9.5C9.08579 16.25 8.75 16.5858 8.75 17C8.75 17.4142 9.08579 17.75 9.5 17.75H14.5C14.9142 17.75 15.25 17.4142 15.25 17C15.25 16.5858 14.9142 16.25 14.5 16.25H12.75V14.5Z"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarTextCrossCircleBoldDuotone(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.22223C7.25 9.63645 7.58579 9.97223 8 9.97223C8.41422 9.97223 8.75 9.63645 8.75 9.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.25V9.50001C11.25 9.91422 11.5858 10.25 12 10.25C12.4142 10.25 12.75 9.91422 12.75 9.50001V7.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.22223C15.25 9.63645 15.5858 9.97223 16 9.97223C16.4142 9.97223 16.75 9.63645 16.75 9.22223L16.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"/><path d="M8 11.25C7.58579 11.25 7.25 11.5858 7.25 12C7.25 12.4142 7.58579 12.75 8 12.75H16C16.4142 12.75 16.75 12.4142 16.75 12C16.75 11.5858 16.4142 11.25 16 11.25H8Z"/><path d="M12.75 14.5C12.75 14.0858 12.4142 13.75 12 13.75C11.5858 13.75 11.25 14.0858 11.25 14.5V16.25H9.5C9.08579 16.25 8.75 16.5858 8.75 17C8.75 17.4142 9.08579 17.75 9.5 17.75H14.5C14.9142 17.75 15.25 17.4142 15.25 17C15.25 16.5858 14.9142 16.25 14.5 16.25H12.75V14.5Z"/></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.22223C7.25 9.63645 7.58579 9.97223 8 9.97223C8.41422 9.97223 8.75 9.63645 8.75 9.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.25V9.50001C11.25 9.91422 11.5858 10.25 12 10.25C12.4142 10.25 12.75 9.91422 12.75 9.50001V7.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.22223C15.25 9.63645 15.5858 9.97223 16 9.97223C16.4142 9.97223 16.75 9.63645 16.75 9.22223L16.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"/><path d="M8 11.25C7.58579 11.25 7.25 11.5858 7.25 12C7.25 12.4142 7.58579 12.75 8 12.75H16C16.4142 12.75 16.75 12.4142 16.75 12C16.75 11.5858 16.4142 11.25 16 11.25H8Z"/><path d="M12.75 14.5C12.75 14.0858 12.4142 13.75 12 13.75C11.5858 13.75 11.25 14.0858 11.25 14.5V16.25H9.5C9.08579 16.25 8.75 16.5858 8.75 17C8.75 17.4142 9.08579 17.75 9.5 17.75H14.5C14.9142 17.75 15.25 17.4142 15.25 17C15.25 16.5858 14.9142 16.25 14.5 16.25H12.75V14.5Z"/></g></svg>
</template>

CSS

.icon-text-cross-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.22223C7.25%209.63645%207.58579%209.97223%208%209.97223C8.41422%209.97223%208.75%209.63645%208.75%209.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.25V9.50001C11.25%209.91422%2011.5858%2010.25%2012%2010.25C12.4142%2010.25%2012.75%209.91422%2012.75%209.50001V7.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.22223C15.25%209.63645%2015.5858%209.97223%2016%209.97223C16.4142%209.97223%2016.75%209.63645%2016.75%209.22223L16.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%3Cpath%20d%3D%22M8%2011.25C7.58579%2011.25%207.25%2011.5858%207.25%2012C7.25%2012.4142%207.58579%2012.75%208%2012.75H16C16.4142%2012.75%2016.75%2012.4142%2016.75%2012C16.75%2011.5858%2016.4142%2011.25%2016%2011.25H8Z%22%2F%3E%3Cpath%20d%3D%22M12.75%2014.5C12.75%2014.0858%2012.4142%2013.75%2012%2013.75C11.5858%2013.75%2011.25%2014.0858%2011.25%2014.5V16.25H9.5C9.08579%2016.25%208.75%2016.5858%208.75%2017C8.75%2017.4142%209.08579%2017.75%209.5%2017.75H14.5C14.9142%2017.75%2015.25%2017.4142%2015.25%2017C15.25%2016.5858%2014.9142%2016.25%2014.5%2016.25H12.75V14.5Z%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.22223C7.25%209.63645%207.58579%209.97223%208%209.97223C8.41422%209.97223%208.75%209.63645%208.75%209.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.25V9.50001C11.25%209.91422%2011.5858%2010.25%2012%2010.25C12.4142%2010.25%2012.75%209.91422%2012.75%209.50001V7.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.22223C15.25%209.63645%2015.5858%209.97223%2016%209.97223C16.4142%209.97223%2016.75%209.63645%2016.75%209.22223L16.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%3Cpath%20d%3D%22M8%2011.25C7.58579%2011.25%207.25%2011.5858%207.25%2012C7.25%2012.4142%207.58579%2012.75%208%2012.75H16C16.4142%2012.75%2016.75%2012.4142%2016.75%2012C16.75%2011.5858%2016.4142%2011.25%2016%2011.25H8Z%22%2F%3E%3Cpath%20d%3D%22M12.75%2014.5C12.75%2014.0858%2012.4142%2013.75%2012%2013.75C11.5858%2013.75%2011.25%2014.0858%2011.25%2014.5V16.25H9.5C9.08579%2016.25%208.75%2016.5858%208.75%2017C8.75%2017.4142%209.08579%2017.75%209.5%2017.75H14.5C14.9142%2017.75%2015.25%2017.4142%2015.25%2017C15.25%2016.5858%2014.9142%2016.25%2014.5%2016.25H12.75V14.5Z%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-cross-circle-bold-duotone.svg?color=%231a73e8&size=48