Contact Book Icon
Free SVG icon from the Mage Icons collection. Download or copy for use in any project.
The Contact Book icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/310064.svg" alt="Contact Book icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/310064.svg" alt="Contact Book icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/310064.svg" alt="Contact Book icon" :width="24" :height="24" />
CSS background
.icon-contact-book {
background-image: url('https://proicons.com/icon/310064.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M15.8331 2.00003H9.67624C8.15567 2.00146 6.69462 2.59149 5.59911 3.64655C4.50361 4.70161 3.85863 6.13985 3.79925 7.66004H2.99962C2.8008 7.66004 2.61019 7.73905 2.46961 7.8797C2.32903 8.02036 2.25 8.21113 2.25 8.41004C2.25 8.60895 2.32903 8.7997 2.46961 8.94036C2.61019 9.08101 2.8008 9.16004 2.99962 9.16004H3.78925V14.85H3.02963C2.83082 14.85 2.64021 14.9291 2.49963 15.0697C2.35905 15.2104 2.28001 15.4011 2.28001 15.6C2.28001 15.7989 2.35905 15.9897 2.49963 16.1304C2.64021 16.271 2.83082 16.35 3.02963 16.35H3.82927C3.88871 17.8693 4.53396 19.3065 5.62973 20.3599C6.72551 21.4134 8.18661 22.0012 9.70626 22H15.863C17.4243 22 18.9218 21.3795 20.0258 20.2749C21.1298 19.1703 21.75 17.6722 21.75 16.11V7.89003C21.7487 7.11439 21.5946 6.34662 21.2964 5.63065C20.9982 4.91468 20.5618 4.26456 20.0122 3.71749C19.4627 3.17042 18.8107 2.73713 18.0936 2.44243C17.3764 2.14773 16.6084 1.9974 15.8331 2.00003ZM13.1544 5.93003C13.7677 5.93003 14.3671 6.1121 14.8768 6.45317C15.3866 6.79425 15.7837 7.27901 16.018 7.84604C16.2522 8.41308 16.3129 9.03688 16.1925 9.63849C16.0722 10.2401 15.7761 10.7925 15.3418 11.2256C14.9075 11.6587 14.3545 11.9532 13.7528 12.0717C13.1511 12.1902 12.5278 12.1273 11.9618 11.8912C11.3958 11.655 10.9126 11.2561 10.5734 10.745C10.2341 10.2339 10.0541 9.63358 10.0561 9.02004C10.0587 8.1996 10.3863 7.41366 10.9671 6.83446C11.5479 6.25526 12.3344 5.93002 13.1544 5.93003ZM16.6526 17.5C16.4538 17.5 16.2631 17.421 16.1225 17.2804C15.9819 17.1397 15.903 16.9489 15.903 16.75C15.903 15.54 14.3938 14.5 13.1544 14.5C11.9151 14.5 10.4159 15.5 10.4159 16.75C10.4159 16.9489 10.3368 17.1397 10.1962 17.2804C10.0557 17.421 9.86505 17.5 9.66624 17.5C9.46743 17.5 9.27669 17.421 9.13611 17.2804C8.99553 17.1397 8.91662 16.9489 8.91662 16.75C8.91662 14.6 11.1555 13 13.1544 13C15.1534 13 17.4023 14.6 17.4023 16.75C17.3997 16.9481 17.3199 17.1374 17.1798 17.2775C17.0398 17.4176 16.8506 17.4974 16.6526 17.5Z" fill="black"/> <path d="M14.7536 9.02C14.7556 9.33687 14.6635 9.64719 14.4889 9.91162C14.3144 10.1761 14.0654 10.3827 13.7734 10.5053C13.4813 10.6279 13.1594 10.6611 12.8486 10.6005C12.5377 10.5399 12.2518 10.3883 12.0272 10.1649C11.8025 9.94156 11.6493 9.65648 11.5867 9.34584C11.5242 9.0352 11.5553 8.71299 11.6761 8.42004C11.7968 8.1271 12.0018 7.87662 12.265 7.70036C12.5282 7.52411 12.8377 7.43 13.1544 7.42999C13.5768 7.42998 13.982 7.59718 14.2817 7.89508C14.5813 8.19298 14.7509 8.59739 14.7536 9.02Z" fill="black"/> </svg>
Copied!