share circle icon
share-circle from Majesticons by Gerrit Halfmann · Solid · MIT Free for personal and commercial use.
- Name
- share-circle
- Set
- Majesticons
- Style
- Solid
- Viewbox
- 24×24
- License
- MIT
1 other variant in Majesticons
The same icon in other sets
Use the share circle icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M1 12C1 5.925 5.925 1 12 1s11 4.925 11 11s-4.925 11-11 11S1 18.075 1 12m11-5a1 1 0 0 1 1.707-.707l4 4a1 1 0 0 1 0 1.414l-4 4A1 1 0 0 1 12 15v-.96c-1.631.132-2.625.584-3.205 1.014a2.5 2.5 0 0 0-.675.71a1 1 0 0 0-.117.255L8 16.027v-.002A1 1 0 0 1 6 16c0-2.706 1.137-4.715 2.573-6.036C9.635 8.987 10.89 8.361 12 8.117zm1 5a1 1 0 0 1 .937.65L15.586 11l-1.65-1.65A1 1 0 0 1 13 10c-.704 0-1.971.422-3.073 1.436a6 6 0 0 0-1.062 1.296C9.903 12.29 11.257 12 13 12" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function MajesticonsShareCircle(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fillRule="evenodd" d="M1 12C1 5.925 5.925 1 12 1s11 4.925 11 11s-4.925 11-11 11S1 18.075 1 12m11-5a1 1 0 0 1 1.707-.707l4 4a1 1 0 0 1 0 1.414l-4 4A1 1 0 0 1 12 15v-.96c-1.631.132-2.625.584-3.205 1.014a2.5 2.5 0 0 0-.675.71a1 1 0 0 0-.117.255L8 16.027v-.002A1 1 0 0 1 6 16c0-2.706 1.137-4.715 2.573-6.036C9.635 8.987 10.89 8.361 12 8.117zm1 5a1 1 0 0 1 .937.65L15.586 11l-1.65-1.65A1 1 0 0 1 13 10c-.704 0-1.971.422-3.073 1.436a6 6 0 0 0-1.062 1.296C9.903 12.29 11.257 12 13 12" clipRule="evenodd"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M1 12C1 5.925 5.925 1 12 1s11 4.925 11 11s-4.925 11-11 11S1 18.075 1 12m11-5a1 1 0 0 1 1.707-.707l4 4a1 1 0 0 1 0 1.414l-4 4A1 1 0 0 1 12 15v-.96c-1.631.132-2.625.584-3.205 1.014a2.5 2.5 0 0 0-.675.71a1 1 0 0 0-.117.255L8 16.027v-.002A1 1 0 0 1 6 16c0-2.706 1.137-4.715 2.573-6.036C9.635 8.987 10.89 8.361 12 8.117zm1 5a1 1 0 0 1 .937.65L15.586 11l-1.65-1.65A1 1 0 0 1 13 10c-.704 0-1.971.422-3.073 1.436a6 6 0 0 0-1.062 1.296C9.903 12.29 11.257 12 13 12" clip-rule="evenodd"/></svg> </template>
CSS
.icon-share-circle {
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%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M1%2012C1%205.925%205.925%201%2012%201s11%204.925%2011%2011s-4.925%2011-11%2011S1%2018.075%201%2012m11-5a1%201%200%200%201%201.707-.707l4%204a1%201%200%200%201%200%201.414l-4%204A1%201%200%200%201%2012%2015v-.96c-1.631.132-2.625.584-3.205%201.014a2.5%202.5%200%200%200-.675.71a1%201%200%200%200-.117.255L8%2016.027v-.002A1%201%200%200%201%206%2016c0-2.706%201.137-4.715%202.573-6.036C9.635%208.987%2010.89%208.361%2012%208.117zm1%205a1%201%200%200%201%20.937.65L15.586%2011l-1.65-1.65A1%201%200%200%201%2013%2010c-.704%200-1.971.422-3.073%201.436a6%206%200%200%200-1.062%201.296C9.903%2012.29%2011.257%2012%2013%2012%22%20clip-rule%3D%22evenodd%22%2F%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%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M1%2012C1%205.925%205.925%201%2012%201s11%204.925%2011%2011s-4.925%2011-11%2011S1%2018.075%201%2012m11-5a1%201%200%200%201%201.707-.707l4%204a1%201%200%200%201%200%201.414l-4%204A1%201%200%200%201%2012%2015v-.96c-1.631.132-2.625.584-3.205%201.014a2.5%202.5%200%200%200-.675.71a1%201%200%200%200-.117.255L8%2016.027v-.002A1%201%200%200%201%206%2016c0-2.706%201.137-4.715%202.573-6.036C9.635%208.987%2010.89%208.361%2012%208.117zm1%205a1%201%200%200%201%20.937.65L15.586%2011l-1.65-1.65A1%201%200%200%201%2013%2010c-.704%200-1.971.422-3.073%201.436a6%206%200%200%200-1.062%201.296C9.903%2012.29%2011.257%2012%2013%2012%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/majesticons/share-circle.svg?color=%231a73e8&size=48