outline join full icon
outline-join-full from Google Material Icons by Material Design Authors · Baseline · Action · Apache-2.0 Free for personal and commercial use.
- Name
- outline-join-full
- Set
- Google Material Icons
- Style
- Baseline
- Category
- Action
- Viewbox
- 24×24
- License
- Apache 2.0
More action icons from Google Material Icons
baseline-123baseline-3d-rotationbaseline-abcbaseline-accessibilitybaseline-accessibility-newbaseline-accessiblebaseline-accessible-forwardbaseline-account-balancebaseline-account-balance-walletbaseline-account-boxbaseline-account-circlebaseline-add-cardbaseline-add-homebaseline-add-shopping-cartbaseline-add-taskbaseline-add-to-drivebaseline-addchartbaseline-admin-panel-settingsbaseline-ads-clickbaseline-alarmbaseline-alarm-addbaseline-alarm-offbaseline-alarm-onbaseline-all-inbox
Use the outline join full icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><ellipse cx="12" cy="12" fill="currentColor" rx="3" ry="5.74"/><path fill="currentColor" d="M7.5 12c0-.97.23-4.16 3.03-6.5C9.75 5.19 8.9 5 8 5c-3.86 0-7 3.14-7 7s3.14 7 7 7c.9 0 1.75-.19 2.53-.5c-2.8-2.34-3.03-5.53-3.03-6.5M16 5c-.9 0-1.75.19-2.53.5c2.8 2.34 3.03 5.53 3.03 6.5s-.23 4.16-3.03 6.5c.78.31 1.63.5 2.53.5c3.86 0 7-3.14 7-7s-3.14-7-7-7"/></svg>
React
import type { SVGProps } from "react";
export function IcOutlineJoinFull(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><ellipse cx="12" cy="12" fill="currentColor" rx="3" ry="5.74"/><path fill="currentColor" d="M7.5 12c0-.97.23-4.16 3.03-6.5C9.75 5.19 8.9 5 8 5c-3.86 0-7 3.14-7 7s3.14 7 7 7c.9 0 1.75-.19 2.53-.5c-2.8-2.34-3.03-5.53-3.03-6.5M16 5c-.9 0-1.75.19-2.53.5c2.8 2.34 3.03 5.53 3.03 6.5s-.23 4.16-3.03 6.5c.78.31 1.63.5 2.53.5c3.86 0 7-3.14 7-7s-3.14-7-7-7"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><ellipse cx="12" cy="12" fill="currentColor" rx="3" ry="5.74"/><path fill="currentColor" d="M7.5 12c0-.97.23-4.16 3.03-6.5C9.75 5.19 8.9 5 8 5c-3.86 0-7 3.14-7 7s3.14 7 7 7c.9 0 1.75-.19 2.53-.5c-2.8-2.34-3.03-5.53-3.03-6.5M16 5c-.9 0-1.75.19-2.53.5c2.8 2.34 3.03 5.53 3.03 6.5s-.23 4.16-3.03 6.5c.78.31 1.63.5 2.53.5c3.86 0 7-3.14 7-7s-3.14-7-7-7"/></svg> </template>
CSS
.icon-outline-join-full {
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%3Cellipse%20cx%3D%2212%22%20cy%3D%2212%22%20fill%3D%22currentColor%22%20rx%3D%223%22%20ry%3D%225.74%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.5%2012c0-.97.23-4.16%203.03-6.5C9.75%205.19%208.9%205%208%205c-3.86%200-7%203.14-7%207s3.14%207%207%207c.9%200%201.75-.19%202.53-.5c-2.8-2.34-3.03-5.53-3.03-6.5M16%205c-.9%200-1.75.19-2.53.5c2.8%202.34%203.03%205.53%203.03%206.5s-.23%204.16-3.03%206.5c.78.31%201.63.5%202.53.5c3.86%200%207-3.14%207-7s-3.14-7-7-7%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%3Cellipse%20cx%3D%2212%22%20cy%3D%2212%22%20fill%3D%22currentColor%22%20rx%3D%223%22%20ry%3D%225.74%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.5%2012c0-.97.23-4.16%203.03-6.5C9.75%205.19%208.9%205%208%205c-3.86%200-7%203.14-7%207s3.14%207%207%207c.9%200%201.75-.19%202.53-.5c-2.8-2.34-3.03-5.53-3.03-6.5M16%205c-.9%200-1.75.19-2.53.5c2.8%202.34%203.03%205.53%203.03%206.5s-.23%204.16-3.03%206.5c.78.31%201.63.5%202.53.5c3.86%200%207-3.14%207-7s-3.14-7-7-7%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ic/outline-join-full.svg?color=%231a73e8&size=48