ct scan emoji
ct-scan from OpenMoji by OpenMoji · Default · Extras Openmoji · CC-BY-SA-4.0 Attribution required.
- Name
- ct-scan
- Set
- OpenMoji
- Style
- Default
- Category
- Extras Openmoji
- Viewbox
- 72×72
- License
- CC BY-SA 4.0
More extras openmoji icons from OpenMoji
Use the ct scan emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#92d3f5" d="M11.797 32.146h12.968a1.7 1.7 0 0 1 1.207.502a14.4 14.4 0 0 1 2.554 3.097l.015.053a1.69 1.69 0 0 1-1.655 2.106l-15.067-.008a1.7 1.7 0 0 1-1.7-1.686l-.023-2.347a1.7 1.7 0 0 1 1.701-1.717"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M16.986 42.762a20.43 20.43 0 0 0 39.6-7.484a20.43 20.43 0 0 0-39.684-7.257s8.798.275 8.887.167c3.72-4.512 6.023-5.59 10.318-5.59a12.682 12.682 0 0 1 0 25.36a12.36 12.36 0 0 1-10.198-5.412m-8.577-.134l7.241.044"/><path stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m10.186 40.904l26.07.078a3.23 3.23 0 0 1-2.036 1.41c-1.252.156-24.068.035-24.068.035Z"/><path fill="none" stroke="#000" stroke-miterlimit="10" stroke-width="2" d="M11.797 32.146h12.968a1.7 1.7 0 0 1 1.207.502a14.4 14.4 0 0 1 2.554 3.097l.015.053a1.69 1.69 0 0 1-1.655 2.106l-15.067-.008a1.7 1.7 0 0 1-1.7-1.686l-.023-2.347a1.7 1.7 0 0 1 1.701-1.717Z"/><ellipse cx="32.8" cy="34.819" rx="3.217" ry="3.199"/></svg>
React
import type { SVGProps } from "react";
export function OpenmojiCtScan(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#92d3f5" d="M11.797 32.146h12.968a1.7 1.7 0 0 1 1.207.502a14.4 14.4 0 0 1 2.554 3.097l.015.053a1.69 1.69 0 0 1-1.655 2.106l-15.067-.008a1.7 1.7 0 0 1-1.7-1.686l-.023-2.347a1.7 1.7 0 0 1 1.701-1.717"/><path fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="M16.986 42.762a20.43 20.43 0 0 0 39.6-7.484a20.43 20.43 0 0 0-39.684-7.257s8.798.275 8.887.167c3.72-4.512 6.023-5.59 10.318-5.59a12.682 12.682 0 0 1 0 25.36a12.36 12.36 0 0 1-10.198-5.412m-8.577-.134l7.241.044"/><path stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="m10.186 40.904l26.07.078a3.23 3.23 0 0 1-2.036 1.41c-1.252.156-24.068.035-24.068.035Z"/><path fill="none" stroke="#000" strokeMiterlimit="10" strokeWidth="2" d="M11.797 32.146h12.968a1.7 1.7 0 0 1 1.207.502a14.4 14.4 0 0 1 2.554 3.097l.015.053a1.69 1.69 0 0 1-1.655 2.106l-15.067-.008a1.7 1.7 0 0 1-1.7-1.686l-.023-2.347a1.7 1.7 0 0 1 1.701-1.717Z"/><ellipse cx="32.8" cy="34.819" rx="3.217" ry="3.199"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#92d3f5" d="M11.797 32.146h12.968a1.7 1.7 0 0 1 1.207.502a14.4 14.4 0 0 1 2.554 3.097l.015.053a1.69 1.69 0 0 1-1.655 2.106l-15.067-.008a1.7 1.7 0 0 1-1.7-1.686l-.023-2.347a1.7 1.7 0 0 1 1.701-1.717"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M16.986 42.762a20.43 20.43 0 0 0 39.6-7.484a20.43 20.43 0 0 0-39.684-7.257s8.798.275 8.887.167c3.72-4.512 6.023-5.59 10.318-5.59a12.682 12.682 0 0 1 0 25.36a12.36 12.36 0 0 1-10.198-5.412m-8.577-.134l7.241.044"/><path stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m10.186 40.904l26.07.078a3.23 3.23 0 0 1-2.036 1.41c-1.252.156-24.068.035-24.068.035Z"/><path fill="none" stroke="#000" stroke-miterlimit="10" stroke-width="2" d="M11.797 32.146h12.968a1.7 1.7 0 0 1 1.207.502a14.4 14.4 0 0 1 2.554 3.097l.015.053a1.69 1.69 0 0 1-1.655 2.106l-15.067-.008a1.7 1.7 0 0 1-1.7-1.686l-.023-2.347a1.7 1.7 0 0 1 1.701-1.717Z"/><ellipse cx="32.8" cy="34.819" rx="3.217" ry="3.199"/></svg> </template>
CSS
.icon-ct-scan {
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%2072%2072%22%3E%3Cpath%20fill%3D%22%2392d3f5%22%20d%3D%22M11.797%2032.146h12.968a1.7%201.7%200%200%201%201.207.502a14.4%2014.4%200%200%201%202.554%203.097l.015.053a1.69%201.69%200%200%201-1.655%202.106l-15.067-.008a1.7%201.7%200%200%201-1.7-1.686l-.023-2.347a1.7%201.7%200%200%201%201.701-1.717%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M16.986%2042.762a20.43%2020.43%200%200%200%2039.6-7.484a20.43%2020.43%200%200%200-39.684-7.257s8.798.275%208.887.167c3.72-4.512%206.023-5.59%2010.318-5.59a12.682%2012.682%200%200%201%200%2025.36a12.36%2012.36%200%200%201-10.198-5.412m-8.577-.134l7.241.044%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22m10.186%2040.904l26.07.078a3.23%203.23%200%200%201-2.036%201.41c-1.252.156-24.068.035-24.068.035Z%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%20d%3D%22M11.797%2032.146h12.968a1.7%201.7%200%200%201%201.207.502a14.4%2014.4%200%200%201%202.554%203.097l.015.053a1.69%201.69%200%200%201-1.655%202.106l-15.067-.008a1.7%201.7%200%200%201-1.7-1.686l-.023-2.347a1.7%201.7%200%200%201%201.701-1.717Z%22%2F%3E%3Cellipse%20cx%3D%2232.8%22%20cy%3D%2234.819%22%20rx%3D%223.217%22%20ry%3D%223.199%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%2072%2072%22%3E%3Cpath%20fill%3D%22%2392d3f5%22%20d%3D%22M11.797%2032.146h12.968a1.7%201.7%200%200%201%201.207.502a14.4%2014.4%200%200%201%202.554%203.097l.015.053a1.69%201.69%200%200%201-1.655%202.106l-15.067-.008a1.7%201.7%200%200%201-1.7-1.686l-.023-2.347a1.7%201.7%200%200%201%201.701-1.717%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M16.986%2042.762a20.43%2020.43%200%200%200%2039.6-7.484a20.43%2020.43%200%200%200-39.684-7.257s8.798.275%208.887.167c3.72-4.512%206.023-5.59%2010.318-5.59a12.682%2012.682%200%200%201%200%2025.36a12.36%2012.36%200%200%201-10.198-5.412m-8.577-.134l7.241.044%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22m10.186%2040.904l26.07.078a3.23%203.23%200%200%201-2.036%201.41c-1.252.156-24.068.035-24.068.035Z%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%20d%3D%22M11.797%2032.146h12.968a1.7%201.7%200%200%201%201.207.502a14.4%2014.4%200%200%201%202.554%203.097l.015.053a1.69%201.69%200%200%201-1.655%202.106l-15.067-.008a1.7%201.7%200%200%201-1.7-1.686l-.023-2.347a1.7%201.7%200%200%201%201.701-1.717Z%22%2F%3E%3Cellipse%20cx%3D%2232.8%22%20cy%3D%2234.819%22%20rx%3D%223.217%22%20ry%3D%223.199%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/openmoji/ct-scan.svg?color=%231a73e8&size=48