text format icon

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

Name
text-format-bold
Set
Solar
Style
Bold
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 format 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="M7.93417 2C7.95604 2 7.97799 2 8 2L16.0658 2C16.9523 1.99995 17.7161 1.99991 18.3278 2.08215C18.9833 2.17028 19.6117 2.36902 20.1213 2.87868C20.631 3.38835 20.8297 4.0167 20.9179 4.67221C21.0001 5.28388 21.0001 6.0477 21 6.9342L21 7.95C21 8.50229 20.5523 8.95 20 8.95C19.4477 8.95 19 8.50229 19 7.95V7.00001C19 6.02893 18.9979 5.40122 18.9357 4.93871C18.8774 4.50497 18.7832 4.36902 18.7071 4.2929C18.631 4.21677 18.495 4.12263 18.0613 4.06431C17.5988 4.00213 16.9711 4 16 4H13V21C13 21.5523 12.5523 22 12 22C11.4477 22 11 21.5523 11 21V4H8C7.02893 4 6.40122 4.00213 5.93871 4.06431C5.50497 4.12263 5.36902 4.21677 5.2929 4.2929C5.21677 4.36902 5.12263 4.50497 5.06431 4.93871C5.00213 5.40122 5 6.02893 5 7.00001V7.95C5 8.50229 4.55229 8.95 4 8.95C3.44772 8.95 3 8.50229 3 7.95V7.00001C3 6.97799 3 6.95604 3 6.93418C2.99995 6.04769 2.99991 5.28387 3.08215 4.67221C3.17028 4.0167 3.36902 3.38835 3.87868 2.87868C4.38835 2.36902 5.0167 2.17028 5.67221 2.08215C6.28387 1.99991 7.04769 1.99995 7.93417 2Z" clip-rule="evenodd"/><path d="M17 20C17.5523 20 18 20.4477 18 21C18 21.5523 17.5523 22 17 22H7C6.44772 22 6 21.5523 6 21C6 20.4477 6.44772 20 7 20H17Z"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarTextFormatBold(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="M7.93417 2C7.95604 2 7.97799 2 8 2L16.0658 2C16.9523 1.99995 17.7161 1.99991 18.3278 2.08215C18.9833 2.17028 19.6117 2.36902 20.1213 2.87868C20.631 3.38835 20.8297 4.0167 20.9179 4.67221C21.0001 5.28388 21.0001 6.0477 21 6.9342L21 7.95C21 8.50229 20.5523 8.95 20 8.95C19.4477 8.95 19 8.50229 19 7.95V7.00001C19 6.02893 18.9979 5.40122 18.9357 4.93871C18.8774 4.50497 18.7832 4.36902 18.7071 4.2929C18.631 4.21677 18.495 4.12263 18.0613 4.06431C17.5988 4.00213 16.9711 4 16 4H13V21C13 21.5523 12.5523 22 12 22C11.4477 22 11 21.5523 11 21V4H8C7.02893 4 6.40122 4.00213 5.93871 4.06431C5.50497 4.12263 5.36902 4.21677 5.2929 4.2929C5.21677 4.36902 5.12263 4.50497 5.06431 4.93871C5.00213 5.40122 5 6.02893 5 7.00001V7.95C5 8.50229 4.55229 8.95 4 8.95C3.44772 8.95 3 8.50229 3 7.95V7.00001C3 6.97799 3 6.95604 3 6.93418C2.99995 6.04769 2.99991 5.28387 3.08215 4.67221C3.17028 4.0167 3.36902 3.38835 3.87868 2.87868C4.38835 2.36902 5.0167 2.17028 5.67221 2.08215C6.28387 1.99991 7.04769 1.99995 7.93417 2Z" clipRule="evenodd"/><path d="M17 20C17.5523 20 18 20.4477 18 21C18 21.5523 17.5523 22 17 22H7C6.44772 22 6 21.5523 6 21C6 20.4477 6.44772 20 7 20H17Z"/></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="M7.93417 2C7.95604 2 7.97799 2 8 2L16.0658 2C16.9523 1.99995 17.7161 1.99991 18.3278 2.08215C18.9833 2.17028 19.6117 2.36902 20.1213 2.87868C20.631 3.38835 20.8297 4.0167 20.9179 4.67221C21.0001 5.28388 21.0001 6.0477 21 6.9342L21 7.95C21 8.50229 20.5523 8.95 20 8.95C19.4477 8.95 19 8.50229 19 7.95V7.00001C19 6.02893 18.9979 5.40122 18.9357 4.93871C18.8774 4.50497 18.7832 4.36902 18.7071 4.2929C18.631 4.21677 18.495 4.12263 18.0613 4.06431C17.5988 4.00213 16.9711 4 16 4H13V21C13 21.5523 12.5523 22 12 22C11.4477 22 11 21.5523 11 21V4H8C7.02893 4 6.40122 4.00213 5.93871 4.06431C5.50497 4.12263 5.36902 4.21677 5.2929 4.2929C5.21677 4.36902 5.12263 4.50497 5.06431 4.93871C5.00213 5.40122 5 6.02893 5 7.00001V7.95C5 8.50229 4.55229 8.95 4 8.95C3.44772 8.95 3 8.50229 3 7.95V7.00001C3 6.97799 3 6.95604 3 6.93418C2.99995 6.04769 2.99991 5.28387 3.08215 4.67221C3.17028 4.0167 3.36902 3.38835 3.87868 2.87868C4.38835 2.36902 5.0167 2.17028 5.67221 2.08215C6.28387 1.99991 7.04769 1.99995 7.93417 2Z" clip-rule="evenodd"/><path d="M17 20C17.5523 20 18 20.4477 18 21C18 21.5523 17.5523 22 17 22H7C6.44772 22 6 21.5523 6 21C6 20.4477 6.44772 20 7 20H17Z"/></g></svg>
</template>

CSS

.icon-text-format-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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M7.93417%202C7.95604%202%207.97799%202%208%202L16.0658%202C16.9523%201.99995%2017.7161%201.99991%2018.3278%202.08215C18.9833%202.17028%2019.6117%202.36902%2020.1213%202.87868C20.631%203.38835%2020.8297%204.0167%2020.9179%204.67221C21.0001%205.28388%2021.0001%206.0477%2021%206.9342L21%207.95C21%208.50229%2020.5523%208.95%2020%208.95C19.4477%208.95%2019%208.50229%2019%207.95V7.00001C19%206.02893%2018.9979%205.40122%2018.9357%204.93871C18.8774%204.50497%2018.7832%204.36902%2018.7071%204.2929C18.631%204.21677%2018.495%204.12263%2018.0613%204.06431C17.5988%204.00213%2016.9711%204%2016%204H13V21C13%2021.5523%2012.5523%2022%2012%2022C11.4477%2022%2011%2021.5523%2011%2021V4H8C7.02893%204%206.40122%204.00213%205.93871%204.06431C5.50497%204.12263%205.36902%204.21677%205.2929%204.2929C5.21677%204.36902%205.12263%204.50497%205.06431%204.93871C5.00213%205.40122%205%206.02893%205%207.00001V7.95C5%208.50229%204.55229%208.95%204%208.95C3.44772%208.95%203%208.50229%203%207.95V7.00001C3%206.97799%203%206.95604%203%206.93418C2.99995%206.04769%202.99991%205.28387%203.08215%204.67221C3.17028%204.0167%203.36902%203.38835%203.87868%202.87868C4.38835%202.36902%205.0167%202.17028%205.67221%202.08215C6.28387%201.99991%207.04769%201.99995%207.93417%202Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M17%2020C17.5523%2020%2018%2020.4477%2018%2021C18%2021.5523%2017.5523%2022%2017%2022H7C6.44772%2022%206%2021.5523%206%2021C6%2020.4477%206.44772%2020%207%2020H17Z%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%22M7.93417%202C7.95604%202%207.97799%202%208%202L16.0658%202C16.9523%201.99995%2017.7161%201.99991%2018.3278%202.08215C18.9833%202.17028%2019.6117%202.36902%2020.1213%202.87868C20.631%203.38835%2020.8297%204.0167%2020.9179%204.67221C21.0001%205.28388%2021.0001%206.0477%2021%206.9342L21%207.95C21%208.50229%2020.5523%208.95%2020%208.95C19.4477%208.95%2019%208.50229%2019%207.95V7.00001C19%206.02893%2018.9979%205.40122%2018.9357%204.93871C18.8774%204.50497%2018.7832%204.36902%2018.7071%204.2929C18.631%204.21677%2018.495%204.12263%2018.0613%204.06431C17.5988%204.00213%2016.9711%204%2016%204H13V21C13%2021.5523%2012.5523%2022%2012%2022C11.4477%2022%2011%2021.5523%2011%2021V4H8C7.02893%204%206.40122%204.00213%205.93871%204.06431C5.50497%204.12263%205.36902%204.21677%205.2929%204.2929C5.21677%204.36902%205.12263%204.50497%205.06431%204.93871C5.00213%205.40122%205%206.02893%205%207.00001V7.95C5%208.50229%204.55229%208.95%204%208.95C3.44772%208.95%203%208.50229%203%207.95V7.00001C3%206.97799%203%206.95604%203%206.93418C2.99995%206.04769%202.99991%205.28387%203.08215%204.67221C3.17028%204.0167%203.36902%203.38835%203.87868%202.87868C4.38835%202.36902%205.0167%202.17028%205.67221%202.08215C6.28387%201.99991%207.04769%201.99995%207.93417%202Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M17%2020C17.5523%2020%2018%2020.4477%2018%2021C18%2021.5523%2017.5523%2022%2017%2022H7C6.44772%2022%206%2021.5523%206%2021C6%2020.4477%206.44772%2020%207%2020H17Z%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-format-bold.svg?color=%231a73e8&size=48