import contacts icon
import-contacts-outline-rounded from Material Symbols by Google · Outline Rounded · Communicate · Apache-2.0 Free for personal and commercial use.
- Name
- import-contacts-outline-rounded
- Set
- Material Symbols
- Style
- Outline Rounded
- Category
- Communicate
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols
The same icon in other sets
More communicate icons from Material Symbols
Use the import contacts icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.5 16q1.175 0 2.288.263T11 17.05V7.2q-1.025-.6-2.175-.9T6.5 6q-.9 0-1.788.175T3 6.7v9.9q.875-.3 1.738-.45T6.5 16m6.5 1.05q1.1-.525 2.213-.787T17.5 16q.9 0 1.763.15T21 16.6V6.7q-.825-.35-1.713-.525T17.5 6q-1.175 0-2.325.3T13 7.2zm-1.662 2.338q-.313-.088-.588-.238q-.975-.575-2.05-.862T6.5 18q-1.05 0-2.062.275T2.5 19.05q-.525.275-1.012-.025T1 18.15V6.1q0-.275.138-.525T1.55 5.2q1.15-.6 2.4-.9T6.5 4q1.45 0 2.838.375T12 5.5q1.275-.75 2.663-1.125T17.5 4q1.3 0 2.55.3t2.4.9q.275.125.413.375T23 6.1v12.05q0 .575-.487.875t-1.013.025q-.925-.5-1.937-.775T17.5 18q-1.125 0-2.2.288t-2.05.862q-.275.15-.587.238t-.663.087t-.663-.088M7 11.65"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsImportContactsOutlineRounded(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="M6.5 16q1.175 0 2.288.263T11 17.05V7.2q-1.025-.6-2.175-.9T6.5 6q-.9 0-1.788.175T3 6.7v9.9q.875-.3 1.738-.45T6.5 16m6.5 1.05q1.1-.525 2.213-.787T17.5 16q.9 0 1.763.15T21 16.6V6.7q-.825-.35-1.713-.525T17.5 6q-1.175 0-2.325.3T13 7.2zm-1.662 2.338q-.313-.088-.588-.238q-.975-.575-2.05-.862T6.5 18q-1.05 0-2.062.275T2.5 19.05q-.525.275-1.012-.025T1 18.15V6.1q0-.275.138-.525T1.55 5.2q1.15-.6 2.4-.9T6.5 4q1.45 0 2.838.375T12 5.5q1.275-.75 2.663-1.125T17.5 4q1.3 0 2.55.3t2.4.9q.275.125.413.375T23 6.1v12.05q0 .575-.487.875t-1.013.025q-.925-.5-1.937-.775T17.5 18q-1.125 0-2.2.288t-2.05.862q-.275.15-.587.238t-.663.087t-.663-.088M7 11.65"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.5 16q1.175 0 2.288.263T11 17.05V7.2q-1.025-.6-2.175-.9T6.5 6q-.9 0-1.788.175T3 6.7v9.9q.875-.3 1.738-.45T6.5 16m6.5 1.05q1.1-.525 2.213-.787T17.5 16q.9 0 1.763.15T21 16.6V6.7q-.825-.35-1.713-.525T17.5 6q-1.175 0-2.325.3T13 7.2zm-1.662 2.338q-.313-.088-.588-.238q-.975-.575-2.05-.862T6.5 18q-1.05 0-2.062.275T2.5 19.05q-.525.275-1.012-.025T1 18.15V6.1q0-.275.138-.525T1.55 5.2q1.15-.6 2.4-.9T6.5 4q1.45 0 2.838.375T12 5.5q1.275-.75 2.663-1.125T17.5 4q1.3 0 2.55.3t2.4.9q.275.125.413.375T23 6.1v12.05q0 .575-.487.875t-1.013.025q-.925-.5-1.937-.775T17.5 18q-1.125 0-2.2.288t-2.05.862q-.275.15-.587.238t-.663.087t-.663-.088M7 11.65"/></svg> </template>
CSS
.icon-import-contacts-outline-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%22M6.5%2016q1.175%200%202.288.263T11%2017.05V7.2q-1.025-.6-2.175-.9T6.5%206q-.9%200-1.788.175T3%206.7v9.9q.875-.3%201.738-.45T6.5%2016m6.5%201.05q1.1-.525%202.213-.787T17.5%2016q.9%200%201.763.15T21%2016.6V6.7q-.825-.35-1.713-.525T17.5%206q-1.175%200-2.325.3T13%207.2zm-1.662%202.338q-.313-.088-.588-.238q-.975-.575-2.05-.862T6.5%2018q-1.05%200-2.062.275T2.5%2019.05q-.525.275-1.012-.025T1%2018.15V6.1q0-.275.138-.525T1.55%205.2q1.15-.6%202.4-.9T6.5%204q1.45%200%202.838.375T12%205.5q1.275-.75%202.663-1.125T17.5%204q1.3%200%202.55.3t2.4.9q.275.125.413.375T23%206.1v12.05q0%20.575-.487.875t-1.013.025q-.925-.5-1.937-.775T17.5%2018q-1.125%200-2.2.288t-2.05.862q-.275.15-.587.238t-.663.087t-.663-.088M7%2011.65%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%22M6.5%2016q1.175%200%202.288.263T11%2017.05V7.2q-1.025-.6-2.175-.9T6.5%206q-.9%200-1.788.175T3%206.7v9.9q.875-.3%201.738-.45T6.5%2016m6.5%201.05q1.1-.525%202.213-.787T17.5%2016q.9%200%201.763.15T21%2016.6V6.7q-.825-.35-1.713-.525T17.5%206q-1.175%200-2.325.3T13%207.2zm-1.662%202.338q-.313-.088-.588-.238q-.975-.575-2.05-.862T6.5%2018q-1.05%200-2.062.275T2.5%2019.05q-.525.275-1.012-.025T1%2018.15V6.1q0-.275.138-.525T1.55%205.2q1.15-.6%202.4-.9T6.5%204q1.45%200%202.838.375T12%205.5q1.275-.75%202.663-1.125T17.5%204q1.3%200%202.55.3t2.4.9q.275.125.413.375T23%206.1v12.05q0%20.575-.487.875t-1.013.025q-.925-.5-1.937-.775T17.5%2018q-1.125%200-2.2.288t-2.05.862q-.275.15-.587.238t-.663.087t-.663-.088M7%2011.65%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/import-contacts-outline-rounded.svg?color=%231a73e8&size=48