secure communication icon
secure-communication from Health Icons by Resolve to Save Lives · Filled · Symbols · MIT Free for personal and commercial use.
- Name
- secure-communication
- Set
- Health Icons
- Style
- Filled
- Category
- Symbols
- Viewbox
- 48×48
- License
- MIT
1 other variant in Health Icons
More symbols icons from Health Icons
Use the secure communication icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" fill-rule="evenodd" d="M4 20.5C4 12.492 10.492 6 18.5 6h11C37.508 6 44 12.492 44 20.5S37.508 35 29.5 35H28v7l-2.5-.5C9 37.5 4 28.508 4 20.5M27.333 18H29v9H19v-9h1.667v-2.77c0-1.554 1.492-2.813 3.333-2.813s3.333 1.259 3.333 2.812zM24 14.417c.47 0 .841.161 1.067.352c.222.187.266.357.266.46v2.688h-2.666v-2.688c0-.103.044-.273.266-.46c.226-.19.597-.352 1.067-.352" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function HealthiconsSecureCommunication(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" fillRule="evenodd" d="M4 20.5C4 12.492 10.492 6 18.5 6h11C37.508 6 44 12.492 44 20.5S37.508 35 29.5 35H28v7l-2.5-.5C9 37.5 4 28.508 4 20.5M27.333 18H29v9H19v-9h1.667v-2.77c0-1.554 1.492-2.813 3.333-2.813s3.333 1.259 3.333 2.812zM24 14.417c.47 0 .841.161 1.067.352c.222.187.266.357.266.46v2.688h-2.666v-2.688c0-.103.044-.273.266-.46c.226-.19.597-.352 1.067-.352" clipRule="evenodd"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" fill-rule="evenodd" d="M4 20.5C4 12.492 10.492 6 18.5 6h11C37.508 6 44 12.492 44 20.5S37.508 35 29.5 35H28v7l-2.5-.5C9 37.5 4 28.508 4 20.5M27.333 18H29v9H19v-9h1.667v-2.77c0-1.554 1.492-2.813 3.333-2.813s3.333 1.259 3.333 2.812zM24 14.417c.47 0 .841.161 1.067.352c.222.187.266.357.266.46v2.688h-2.666v-2.688c0-.103.044-.273.266-.46c.226-.19.597-.352 1.067-.352" clip-rule="evenodd"/></svg> </template>
CSS
.icon-secure-communication {
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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M4%2020.5C4%2012.492%2010.492%206%2018.5%206h11C37.508%206%2044%2012.492%2044%2020.5S37.508%2035%2029.5%2035H28v7l-2.5-.5C9%2037.5%204%2028.508%204%2020.5M27.333%2018H29v9H19v-9h1.667v-2.77c0-1.554%201.492-2.813%203.333-2.813s3.333%201.259%203.333%202.812zM24%2014.417c.47%200%20.841.161%201.067.352c.222.187.266.357.266.46v2.688h-2.666v-2.688c0-.103.044-.273.266-.46c.226-.19.597-.352%201.067-.352%22%20clip-rule%3D%22evenodd%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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M4%2020.5C4%2012.492%2010.492%206%2018.5%206h11C37.508%206%2044%2012.492%2044%2020.5S37.508%2035%2029.5%2035H28v7l-2.5-.5C9%2037.5%204%2028.508%204%2020.5M27.333%2018H29v9H19v-9h1.667v-2.77c0-1.554%201.492-2.813%203.333-2.813s3.333%201.259%203.333%202.812zM24%2014.417c.47%200%20.841.161%201.067.352c.222.187.266.357.266.46v2.688h-2.666v-2.688c0-.103.044-.273.266-.46c.226-.19.597-.352%201.067-.352%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/healthicons/secure-communication.svg?color=%231a73e8&size=48