sonography icon
sonography from Health Icons by Resolve to Save Lives · Filled · Specialties · MIT Free for personal and commercial use.
- Name
- sonography
- Set
- Health Icons
- Style
- Filled
- Category
- Specialties
- Viewbox
- 48×48
- License
- MIT
1 other variant in Health Icons
More specialties icons from Health Icons
accident-and-emergencyadmissionsbiochemistry-laboratoryburn-unitcardiologychaplaincycoronary-care-unitcritical-caredischarge-loungeears-nose-and-throatendocrinologyfinance-deptgastroenterologygeneral-surgerygeriatricsgymgynecologyhematologyhematology-laboratoryhepatologyhuman-resorucesintensive-care-unitmedical-recordsnephrology
Use the sonography 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="M9 6a3 3 0 0 0-3 3v30a3 3 0 0 0 3 3h30a3 3 0 0 0 3-3V9a3 3 0 0 0-3-3zm2 5h2a1 1 0 1 0 0-2h-2.5A1.5 1.5 0 0 0 9 10.5V13a1 1 0 1 0 2 0zm26 2v-2h-2a1 1 0 1 1 0-2h2.5a1.5 1.5 0 0 1 1.5 1.5V13a1 1 0 1 1-2 0M11.519 30.998c-1.078-.324-1.62-1.506-1.217-2.557l5.487-14.287c.371-.967 1.419-1.483 2.432-1.265c1.865.4 3.798.611 5.779.611s3.915-.21 5.779-.611c1.013-.218 2.06.298 2.432 1.265l5.487 14.287c.404 1.051-.139 2.233-1.217 2.557A43.3 43.3 0 0 1 24 32.832c-4.33 0-8.518-.642-12.481-1.834m15.75-12.57c1.14-.495 2.444-.635 3.515-.119c1.308.632 2.202 1.942 2.202 3.45c0 2.12-1.768 3.85-3.963 3.85q-.251 0-.493-.03l-.145-.017l-1.383 1.864c-.84 1.13-1.83 2.344-3.63 2.579h-.003c-2.164.313-4.176-1.02-5.194-3.008c-.132-.26-.261-.51-.382-.741l-.109-.209l-.214.096l-.555.248a33 33 0 0 1-1.17.512c-.838.326-1.782-.073-2.112-.877c-.329-.8.069-1.716.903-2.04c.144-.056.44-.19.815-.358l.013-.006c.26-.117.562-.253.885-.395c.365-.162.743-.325 1.05-.445c.148-.059.313-.12.464-.166c.072-.021.183-.053.31-.075a1.74 1.74 0 0 1 .958.092a1.66 1.66 0 0 1 .637.448c.064.072.112.138.139.176c.057.08.11.166.152.236c.089.148.195.339.308.547a78 78 0 0 1 .735 1.45a.418.418 0 0 0 .774-.309l-.598-1.969c-.16-.531-.32-1.066-.453-1.494v-.002l-.231-.725l-.005-.01c-.332-.799.06-1.715.893-2.044c.832-.328 1.773.061 2.112.856l.902 3.063a.404.404 0 0 0 .443.286a.395.395 0 0 0 .328-.487a3.8 3.8 0 0 1-.108-.896c0-.814.18-1.48.538-2.02s.905-.977 1.673-1.31M37 35v2h-2a1 1 0 1 0 0 2h2.5a1.5 1.5 0 0 0 1.5-1.5V35a1 1 0 1 0-2 0m-26 2h2a1 1 0 1 1 0 2h-2.5A1.5 1.5 0 0 1 9 37.5V35a1 1 0 1 1 2 0z" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function HealthiconsSonography(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="M9 6a3 3 0 0 0-3 3v30a3 3 0 0 0 3 3h30a3 3 0 0 0 3-3V9a3 3 0 0 0-3-3zm2 5h2a1 1 0 1 0 0-2h-2.5A1.5 1.5 0 0 0 9 10.5V13a1 1 0 1 0 2 0zm26 2v-2h-2a1 1 0 1 1 0-2h2.5a1.5 1.5 0 0 1 1.5 1.5V13a1 1 0 1 1-2 0M11.519 30.998c-1.078-.324-1.62-1.506-1.217-2.557l5.487-14.287c.371-.967 1.419-1.483 2.432-1.265c1.865.4 3.798.611 5.779.611s3.915-.21 5.779-.611c1.013-.218 2.06.298 2.432 1.265l5.487 14.287c.404 1.051-.139 2.233-1.217 2.557A43.3 43.3 0 0 1 24 32.832c-4.33 0-8.518-.642-12.481-1.834m15.75-12.57c1.14-.495 2.444-.635 3.515-.119c1.308.632 2.202 1.942 2.202 3.45c0 2.12-1.768 3.85-3.963 3.85q-.251 0-.493-.03l-.145-.017l-1.383 1.864c-.84 1.13-1.83 2.344-3.63 2.579h-.003c-2.164.313-4.176-1.02-5.194-3.008c-.132-.26-.261-.51-.382-.741l-.109-.209l-.214.096l-.555.248a33 33 0 0 1-1.17.512c-.838.326-1.782-.073-2.112-.877c-.329-.8.069-1.716.903-2.04c.144-.056.44-.19.815-.358l.013-.006c.26-.117.562-.253.885-.395c.365-.162.743-.325 1.05-.445c.148-.059.313-.12.464-.166c.072-.021.183-.053.31-.075a1.74 1.74 0 0 1 .958.092a1.66 1.66 0 0 1 .637.448c.064.072.112.138.139.176c.057.08.11.166.152.236c.089.148.195.339.308.547a78 78 0 0 1 .735 1.45a.418.418 0 0 0 .774-.309l-.598-1.969c-.16-.531-.32-1.066-.453-1.494v-.002l-.231-.725l-.005-.01c-.332-.799.06-1.715.893-2.044c.832-.328 1.773.061 2.112.856l.902 3.063a.404.404 0 0 0 .443.286a.395.395 0 0 0 .328-.487a3.8 3.8 0 0 1-.108-.896c0-.814.18-1.48.538-2.02s.905-.977 1.673-1.31M37 35v2h-2a1 1 0 1 0 0 2h2.5a1.5 1.5 0 0 0 1.5-1.5V35a1 1 0 1 0-2 0m-26 2h2a1 1 0 1 1 0 2h-2.5A1.5 1.5 0 0 1 9 37.5V35a1 1 0 1 1 2 0z" 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="M9 6a3 3 0 0 0-3 3v30a3 3 0 0 0 3 3h30a3 3 0 0 0 3-3V9a3 3 0 0 0-3-3zm2 5h2a1 1 0 1 0 0-2h-2.5A1.5 1.5 0 0 0 9 10.5V13a1 1 0 1 0 2 0zm26 2v-2h-2a1 1 0 1 1 0-2h2.5a1.5 1.5 0 0 1 1.5 1.5V13a1 1 0 1 1-2 0M11.519 30.998c-1.078-.324-1.62-1.506-1.217-2.557l5.487-14.287c.371-.967 1.419-1.483 2.432-1.265c1.865.4 3.798.611 5.779.611s3.915-.21 5.779-.611c1.013-.218 2.06.298 2.432 1.265l5.487 14.287c.404 1.051-.139 2.233-1.217 2.557A43.3 43.3 0 0 1 24 32.832c-4.33 0-8.518-.642-12.481-1.834m15.75-12.57c1.14-.495 2.444-.635 3.515-.119c1.308.632 2.202 1.942 2.202 3.45c0 2.12-1.768 3.85-3.963 3.85q-.251 0-.493-.03l-.145-.017l-1.383 1.864c-.84 1.13-1.83 2.344-3.63 2.579h-.003c-2.164.313-4.176-1.02-5.194-3.008c-.132-.26-.261-.51-.382-.741l-.109-.209l-.214.096l-.555.248a33 33 0 0 1-1.17.512c-.838.326-1.782-.073-2.112-.877c-.329-.8.069-1.716.903-2.04c.144-.056.44-.19.815-.358l.013-.006c.26-.117.562-.253.885-.395c.365-.162.743-.325 1.05-.445c.148-.059.313-.12.464-.166c.072-.021.183-.053.31-.075a1.74 1.74 0 0 1 .958.092a1.66 1.66 0 0 1 .637.448c.064.072.112.138.139.176c.057.08.11.166.152.236c.089.148.195.339.308.547a78 78 0 0 1 .735 1.45a.418.418 0 0 0 .774-.309l-.598-1.969c-.16-.531-.32-1.066-.453-1.494v-.002l-.231-.725l-.005-.01c-.332-.799.06-1.715.893-2.044c.832-.328 1.773.061 2.112.856l.902 3.063a.404.404 0 0 0 .443.286a.395.395 0 0 0 .328-.487a3.8 3.8 0 0 1-.108-.896c0-.814.18-1.48.538-2.02s.905-.977 1.673-1.31M37 35v2h-2a1 1 0 1 0 0 2h2.5a1.5 1.5 0 0 0 1.5-1.5V35a1 1 0 1 0-2 0m-26 2h2a1 1 0 1 1 0 2h-2.5A1.5 1.5 0 0 1 9 37.5V35a1 1 0 1 1 2 0z" clip-rule="evenodd"/></svg> </template>
CSS
.icon-sonography {
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%22M9%206a3%203%200%200%200-3%203v30a3%203%200%200%200%203%203h30a3%203%200%200%200%203-3V9a3%203%200%200%200-3-3zm2%205h2a1%201%200%201%200%200-2h-2.5A1.5%201.5%200%200%200%209%2010.5V13a1%201%200%201%200%202%200zm26%202v-2h-2a1%201%200%201%201%200-2h2.5a1.5%201.5%200%200%201%201.5%201.5V13a1%201%200%201%201-2%200M11.519%2030.998c-1.078-.324-1.62-1.506-1.217-2.557l5.487-14.287c.371-.967%201.419-1.483%202.432-1.265c1.865.4%203.798.611%205.779.611s3.915-.21%205.779-.611c1.013-.218%202.06.298%202.432%201.265l5.487%2014.287c.404%201.051-.139%202.233-1.217%202.557A43.3%2043.3%200%200%201%2024%2032.832c-4.33%200-8.518-.642-12.481-1.834m15.75-12.57c1.14-.495%202.444-.635%203.515-.119c1.308.632%202.202%201.942%202.202%203.45c0%202.12-1.768%203.85-3.963%203.85q-.251%200-.493-.03l-.145-.017l-1.383%201.864c-.84%201.13-1.83%202.344-3.63%202.579h-.003c-2.164.313-4.176-1.02-5.194-3.008c-.132-.26-.261-.51-.382-.741l-.109-.209l-.214.096l-.555.248a33%2033%200%200%201-1.17.512c-.838.326-1.782-.073-2.112-.877c-.329-.8.069-1.716.903-2.04c.144-.056.44-.19.815-.358l.013-.006c.26-.117.562-.253.885-.395c.365-.162.743-.325%201.05-.445c.148-.059.313-.12.464-.166c.072-.021.183-.053.31-.075a1.74%201.74%200%200%201%20.958.092a1.66%201.66%200%200%201%20.637.448c.064.072.112.138.139.176c.057.08.11.166.152.236c.089.148.195.339.308.547a78%2078%200%200%201%20.735%201.45a.418.418%200%200%200%20.774-.309l-.598-1.969c-.16-.531-.32-1.066-.453-1.494v-.002l-.231-.725l-.005-.01c-.332-.799.06-1.715.893-2.044c.832-.328%201.773.061%202.112.856l.902%203.063a.404.404%200%200%200%20.443.286a.395.395%200%200%200%20.328-.487a3.8%203.8%200%200%201-.108-.896c0-.814.18-1.48.538-2.02s.905-.977%201.673-1.31M37%2035v2h-2a1%201%200%201%200%200%202h2.5a1.5%201.5%200%200%200%201.5-1.5V35a1%201%200%201%200-2%200m-26%202h2a1%201%200%201%201%200%202h-2.5A1.5%201.5%200%200%201%209%2037.5V35a1%201%200%201%201%202%200z%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%22M9%206a3%203%200%200%200-3%203v30a3%203%200%200%200%203%203h30a3%203%200%200%200%203-3V9a3%203%200%200%200-3-3zm2%205h2a1%201%200%201%200%200-2h-2.5A1.5%201.5%200%200%200%209%2010.5V13a1%201%200%201%200%202%200zm26%202v-2h-2a1%201%200%201%201%200-2h2.5a1.5%201.5%200%200%201%201.5%201.5V13a1%201%200%201%201-2%200M11.519%2030.998c-1.078-.324-1.62-1.506-1.217-2.557l5.487-14.287c.371-.967%201.419-1.483%202.432-1.265c1.865.4%203.798.611%205.779.611s3.915-.21%205.779-.611c1.013-.218%202.06.298%202.432%201.265l5.487%2014.287c.404%201.051-.139%202.233-1.217%202.557A43.3%2043.3%200%200%201%2024%2032.832c-4.33%200-8.518-.642-12.481-1.834m15.75-12.57c1.14-.495%202.444-.635%203.515-.119c1.308.632%202.202%201.942%202.202%203.45c0%202.12-1.768%203.85-3.963%203.85q-.251%200-.493-.03l-.145-.017l-1.383%201.864c-.84%201.13-1.83%202.344-3.63%202.579h-.003c-2.164.313-4.176-1.02-5.194-3.008c-.132-.26-.261-.51-.382-.741l-.109-.209l-.214.096l-.555.248a33%2033%200%200%201-1.17.512c-.838.326-1.782-.073-2.112-.877c-.329-.8.069-1.716.903-2.04c.144-.056.44-.19.815-.358l.013-.006c.26-.117.562-.253.885-.395c.365-.162.743-.325%201.05-.445c.148-.059.313-.12.464-.166c.072-.021.183-.053.31-.075a1.74%201.74%200%200%201%20.958.092a1.66%201.66%200%200%201%20.637.448c.064.072.112.138.139.176c.057.08.11.166.152.236c.089.148.195.339.308.547a78%2078%200%200%201%20.735%201.45a.418.418%200%200%200%20.774-.309l-.598-1.969c-.16-.531-.32-1.066-.453-1.494v-.002l-.231-.725l-.005-.01c-.332-.799.06-1.715.893-2.044c.832-.328%201.773.061%202.112.856l.902%203.063a.404.404%200%200%200%20.443.286a.395.395%200%200%200%20.328-.487a3.8%203.8%200%200%201-.108-.896c0-.814.18-1.48.538-2.02s.905-.977%201.673-1.31M37%2035v2h-2a1%201%200%201%200%200%202h2.5a1.5%201.5%200%200%200%201.5-1.5V35a1%201%200%201%200-2%200m-26%202h2a1%201%200%201%201%200%202h-2.5A1.5%201.5%200%200%201%209%2037.5V35a1%201%200%201%201%202%200z%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/sonography.svg?color=%231a73e8&size=48