share icon
share-broken from Solar by 480 Design · Broken · UI · CC-BY-4.0 Attribution required.
- Name
- share-broken
- Set
- Solar
- Style
- Broken
- Category
- UI
- Viewbox
- 24×24
- License
- CC BY 4.0
5 other variants in Solar
The same icon in other sets
shareBootstrap IconsshareBoxIcons v2shareBoxIcons v2 SolidshareCarbonshareCodiconsshareElement Plusshare-fillEva IconsshareFont Awesome 6 SolidshareFont Awesome SolidshareFeather Iconsshare-16-filledFluent UI System Iconssharecss.ggshareHeroIconsshareHumbleiconsshareIconParkshareIconPark OutlineshareIonIconsshareJam IconsshareLine AwesomeshareLucideshareMage IconsshareMajesticonsshareMaterial SymbolsshareMaterial Symbols Light
More ui icons from Solar
accessibility-boldadd-boldadd-circle-boldadd-square-boldaugmented-reality-boldballoon-boldbattery-charge-boldbattery-charge-minimalistic-boldbattery-full-boldbattery-full-minimalistic-boldbattery-half-boldbattery-half-minimalistic-boldbattery-low-boldbattery-low-minimalistic-boldblocks-boldbody-boldbolt-boldbolt-circle-boldbox-boldbox-minimalistic-boldbroom-boldcat-boldcheck-circle-boldcheck-square-bold
Use the share 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 d="M4 12C4 13.3807 5.11929 14.5 6.5 14.5C7.88071 14.5 9 13.3807 9 12C9 10.6193 7.88071 9.5 6.5 9.5"/><path d="M14 6.5L9 10"/><path d="M14 17.5L9 14"/><path d="M16.5 21C17.8807 21 19 19.8807 19 18.5C19 17.1193 17.8807 16 16.5 16C15.1193 16 14 17.1193 14 18.5"/><path d="M18.665 6.74993C17.9746 7.94566 16.4457 8.35535 15.2499 7.66499C14.0542 6.97464 13.6445 5.44566 14.3349 4.24993C15.0252 3.0542 16.5542 2.64451 17.7499 3.33487"/></g></svg>
React
import type { SVGProps } from "react";
export function SolarShareBroken(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 d="M4 12C4 13.3807 5.11929 14.5 6.5 14.5C7.88071 14.5 9 13.3807 9 12C9 10.6193 7.88071 9.5 6.5 9.5"/><path d="M14 6.5L9 10"/><path d="M14 17.5L9 14"/><path d="M16.5 21C17.8807 21 19 19.8807 19 18.5C19 17.1193 17.8807 16 16.5 16C15.1193 16 14 17.1193 14 18.5"/><path d="M18.665 6.74993C17.9746 7.94566 16.4457 8.35535 15.2499 7.66499C14.0542 6.97464 13.6445 5.44566 14.3349 4.24993C15.0252 3.0542 16.5542 2.64451 17.7499 3.33487"/></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 d="M4 12C4 13.3807 5.11929 14.5 6.5 14.5C7.88071 14.5 9 13.3807 9 12C9 10.6193 7.88071 9.5 6.5 9.5"/><path d="M14 6.5L9 10"/><path d="M14 17.5L9 14"/><path d="M16.5 21C17.8807 21 19 19.8807 19 18.5C19 17.1193 17.8807 16 16.5 16C15.1193 16 14 17.1193 14 18.5"/><path d="M18.665 6.74993C17.9746 7.94566 16.4457 8.35535 15.2499 7.66499C14.0542 6.97464 13.6445 5.44566 14.3349 4.24993C15.0252 3.0542 16.5542 2.64451 17.7499 3.33487"/></g></svg> </template>
CSS
.icon-share-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%20d%3D%22M4%2012C4%2013.3807%205.11929%2014.5%206.5%2014.5C7.88071%2014.5%209%2013.3807%209%2012C9%2010.6193%207.88071%209.5%206.5%209.5%22%2F%3E%3Cpath%20d%3D%22M14%206.5L9%2010%22%2F%3E%3Cpath%20d%3D%22M14%2017.5L9%2014%22%2F%3E%3Cpath%20d%3D%22M16.5%2021C17.8807%2021%2019%2019.8807%2019%2018.5C19%2017.1193%2017.8807%2016%2016.5%2016C15.1193%2016%2014%2017.1193%2014%2018.5%22%2F%3E%3Cpath%20d%3D%22M18.665%206.74993C17.9746%207.94566%2016.4457%208.35535%2015.2499%207.66499C14.0542%206.97464%2013.6445%205.44566%2014.3349%204.24993C15.0252%203.0542%2016.5542%202.64451%2017.7499%203.33487%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%20d%3D%22M4%2012C4%2013.3807%205.11929%2014.5%206.5%2014.5C7.88071%2014.5%209%2013.3807%209%2012C9%2010.6193%207.88071%209.5%206.5%209.5%22%2F%3E%3Cpath%20d%3D%22M14%206.5L9%2010%22%2F%3E%3Cpath%20d%3D%22M14%2017.5L9%2014%22%2F%3E%3Cpath%20d%3D%22M16.5%2021C17.8807%2021%2019%2019.8807%2019%2018.5C19%2017.1193%2017.8807%2016%2016.5%2016C15.1193%2016%2014%2017.1193%2014%2018.5%22%2F%3E%3Cpath%20d%3D%22M18.665%206.74993C17.9746%207.94566%2016.4457%208.35535%2015.2499%207.66499C14.0542%206.97464%2013.6445%205.44566%2014.3349%204.24993C15.0252%203.0542%2016.5542%202.64451%2017.7499%203.33487%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/share-broken.svg?color=%231a73e8&size=48