text format icon
text-format-bold-duotone from Solar by 480 Design · Bold Duotone · Text Formatting · CC-BY-4.0 Attribution required.
- Name
- text-format-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
backspace-bolderaser-bolderaser-circle-bolderaser-square-boldlink-boldlink-broken-bold-duotonelink-circle-boldlink-minimalistic-2-boldlink-minimalistic-boldlink-round-angle-boldlink-round-boldlink-square-boldparagraph-spacing-boldquote-boldquote-circle-boldquote-square-boldtext-bold-boldtext-bold-circle-boldtext-bold-square-boldtext-circle-boldtext-cross-boldtext-cross-circle-boldtext-cross-square-boldtext-field-bold
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="M8 2L7.93417 2C7.04769 1.99995 6.28387 1.99991 5.67221 2.08215C5.0167 2.17028 4.38835 2.36902 3.87868 2.87868C3.36902 3.38835 3.17028 4.0167 3.08215 4.67221C2.99991 5.28387 2.99995 6.04769 3 6.93418L3 7.00001V7.95C3 8.50229 3.44772 8.95 4 8.95C4.55229 8.95 5 8.50229 5 7.95V7.00001C5 6.02893 5.00213 5.40122 5.06431 4.93871C5.12263 4.50497 5.21677 4.36902 5.2929 4.2929C5.36902 4.21677 5.50497 4.12263 5.93871 4.06431C6.40122 4.00213 7.02893 4 8 4H11H13H16C16.9711 4 17.5988 4.00213 18.0613 4.06431C18.495 4.12263 18.631 4.21677 18.7071 4.2929C18.7832 4.36902 18.8774 4.50497 18.9357 4.93871C18.9979 5.40122 19 6.02893 19 7.00001V7.95C19 8.50229 19.4477 8.95 20 8.95C20.5523 8.95 21 8.50229 21 7.95L21 6.9342C21.0001 6.0477 21.0001 5.28388 20.9179 4.67221C20.8297 4.0167 20.631 3.38835 20.1213 2.87868C19.6117 2.36902 18.9833 2.17028 18.3278 2.08215C17.7161 1.99991 16.9523 1.99995 16.0658 2L8 2Z" clip-rule="evenodd"/><path d="M13 4H11V20H13V4Z" opacity=".5"/><path fill-rule="evenodd" d="M6 21C6 20.4477 6.44772 20 7 20H17C17.5523 20 18 20.4477 18 21C18 21.5523 17.5523 22 17 22H7C6.44772 22 6 21.5523 6 21Z" clip-rule="evenodd"/></g></svg>
React
import type { SVGProps } from "react";
export function SolarTextFormatBoldDuotone(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="M8 2L7.93417 2C7.04769 1.99995 6.28387 1.99991 5.67221 2.08215C5.0167 2.17028 4.38835 2.36902 3.87868 2.87868C3.36902 3.38835 3.17028 4.0167 3.08215 4.67221C2.99991 5.28387 2.99995 6.04769 3 6.93418L3 7.00001V7.95C3 8.50229 3.44772 8.95 4 8.95C4.55229 8.95 5 8.50229 5 7.95V7.00001C5 6.02893 5.00213 5.40122 5.06431 4.93871C5.12263 4.50497 5.21677 4.36902 5.2929 4.2929C5.36902 4.21677 5.50497 4.12263 5.93871 4.06431C6.40122 4.00213 7.02893 4 8 4H11H13H16C16.9711 4 17.5988 4.00213 18.0613 4.06431C18.495 4.12263 18.631 4.21677 18.7071 4.2929C18.7832 4.36902 18.8774 4.50497 18.9357 4.93871C18.9979 5.40122 19 6.02893 19 7.00001V7.95C19 8.50229 19.4477 8.95 20 8.95C20.5523 8.95 21 8.50229 21 7.95L21 6.9342C21.0001 6.0477 21.0001 5.28388 20.9179 4.67221C20.8297 4.0167 20.631 3.38835 20.1213 2.87868C19.6117 2.36902 18.9833 2.17028 18.3278 2.08215C17.7161 1.99991 16.9523 1.99995 16.0658 2L8 2Z" clipRule="evenodd"/><path d="M13 4H11V20H13V4Z" opacity=".5"/><path fillRule="evenodd" d="M6 21C6 20.4477 6.44772 20 7 20H17C17.5523 20 18 20.4477 18 21C18 21.5523 17.5523 22 17 22H7C6.44772 22 6 21.5523 6 21Z" 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 fill-rule="evenodd" d="M8 2L7.93417 2C7.04769 1.99995 6.28387 1.99991 5.67221 2.08215C5.0167 2.17028 4.38835 2.36902 3.87868 2.87868C3.36902 3.38835 3.17028 4.0167 3.08215 4.67221C2.99991 5.28387 2.99995 6.04769 3 6.93418L3 7.00001V7.95C3 8.50229 3.44772 8.95 4 8.95C4.55229 8.95 5 8.50229 5 7.95V7.00001C5 6.02893 5.00213 5.40122 5.06431 4.93871C5.12263 4.50497 5.21677 4.36902 5.2929 4.2929C5.36902 4.21677 5.50497 4.12263 5.93871 4.06431C6.40122 4.00213 7.02893 4 8 4H11H13H16C16.9711 4 17.5988 4.00213 18.0613 4.06431C18.495 4.12263 18.631 4.21677 18.7071 4.2929C18.7832 4.36902 18.8774 4.50497 18.9357 4.93871C18.9979 5.40122 19 6.02893 19 7.00001V7.95C19 8.50229 19.4477 8.95 20 8.95C20.5523 8.95 21 8.50229 21 7.95L21 6.9342C21.0001 6.0477 21.0001 5.28388 20.9179 4.67221C20.8297 4.0167 20.631 3.38835 20.1213 2.87868C19.6117 2.36902 18.9833 2.17028 18.3278 2.08215C17.7161 1.99991 16.9523 1.99995 16.0658 2L8 2Z" clip-rule="evenodd"/><path d="M13 4H11V20H13V4Z" opacity=".5"/><path fill-rule="evenodd" d="M6 21C6 20.4477 6.44772 20 7 20H17C17.5523 20 18 20.4477 18 21C18 21.5523 17.5523 22 17 22H7C6.44772 22 6 21.5523 6 21Z" clip-rule="evenodd"/></g></svg> </template>
CSS
.icon-text-format-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%22M8%202L7.93417%202C7.04769%201.99995%206.28387%201.99991%205.67221%202.08215C5.0167%202.17028%204.38835%202.36902%203.87868%202.87868C3.36902%203.38835%203.17028%204.0167%203.08215%204.67221C2.99991%205.28387%202.99995%206.04769%203%206.93418L3%207.00001V7.95C3%208.50229%203.44772%208.95%204%208.95C4.55229%208.95%205%208.50229%205%207.95V7.00001C5%206.02893%205.00213%205.40122%205.06431%204.93871C5.12263%204.50497%205.21677%204.36902%205.2929%204.2929C5.36902%204.21677%205.50497%204.12263%205.93871%204.06431C6.40122%204.00213%207.02893%204%208%204H11H13H16C16.9711%204%2017.5988%204.00213%2018.0613%204.06431C18.495%204.12263%2018.631%204.21677%2018.7071%204.2929C18.7832%204.36902%2018.8774%204.50497%2018.9357%204.93871C18.9979%205.40122%2019%206.02893%2019%207.00001V7.95C19%208.50229%2019.4477%208.95%2020%208.95C20.5523%208.95%2021%208.50229%2021%207.95L21%206.9342C21.0001%206.0477%2021.0001%205.28388%2020.9179%204.67221C20.8297%204.0167%2020.631%203.38835%2020.1213%202.87868C19.6117%202.36902%2018.9833%202.17028%2018.3278%202.08215C17.7161%201.99991%2016.9523%201.99995%2016.0658%202L8%202Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M13%204H11V20H13V4Z%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M6%2021C6%2020.4477%206.44772%2020%207%2020H17C17.5523%2020%2018%2020.4477%2018%2021C18%2021.5523%2017.5523%2022%2017%2022H7C6.44772%2022%206%2021.5523%206%2021Z%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%20fill-rule%3D%22evenodd%22%20d%3D%22M8%202L7.93417%202C7.04769%201.99995%206.28387%201.99991%205.67221%202.08215C5.0167%202.17028%204.38835%202.36902%203.87868%202.87868C3.36902%203.38835%203.17028%204.0167%203.08215%204.67221C2.99991%205.28387%202.99995%206.04769%203%206.93418L3%207.00001V7.95C3%208.50229%203.44772%208.95%204%208.95C4.55229%208.95%205%208.50229%205%207.95V7.00001C5%206.02893%205.00213%205.40122%205.06431%204.93871C5.12263%204.50497%205.21677%204.36902%205.2929%204.2929C5.36902%204.21677%205.50497%204.12263%205.93871%204.06431C6.40122%204.00213%207.02893%204%208%204H11H13H16C16.9711%204%2017.5988%204.00213%2018.0613%204.06431C18.495%204.12263%2018.631%204.21677%2018.7071%204.2929C18.7832%204.36902%2018.8774%204.50497%2018.9357%204.93871C18.9979%205.40122%2019%206.02893%2019%207.00001V7.95C19%208.50229%2019.4477%208.95%2020%208.95C20.5523%208.95%2021%208.50229%2021%207.95L21%206.9342C21.0001%206.0477%2021.0001%205.28388%2020.9179%204.67221C20.8297%204.0167%2020.631%203.38835%2020.1213%202.87868C19.6117%202.36902%2018.9833%202.17028%2018.3278%202.08215C17.7161%201.99991%2016.9523%201.99995%2016.0658%202L8%202Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M13%204H11V20H13V4Z%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M6%2021C6%2020.4477%206.44772%2020%207%2020H17C17.5523%2020%2018%2020.4477%2018%2021C18%2021.5523%2017.5523%2022%2017%2022H7C6.44772%2022%206%2021.5523%206%2021Z%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-format-bold-duotone.svg?color=%231a73e8&size=48