square share line icon

square-share-line-broken from Solar by 480 Design · Broken · Messages · CC-BY-4.0 Attribution required.

Name
square-share-line-broken
Set
Solar
Style
Broken
Category
Messages
Viewbox
24×24
License
CC BY 4.0

5 other variants in Solar

More messages icons from Solar

Use the square share line icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.5"><path stroke-linejoin="round" d="M22 7H14C12.1824 7 11.0867 7.89202 10.6804 8.30029C10.5546 8.42673 10.4917 8.48996 10.4908 8.49082C10.49 8.49168 10.4267 8.55459 10.3003 8.68042C9.89202 9.08671 9 10.1824 9 12V15M17 12L22 7L17 2"/><path d="M3.46485 20.5352C4.9297 22 7.28733 22 12.0026 22C16.7179 22 19.0755 22 20.5404 20.5352C21.7815 19.294 21.9711 17.4119 22 13.9979M3.46485 20.5352C2 19.0703 2 16.7127 2 11.9974M3.46485 20.5352C4.92931 21.9996 7.28595 22 12 22C16.714 22 19.0711 22 20.5355 20.5355C21.7764 19.2946 21.9659 17.4129 21.9948 13.9994M3.46485 20.5352C2.00038 19.0707 2 16.714 2 12M3.46485 3.45963C4.70599 2.21848 6.58807 2.02895 10.0021 2M2.0551 8C2.16444 5.80655 2.49073 4.43821 3.46447 3.46447C4.70529 2.22364 6.58687 2.03415 10 2.00522"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarSquareShareLineBroken(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeWidth="1.5"><path strokeLinejoin="round" d="M22 7H14C12.1824 7 11.0867 7.89202 10.6804 8.30029C10.5546 8.42673 10.4917 8.48996 10.4908 8.49082C10.49 8.49168 10.4267 8.55459 10.3003 8.68042C9.89202 9.08671 9 10.1824 9 12V15M17 12L22 7L17 2"/><path d="M3.46485 20.5352C4.9297 22 7.28733 22 12.0026 22C16.7179 22 19.0755 22 20.5404 20.5352C21.7815 19.294 21.9711 17.4119 22 13.9979M3.46485 20.5352C2 19.0703 2 16.7127 2 11.9974M3.46485 20.5352C4.92931 21.9996 7.28595 22 12 22C16.714 22 19.0711 22 20.5355 20.5355C21.7764 19.2946 21.9659 17.4129 21.9948 13.9994M3.46485 20.5352C2.00038 19.0707 2 16.714 2 12M3.46485 3.45963C4.70599 2.21848 6.58807 2.02895 10.0021 2M2.0551 8C2.16444 5.80655 2.49073 4.43821 3.46447 3.46447C4.70529 2.22364 6.58687 2.03415 10 2.00522"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.5"><path stroke-linejoin="round" d="M22 7H14C12.1824 7 11.0867 7.89202 10.6804 8.30029C10.5546 8.42673 10.4917 8.48996 10.4908 8.49082C10.49 8.49168 10.4267 8.55459 10.3003 8.68042C9.89202 9.08671 9 10.1824 9 12V15M17 12L22 7L17 2"/><path d="M3.46485 20.5352C4.9297 22 7.28733 22 12.0026 22C16.7179 22 19.0755 22 20.5404 20.5352C21.7815 19.294 21.9711 17.4119 22 13.9979M3.46485 20.5352C2 19.0703 2 16.7127 2 11.9974M3.46485 20.5352C4.92931 21.9996 7.28595 22 12 22C16.714 22 19.0711 22 20.5355 20.5355C21.7764 19.2946 21.9659 17.4129 21.9948 13.9994M3.46485 20.5352C2.00038 19.0707 2 16.714 2 12M3.46485 3.45963C4.70599 2.21848 6.58807 2.02895 10.0021 2M2.0551 8C2.16444 5.80655 2.49073 4.43821 3.46447 3.46447C4.70529 2.22364 6.58687 2.03415 10 2.00522"/></g></svg>
</template>

CSS

.icon-square-share-line-broken {
  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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M22%207H14C12.1824%207%2011.0867%207.89202%2010.6804%208.30029C10.5546%208.42673%2010.4917%208.48996%2010.4908%208.49082C10.49%208.49168%2010.4267%208.55459%2010.3003%208.68042C9.89202%209.08671%209%2010.1824%209%2012V15M17%2012L22%207L17%202%22%2F%3E%3Cpath%20d%3D%22M3.46485%2020.5352C4.9297%2022%207.28733%2022%2012.0026%2022C16.7179%2022%2019.0755%2022%2020.5404%2020.5352C21.7815%2019.294%2021.9711%2017.4119%2022%2013.9979M3.46485%2020.5352C2%2019.0703%202%2016.7127%202%2011.9974M3.46485%2020.5352C4.92931%2021.9996%207.28595%2022%2012%2022C16.714%2022%2019.0711%2022%2020.5355%2020.5355C21.7764%2019.2946%2021.9659%2017.4129%2021.9948%2013.9994M3.46485%2020.5352C2.00038%2019.0707%202%2016.714%202%2012M3.46485%203.45963C4.70599%202.21848%206.58807%202.02895%2010.0021%202M2.0551%208C2.16444%205.80655%202.49073%204.43821%203.46447%203.46447C4.70529%202.22364%206.58687%202.03415%2010%202.00522%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M22%207H14C12.1824%207%2011.0867%207.89202%2010.6804%208.30029C10.5546%208.42673%2010.4917%208.48996%2010.4908%208.49082C10.49%208.49168%2010.4267%208.55459%2010.3003%208.68042C9.89202%209.08671%209%2010.1824%209%2012V15M17%2012L22%207L17%202%22%2F%3E%3Cpath%20d%3D%22M3.46485%2020.5352C4.9297%2022%207.28733%2022%2012.0026%2022C16.7179%2022%2019.0755%2022%2020.5404%2020.5352C21.7815%2019.294%2021.9711%2017.4119%2022%2013.9979M3.46485%2020.5352C2%2019.0703%202%2016.7127%202%2011.9974M3.46485%2020.5352C4.92931%2021.9996%207.28595%2022%2012%2022C16.714%2022%2019.0711%2022%2020.5355%2020.5355C21.7764%2019.2946%2021.9659%2017.4129%2021.9948%2013.9994M3.46485%2020.5352C2.00038%2019.0707%202%2016.714%202%2012M3.46485%203.45963C4.70599%202.21848%206.58807%202.02895%2010.0021%202M2.0551%208C2.16444%205.80655%202.49073%204.43821%203.46447%203.46447C4.70529%202.22364%206.58687%202.03415%2010%202.00522%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/square-share-line-broken.svg?color=%231a73e8&size=48