contact-page-outline-rounded from Material Symbols Light by Google · Outline Rounded · Text · Apache-2.0 Free for personal and commercial use.

Name
contact-page-outline-rounded
Set
Material Symbols Light
Style
Outline Rounded
Category
Text
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols Light

The same icon in other sets

More text icons from Material Symbols Light

Use the contact page icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 13.539q.633 0 1.066-.434t.434-1.066t-.434-1.067q-.433-.433-1.066-.433t-1.066.433t-.434 1.067t.434 1.066q.433.434 1.066.434m-3.5 3.384h7v-.152q0-.465-.248-.792t-.67-.52q-.591-.255-1.24-.396q-.65-.14-1.342-.14t-1.341.14t-1.242.396q-.42.193-.669.52q-.248.327-.248.792zM17.385 21H6.615q-.69 0-1.152-.462T5 19.385V4.615q0-.69.463-1.152T6.616 3h6.29q.323 0 .628.13q.305.132.522.349l4.465 4.465q.218.218.348.522q.131.305.131.628v10.29q0 .691-.462 1.154T17.384 21m0-1q.231 0 .424-.192t.192-.424V8.85L13.15 4H6.616q-.231 0-.424.192T6 4.615v14.77q0 .23.192.423t.423.192zM6 20V4z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightContactPageOutlineRounded(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 13.539q.633 0 1.066-.434t.434-1.066t-.434-1.067q-.433-.433-1.066-.433t-1.066.433t-.434 1.067t.434 1.066q.433.434 1.066.434m-3.5 3.384h7v-.152q0-.465-.248-.792t-.67-.52q-.591-.255-1.24-.396q-.65-.14-1.342-.14t-1.341.14t-1.242.396q-.42.193-.669.52q-.248.327-.248.792zM17.385 21H6.615q-.69 0-1.152-.462T5 19.385V4.615q0-.69.463-1.152T6.616 3h6.29q.323 0 .628.13q.305.132.522.349l4.465 4.465q.218.218.348.522q.131.305.131.628v10.29q0 .691-.462 1.154T17.384 21m0-1q.231 0 .424-.192t.192-.424V8.85L13.15 4H6.616q-.231 0-.424.192T6 4.615v14.77q0 .23.192.423t.423.192zM6 20V4z"/></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 13.539q.633 0 1.066-.434t.434-1.066t-.434-1.067q-.433-.433-1.066-.433t-1.066.433t-.434 1.067t.434 1.066q.433.434 1.066.434m-3.5 3.384h7v-.152q0-.465-.248-.792t-.67-.52q-.591-.255-1.24-.396q-.65-.14-1.342-.14t-1.341.14t-1.242.396q-.42.193-.669.52q-.248.327-.248.792zM17.385 21H6.615q-.69 0-1.152-.462T5 19.385V4.615q0-.69.463-1.152T6.616 3h6.29q.323 0 .628.13q.305.132.522.349l4.465 4.465q.218.218.348.522q.131.305.131.628v10.29q0 .691-.462 1.154T17.384 21m0-1q.231 0 .424-.192t.192-.424V8.85L13.15 4H6.616q-.231 0-.424.192T6 4.615v14.77q0 .23.192.423t.423.192zM6 20V4z"/></svg>
</template>

CSS

.icon-contact-page-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%22M12%2013.539q.633%200%201.066-.434t.434-1.066t-.434-1.067q-.433-.433-1.066-.433t-1.066.433t-.434%201.067t.434%201.066q.433.434%201.066.434m-3.5%203.384h7v-.152q0-.465-.248-.792t-.67-.52q-.591-.255-1.24-.396q-.65-.14-1.342-.14t-1.341.14t-1.242.396q-.42.193-.669.52q-.248.327-.248.792zM17.385%2021H6.615q-.69%200-1.152-.462T5%2019.385V4.615q0-.69.463-1.152T6.616%203h6.29q.323%200%20.628.13q.305.132.522.349l4.465%204.465q.218.218.348.522q.131.305.131.628v10.29q0%20.691-.462%201.154T17.384%2021m0-1q.231%200%20.424-.192t.192-.424V8.85L13.15%204H6.616q-.231%200-.424.192T6%204.615v14.77q0%20.23.192.423t.423.192zM6%2020V4z%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%2013.539q.633%200%201.066-.434t.434-1.066t-.434-1.067q-.433-.433-1.066-.433t-1.066.433t-.434%201.067t.434%201.066q.433.434%201.066.434m-3.5%203.384h7v-.152q0-.465-.248-.792t-.67-.52q-.591-.255-1.24-.396q-.65-.14-1.342-.14t-1.341.14t-1.242.396q-.42.193-.669.52q-.248.327-.248.792zM17.385%2021H6.615q-.69%200-1.152-.462T5%2019.385V4.615q0-.69.463-1.152T6.616%203h6.29q.323%200%20.628.13q.305.132.522.349l4.465%204.465q.218.218.348.522q.131.305.131.628v10.29q0%20.691-.462%201.154T17.384%2021m0-1q.231%200%20.424-.192t.192-.424V8.85L13.15%204H6.616q-.231%200-.424.192T6%204.615v14.77q0%20.23.192.423t.423.192zM6%2020V4z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/contact-page-outline-rounded.svg?color=%231a73e8&size=48