text bold icon

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

Name
text-bold-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 bold icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="M4 4.6087C4 2.61567 5.61567 1 7.6087 1H12C15.3137 1 18 3.68629 18 7C18 10.3137 15.3137 13 12 13H4V4.6087ZM7.6087 3C6.72024 3 6 3.72024 6 4.6087V11H12C14.2091 11 16 9.20914 16 7C16 4.79086 14.2091 3 12 3H7.6087Z" clip-rule="evenodd"/><path d="M4 12.9999V19.9411C4 21.6305 5.36948 22.9999 7.05882 22.9999H14C17.3137 22.9999 20 20.3137 20 16.9999C20 14.4259 18.3791 12.2304 16.1022 11.3785C15.0293 12.3842 13.5866 12.9999 12 12.9999H14C16.2091 12.9999 18 14.7908 18 16.9999C18 19.2091 16.2091 20.9999 14 20.9999H7.05882C6.47405 20.9999 6 20.5259 6 19.9411V12.9999H4Z" opacity=".5"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarTextBoldBoldDuotone(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 fillRule="evenodd" d="M4 4.6087C4 2.61567 5.61567 1 7.6087 1H12C15.3137 1 18 3.68629 18 7C18 10.3137 15.3137 13 12 13H4V4.6087ZM7.6087 3C6.72024 3 6 3.72024 6 4.6087V11H12C14.2091 11 16 9.20914 16 7C16 4.79086 14.2091 3 12 3H7.6087Z" clipRule="evenodd"/><path d="M4 12.9999V19.9411C4 21.6305 5.36948 22.9999 7.05882 22.9999H14C17.3137 22.9999 20 20.3137 20 16.9999C20 14.4259 18.3791 12.2304 16.1022 11.3785C15.0293 12.3842 13.5866 12.9999 12 12.9999H14C16.2091 12.9999 18 14.7908 18 16.9999C18 19.2091 16.2091 20.9999 14 20.9999H7.05882C6.47405 20.9999 6 20.5259 6 19.9411V12.9999H4Z" opacity=".5"/></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 fill-rule="evenodd" d="M4 4.6087C4 2.61567 5.61567 1 7.6087 1H12C15.3137 1 18 3.68629 18 7C18 10.3137 15.3137 13 12 13H4V4.6087ZM7.6087 3C6.72024 3 6 3.72024 6 4.6087V11H12C14.2091 11 16 9.20914 16 7C16 4.79086 14.2091 3 12 3H7.6087Z" clip-rule="evenodd"/><path d="M4 12.9999V19.9411C4 21.6305 5.36948 22.9999 7.05882 22.9999H14C17.3137 22.9999 20 20.3137 20 16.9999C20 14.4259 18.3791 12.2304 16.1022 11.3785C15.0293 12.3842 13.5866 12.9999 12 12.9999H14C16.2091 12.9999 18 14.7908 18 16.9999C18 19.2091 16.2091 20.9999 14 20.9999H7.05882C6.47405 20.9999 6 20.5259 6 19.9411V12.9999H4Z" opacity=".5"/></g></svg>
</template>

CSS

.icon-text-bold-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%20fill-rule%3D%22evenodd%22%20d%3D%22M4%204.6087C4%202.61567%205.61567%201%207.6087%201H12C15.3137%201%2018%203.68629%2018%207C18%2010.3137%2015.3137%2013%2012%2013H4V4.6087ZM7.6087%203C6.72024%203%206%203.72024%206%204.6087V11H12C14.2091%2011%2016%209.20914%2016%207C16%204.79086%2014.2091%203%2012%203H7.6087Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M4%2012.9999V19.9411C4%2021.6305%205.36948%2022.9999%207.05882%2022.9999H14C17.3137%2022.9999%2020%2020.3137%2020%2016.9999C20%2014.4259%2018.3791%2012.2304%2016.1022%2011.3785C15.0293%2012.3842%2013.5866%2012.9999%2012%2012.9999H14C16.2091%2012.9999%2018%2014.7908%2018%2016.9999C18%2019.2091%2016.2091%2020.9999%2014%2020.9999H7.05882C6.47405%2020.9999%206%2020.5259%206%2019.9411V12.9999H4Z%22%20opacity%3D%22.5%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%20fill-rule%3D%22evenodd%22%20d%3D%22M4%204.6087C4%202.61567%205.61567%201%207.6087%201H12C15.3137%201%2018%203.68629%2018%207C18%2010.3137%2015.3137%2013%2012%2013H4V4.6087ZM7.6087%203C6.72024%203%206%203.72024%206%204.6087V11H12C14.2091%2011%2016%209.20914%2016%207C16%204.79086%2014.2091%203%2012%203H7.6087Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M4%2012.9999V19.9411C4%2021.6305%205.36948%2022.9999%207.05882%2022.9999H14C17.3137%2022.9999%2020%2020.3137%2020%2016.9999C20%2014.4259%2018.3791%2012.2304%2016.1022%2011.3785C15.0293%2012.3842%2013.5866%2012.9999%2012%2012.9999H14C16.2091%2012.9999%2018%2014.7908%2018%2016.9999C18%2019.2091%2016.2091%2020.9999%2014%2020.9999H7.05882C6.47405%2020.9999%206%2020.5259%206%2019.9411V12.9999H4Z%22%20opacity%3D%22.5%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-bold-duotone.svg?color=%231a73e8&size=48