text cross icon

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

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

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M16.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 4H13V9V20H17C17.5523 20 18 20.4477 18 21C18 21.5523 17.5523 22 17 22H12.0034L12 22L11.9966 22H7C6.44772 22 6 21.5523 6 21C6 20.4477 6.44772 20 7 20H11V9V4H8C7.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.95L3 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 2H16.0658Z" opacity=".5"/><path d="M4 11C3.44772 11 3 11.4477 3 12C3 12.5523 3.44772 13 4 13H20C20.5523 13 21 12.5523 21 12C21 11.4477 20.5523 11 20 11H4Z"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarTextCrossBoldDuotone(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="M16.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 4H13V9V20H17C17.5523 20 18 20.4477 18 21C18 21.5523 17.5523 22 17 22H12.0034L12 22L11.9966 22H7C6.44772 22 6 21.5523 6 21C6 20.4477 6.44772 20 7 20H11V9V4H8C7.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.95L3 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 2H16.0658Z" opacity=".5"/><path d="M4 11C3.44772 11 3 11.4477 3 12C3 12.5523 3.44772 13 4 13H20C20.5523 13 21 12.5523 21 12C21 11.4477 20.5523 11 20 11H4Z"/></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="M16.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 4H13V9V20H17C17.5523 20 18 20.4477 18 21C18 21.5523 17.5523 22 17 22H12.0034L12 22L11.9966 22H7C6.44772 22 6 21.5523 6 21C6 20.4477 6.44772 20 7 20H11V9V4H8C7.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.95L3 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 2H16.0658Z" opacity=".5"/><path d="M4 11C3.44772 11 3 11.4477 3 12C3 12.5523 3.44772 13 4 13H20C20.5523 13 21 12.5523 21 12C21 11.4477 20.5523 11 20 11H4Z"/></g></svg>
</template>

CSS

.icon-text-cross-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%22M16.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%204H13V9V20H17C17.5523%2020%2018%2020.4477%2018%2021C18%2021.5523%2017.5523%2022%2017%2022H12.0034L12%2022L11.9966%2022H7C6.44772%2022%206%2021.5523%206%2021C6%2020.4477%206.44772%2020%207%2020H11V9V4H8C7.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.95L3%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%202H16.0658Z%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M4%2011C3.44772%2011%203%2011.4477%203%2012C3%2012.5523%203.44772%2013%204%2013H20C20.5523%2013%2021%2012.5523%2021%2012C21%2011.4477%2020.5523%2011%2020%2011H4Z%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%22M16.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%204H13V9V20H17C17.5523%2020%2018%2020.4477%2018%2021C18%2021.5523%2017.5523%2022%2017%2022H12.0034L12%2022L11.9966%2022H7C6.44772%2022%206%2021.5523%206%2021C6%2020.4477%206.44772%2020%207%2020H11V9V4H8C7.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.95L3%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%202H16.0658Z%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M4%2011C3.44772%2011%203%2011.4477%203%2012C3%2012.5523%203.44772%2013%204%2013H20C20.5523%2013%2021%2012.5523%2021%2012C21%2011.4477%2020.5523%2011%2020%2011H4Z%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-bold-duotone.svg?color=%231a73e8&size=48