join full icon
join-full-rounded from Material Symbols by Google · Rounded · Apache-2.0 Free for personal and commercial use.
- Name
- join-full-rounded
- Set
- Material Symbols
- Style
- Rounded
- Viewbox
- 24×24
- License
- Apache 2.0
The same icon in other sets
Related icons in Material Symbols
Use the join full icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 17.45q-.2 0-.363-.063t-.312-.187q-1.075-.95-1.7-2.363T9 12q0-1.425.625-2.838T11.3 6.8q.15-.125.325-.2T12 6.525q.2 0 .363.075t.312.2q1.075.95 1.7 2.362T15 12q0 1.425-.625 2.838T12.7 17.2q-.125.125-.312.188T12 17.45ZM16 19q-.675 0-1.313-.125T13.45 18.5q1.4-.925 2.225-2.9T16.5 12q0-1.625-.825-3.6T13.45 5.5q.6-.25 1.238-.375T16 5q2.925 0 4.963 2.038T23 12q0 2.925-2.038 4.963T16 19Zm-8 0q-2.925 0-4.963-2.038T1 12q0-2.925 2.038-4.963T8 5q.675 0 1.313.125t1.237.375q-1.4.925-2.225 2.9T7.5 12q0 1.625.825 3.6t2.225 2.9q-.6.25-1.238.375T8 19Z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsJoinFullRounded(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" d="M12 17.45q-.2 0-.363-.063t-.312-.187q-1.075-.95-1.7-2.363T9 12q0-1.425.625-2.838T11.3 6.8q.15-.125.325-.2T12 6.525q.2 0 .363.075t.312.2q1.075.95 1.7 2.362T15 12q0 1.425-.625 2.838T12.7 17.2q-.125.125-.312.188T12 17.45ZM16 19q-.675 0-1.313-.125T13.45 18.5q1.4-.925 2.225-2.9T16.5 12q0-1.625-.825-3.6T13.45 5.5q.6-.25 1.238-.375T16 5q2.925 0 4.963 2.038T23 12q0 2.925-2.038 4.963T16 19Zm-8 0q-2.925 0-4.963-2.038T1 12q0-2.925 2.038-4.963T8 5q.675 0 1.313.125t1.237.375q-1.4.925-2.225 2.9T7.5 12q0 1.625.825 3.6t2.225 2.9q-.6.25-1.238.375T8 19Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 17.45q-.2 0-.363-.063t-.312-.187q-1.075-.95-1.7-2.363T9 12q0-1.425.625-2.838T11.3 6.8q.15-.125.325-.2T12 6.525q.2 0 .363.075t.312.2q1.075.95 1.7 2.362T15 12q0 1.425-.625 2.838T12.7 17.2q-.125.125-.312.188T12 17.45ZM16 19q-.675 0-1.313-.125T13.45 18.5q1.4-.925 2.225-2.9T16.5 12q0-1.625-.825-3.6T13.45 5.5q.6-.25 1.238-.375T16 5q2.925 0 4.963 2.038T23 12q0 2.925-2.038 4.963T16 19Zm-8 0q-2.925 0-4.963-2.038T1 12q0-2.925 2.038-4.963T8 5q.675 0 1.313.125t1.237.375q-1.4.925-2.225 2.9T7.5 12q0 1.625.825 3.6t2.225 2.9q-.6.25-1.238.375T8 19Z"/></svg> </template>
CSS
.icon-join-full-rounded {
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%20d%3D%22M12%2017.45q-.2%200-.363-.063t-.312-.187q-1.075-.95-1.7-2.363T9%2012q0-1.425.625-2.838T11.3%206.8q.15-.125.325-.2T12%206.525q.2%200%20.363.075t.312.2q1.075.95%201.7%202.362T15%2012q0%201.425-.625%202.838T12.7%2017.2q-.125.125-.312.188T12%2017.45ZM16%2019q-.675%200-1.313-.125T13.45%2018.5q1.4-.925%202.225-2.9T16.5%2012q0-1.625-.825-3.6T13.45%205.5q.6-.25%201.238-.375T16%205q2.925%200%204.963%202.038T23%2012q0%202.925-2.038%204.963T16%2019Zm-8%200q-2.925%200-4.963-2.038T1%2012q0-2.925%202.038-4.963T8%205q.675%200%201.313.125t1.237.375q-1.4.925-2.225%202.9T7.5%2012q0%201.625.825%203.6t2.225%202.9q-.6.25-1.238.375T8%2019Z%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%20d%3D%22M12%2017.45q-.2%200-.363-.063t-.312-.187q-1.075-.95-1.7-2.363T9%2012q0-1.425.625-2.838T11.3%206.8q.15-.125.325-.2T12%206.525q.2%200%20.363.075t.312.2q1.075.95%201.7%202.362T15%2012q0%201.425-.625%202.838T12.7%2017.2q-.125.125-.312.188T12%2017.45ZM16%2019q-.675%200-1.313-.125T13.45%2018.5q1.4-.925%202.225-2.9T16.5%2012q0-1.625-.825-3.6T13.45%205.5q.6-.25%201.238-.375T16%205q2.925%200%204.963%202.038T23%2012q0%202.925-2.038%204.963T16%2019Zm-8%200q-2.925%200-4.963-2.038T1%2012q0-2.925%202.038-4.963T8%205q.675%200%201.313.125t1.237.375q-1.4.925-2.225%202.9T7.5%2012q0%201.625.825%203.6t2.225%202.9q-.6.25-1.238.375T8%2019Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/join-full-rounded.svg?color=%231a73e8&size=48