unlink minimalistic icon

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

Name
unlink-minimalistic-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 unlink minimalistic icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><g opacity=".5"><path d="M19.6879 4.15777C16.9672 1.61408 12.5756 1.61408 9.85484 4.15777L9.48781 4.50092C9.18524 4.7838 9.16928 5.25841 9.45216 5.56098C9.73505 5.86355 10.2097 5.87951 10.5122 5.59663L10.8792 5.25348C13.0234 3.24884 16.5193 3.24884 18.6635 5.25348C20.7789 7.23122 20.7789 10.4155 18.6635 12.3933L16.4613 14.4521C16.1587 14.735 16.1428 15.2096 16.4257 15.5122C16.7086 15.8148 17.1832 15.8307 17.4857 15.5479L19.6879 13.489C22.4374 10.9184 22.4374 6.72837 19.6879 4.15777Z"/><path d="M6.17183 10.5347C6.46716 10.2443 6.47114 9.76946 6.18071 9.47413C5.89027 9.17879 5.41542 9.17482 5.12008 9.46525L4.21509 10.3552C1.54336 12.9826 1.61504 17.2094 4.31376 19.7901C7.02135 22.3793 11.4361 22.4174 14.1529 19.8194L14.5184 19.4699C14.8177 19.1836 14.8283 18.7089 14.5421 18.4095C14.2558 18.1101 13.781 18.0995 13.4817 18.3858L13.1162 18.7353C10.9885 20.77 7.48737 20.7494 5.35045 18.706C3.25251 16.6998 3.20945 13.448 5.26684 11.4247L6.17183 10.5347Z"/></g><path d="M7.28013 2.71316C7.12174 2.33042 6.68307 2.14856 6.30034 2.30695C5.9176 2.46534 5.73574 2.90401 5.89413 3.28675L6.80674 5.49195C6.96514 5.87469 7.40381 6.05655 7.78654 5.89816C8.16927 5.73977 8.35114 5.3011 8.19274 4.91836L7.28013 2.71316Z"/><path d="M3.83111 5.41254C3.45887 5.23084 3.00982 5.38531 2.82813 5.75755C2.64643 6.12979 2.8009 6.57884 3.17314 6.76053L8.72097 9.46848C9.09321 9.65017 9.54226 9.4957 9.72395 9.12347C9.90564 8.75123 9.75118 8.30218 9.37894 8.12049L3.83111 5.41254Z"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarUnlinkMinimalisticBoldDuotone(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"><g opacity=".5"><path d="M19.6879 4.15777C16.9672 1.61408 12.5756 1.61408 9.85484 4.15777L9.48781 4.50092C9.18524 4.7838 9.16928 5.25841 9.45216 5.56098C9.73505 5.86355 10.2097 5.87951 10.5122 5.59663L10.8792 5.25348C13.0234 3.24884 16.5193 3.24884 18.6635 5.25348C20.7789 7.23122 20.7789 10.4155 18.6635 12.3933L16.4613 14.4521C16.1587 14.735 16.1428 15.2096 16.4257 15.5122C16.7086 15.8148 17.1832 15.8307 17.4857 15.5479L19.6879 13.489C22.4374 10.9184 22.4374 6.72837 19.6879 4.15777Z"/><path d="M6.17183 10.5347C6.46716 10.2443 6.47114 9.76946 6.18071 9.47413C5.89027 9.17879 5.41542 9.17482 5.12008 9.46525L4.21509 10.3552C1.54336 12.9826 1.61504 17.2094 4.31376 19.7901C7.02135 22.3793 11.4361 22.4174 14.1529 19.8194L14.5184 19.4699C14.8177 19.1836 14.8283 18.7089 14.5421 18.4095C14.2558 18.1101 13.781 18.0995 13.4817 18.3858L13.1162 18.7353C10.9885 20.77 7.48737 20.7494 5.35045 18.706C3.25251 16.6998 3.20945 13.448 5.26684 11.4247L6.17183 10.5347Z"/></g><path d="M7.28013 2.71316C7.12174 2.33042 6.68307 2.14856 6.30034 2.30695C5.9176 2.46534 5.73574 2.90401 5.89413 3.28675L6.80674 5.49195C6.96514 5.87469 7.40381 6.05655 7.78654 5.89816C8.16927 5.73977 8.35114 5.3011 8.19274 4.91836L7.28013 2.71316Z"/><path d="M3.83111 5.41254C3.45887 5.23084 3.00982 5.38531 2.82813 5.75755C2.64643 6.12979 2.8009 6.57884 3.17314 6.76053L8.72097 9.46848C9.09321 9.65017 9.54226 9.4957 9.72395 9.12347C9.90564 8.75123 9.75118 8.30218 9.37894 8.12049L3.83111 5.41254Z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><g opacity=".5"><path d="M19.6879 4.15777C16.9672 1.61408 12.5756 1.61408 9.85484 4.15777L9.48781 4.50092C9.18524 4.7838 9.16928 5.25841 9.45216 5.56098C9.73505 5.86355 10.2097 5.87951 10.5122 5.59663L10.8792 5.25348C13.0234 3.24884 16.5193 3.24884 18.6635 5.25348C20.7789 7.23122 20.7789 10.4155 18.6635 12.3933L16.4613 14.4521C16.1587 14.735 16.1428 15.2096 16.4257 15.5122C16.7086 15.8148 17.1832 15.8307 17.4857 15.5479L19.6879 13.489C22.4374 10.9184 22.4374 6.72837 19.6879 4.15777Z"/><path d="M6.17183 10.5347C6.46716 10.2443 6.47114 9.76946 6.18071 9.47413C5.89027 9.17879 5.41542 9.17482 5.12008 9.46525L4.21509 10.3552C1.54336 12.9826 1.61504 17.2094 4.31376 19.7901C7.02135 22.3793 11.4361 22.4174 14.1529 19.8194L14.5184 19.4699C14.8177 19.1836 14.8283 18.7089 14.5421 18.4095C14.2558 18.1101 13.781 18.0995 13.4817 18.3858L13.1162 18.7353C10.9885 20.77 7.48737 20.7494 5.35045 18.706C3.25251 16.6998 3.20945 13.448 5.26684 11.4247L6.17183 10.5347Z"/></g><path d="M7.28013 2.71316C7.12174 2.33042 6.68307 2.14856 6.30034 2.30695C5.9176 2.46534 5.73574 2.90401 5.89413 3.28675L6.80674 5.49195C6.96514 5.87469 7.40381 6.05655 7.78654 5.89816C8.16927 5.73977 8.35114 5.3011 8.19274 4.91836L7.28013 2.71316Z"/><path d="M3.83111 5.41254C3.45887 5.23084 3.00982 5.38531 2.82813 5.75755C2.64643 6.12979 2.8009 6.57884 3.17314 6.76053L8.72097 9.46848C9.09321 9.65017 9.54226 9.4957 9.72395 9.12347C9.90564 8.75123 9.75118 8.30218 9.37894 8.12049L3.83111 5.41254Z"/></g></svg>
</template>

CSS

.icon-unlink-minimalistic-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%3Cg%20opacity%3D%22.5%22%3E%3Cpath%20d%3D%22M19.6879%204.15777C16.9672%201.61408%2012.5756%201.61408%209.85484%204.15777L9.48781%204.50092C9.18524%204.7838%209.16928%205.25841%209.45216%205.56098C9.73505%205.86355%2010.2097%205.87951%2010.5122%205.59663L10.8792%205.25348C13.0234%203.24884%2016.5193%203.24884%2018.6635%205.25348C20.7789%207.23122%2020.7789%2010.4155%2018.6635%2012.3933L16.4613%2014.4521C16.1587%2014.735%2016.1428%2015.2096%2016.4257%2015.5122C16.7086%2015.8148%2017.1832%2015.8307%2017.4857%2015.5479L19.6879%2013.489C22.4374%2010.9184%2022.4374%206.72837%2019.6879%204.15777Z%22%2F%3E%3Cpath%20d%3D%22M6.17183%2010.5347C6.46716%2010.2443%206.47114%209.76946%206.18071%209.47413C5.89027%209.17879%205.41542%209.17482%205.12008%209.46525L4.21509%2010.3552C1.54336%2012.9826%201.61504%2017.2094%204.31376%2019.7901C7.02135%2022.3793%2011.4361%2022.4174%2014.1529%2019.8194L14.5184%2019.4699C14.8177%2019.1836%2014.8283%2018.7089%2014.5421%2018.4095C14.2558%2018.1101%2013.781%2018.0995%2013.4817%2018.3858L13.1162%2018.7353C10.9885%2020.77%207.48737%2020.7494%205.35045%2018.706C3.25251%2016.6998%203.20945%2013.448%205.26684%2011.4247L6.17183%2010.5347Z%22%2F%3E%3C%2Fg%3E%3Cpath%20d%3D%22M7.28013%202.71316C7.12174%202.33042%206.68307%202.14856%206.30034%202.30695C5.9176%202.46534%205.73574%202.90401%205.89413%203.28675L6.80674%205.49195C6.96514%205.87469%207.40381%206.05655%207.78654%205.89816C8.16927%205.73977%208.35114%205.3011%208.19274%204.91836L7.28013%202.71316Z%22%2F%3E%3Cpath%20d%3D%22M3.83111%205.41254C3.45887%205.23084%203.00982%205.38531%202.82813%205.75755C2.64643%206.12979%202.8009%206.57884%203.17314%206.76053L8.72097%209.46848C9.09321%209.65017%209.54226%209.4957%209.72395%209.12347C9.90564%208.75123%209.75118%208.30218%209.37894%208.12049L3.83111%205.41254Z%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%3Cg%20opacity%3D%22.5%22%3E%3Cpath%20d%3D%22M19.6879%204.15777C16.9672%201.61408%2012.5756%201.61408%209.85484%204.15777L9.48781%204.50092C9.18524%204.7838%209.16928%205.25841%209.45216%205.56098C9.73505%205.86355%2010.2097%205.87951%2010.5122%205.59663L10.8792%205.25348C13.0234%203.24884%2016.5193%203.24884%2018.6635%205.25348C20.7789%207.23122%2020.7789%2010.4155%2018.6635%2012.3933L16.4613%2014.4521C16.1587%2014.735%2016.1428%2015.2096%2016.4257%2015.5122C16.7086%2015.8148%2017.1832%2015.8307%2017.4857%2015.5479L19.6879%2013.489C22.4374%2010.9184%2022.4374%206.72837%2019.6879%204.15777Z%22%2F%3E%3Cpath%20d%3D%22M6.17183%2010.5347C6.46716%2010.2443%206.47114%209.76946%206.18071%209.47413C5.89027%209.17879%205.41542%209.17482%205.12008%209.46525L4.21509%2010.3552C1.54336%2012.9826%201.61504%2017.2094%204.31376%2019.7901C7.02135%2022.3793%2011.4361%2022.4174%2014.1529%2019.8194L14.5184%2019.4699C14.8177%2019.1836%2014.8283%2018.7089%2014.5421%2018.4095C14.2558%2018.1101%2013.781%2018.0995%2013.4817%2018.3858L13.1162%2018.7353C10.9885%2020.77%207.48737%2020.7494%205.35045%2018.706C3.25251%2016.6998%203.20945%2013.448%205.26684%2011.4247L6.17183%2010.5347Z%22%2F%3E%3C%2Fg%3E%3Cpath%20d%3D%22M7.28013%202.71316C7.12174%202.33042%206.68307%202.14856%206.30034%202.30695C5.9176%202.46534%205.73574%202.90401%205.89413%203.28675L6.80674%205.49195C6.96514%205.87469%207.40381%206.05655%207.78654%205.89816C8.16927%205.73977%208.35114%205.3011%208.19274%204.91836L7.28013%202.71316Z%22%2F%3E%3Cpath%20d%3D%22M3.83111%205.41254C3.45887%205.23084%203.00982%205.38531%202.82813%205.75755C2.64643%206.12979%202.8009%206.57884%203.17314%206.76053L8.72097%209.46848C9.09321%209.65017%209.54226%209.4957%209.72395%209.12347C9.90564%208.75123%209.75118%208.30218%209.37894%208.12049L3.83111%205.41254Z%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/unlink-minimalistic-bold-duotone.svg?color=%231a73e8&size=48