cone test on walls icon

cone-test-on-walls-outline from Health Icons by Resolve to Save Lives · Outline · Diagnostics · MIT Free for personal and commercial use.

Name
cone-test-on-walls-outline
Set
Health Icons
Style
Outline
Category
Diagnostics
Viewbox
48×48
License
MIT
Aliases
cone-test-on-walls2x-outline

1 other variant in Health Icons

More diagnostics icons from Health Icons

Use the cone test on walls 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="M17.709 38.513A2 2 0 0 0 19 36.643v-2.4l12.986-3.895c.52 1.626 1.992 2.799 3.728 2.799c2.17 0 3.929-1.832 3.929-4.091q0-.323-.046-.63C41.03 27.585 42 25.983 42 24.146c0-1.836-.969-3.437-2.403-4.28a4 4 0 0 0 .046-.629c0-2.259-1.759-4.09-3.929-4.09c-1.64 0-3.045 1.046-3.633 2.533L19 13.756v-2.399a2 2 0 0 0-1.291-1.87L9.386 6.334A2.5 2.5 0 0 0 6 8.672v30.656a2.5 2.5 0 0 0 3.386 2.338zM8.677 8.205A.5.5 0 0 0 8 8.672v30.656a.5.5 0 0 0 .677.467L17 36.643v-1.8l-3.387 1.017q-.3.139-.613.14c-2.21 0-4-5.373-4-12s1.79-12 4-12q.313 0 .61.139L17 13.156v-1.799zm5.254 23.648c-.318.953-.653 1.588-.931 1.948c-.278-.36-.613-.995-.931-1.948C11.429 29.935 11 27.159 11 24s.43-5.935 1.069-7.853c.318-.953.653-1.588.931-1.948c.278.36.613.995.931 1.948C14.571 18.065 15 20.841 15 24s-.43 5.935-1.069 7.853m17.65-3.895c-.354-.9-.58-2.273-.58-3.811c0-1.732.286-3.254.72-4.128C30.35 20.204 29 21.726 29 24c0 2.197 1.26 3.692 2.581 3.958M15.575 14.816L29.3 18.934C27.871 20.037 27 21.978 27 24s.872 3.963 2.3 5.066l-13.725 4.117C16.446 30.982 17 27.685 17 24s-.554-6.983-1.425-9.184m17.971 6.028l.357-.601l-.096-.692a2 2 0 0 1-.021-.314c0-1.231.939-2.09 1.928-2.09c.99 0 1.929.859 1.929 2.09q0 .174-.025.336l-.198 1.336l1.165.683c.824.483 1.415 1.429 1.415 2.555c0 1.125-.591 2.07-1.415 2.554l-1.165.683l.198 1.336q.025.162.025.336c0 1.231-.939 2.09-1.929 2.09s-1.928-.859-1.928-2.09q0-.162.021-.314l.096-.692l-.357-.601c-.217-.367-.546-1.558-.546-3.303s.329-2.935.546-3.302" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function HealthiconsConeTestOnWallsOutline(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="M17.709 38.513A2 2 0 0 0 19 36.643v-2.4l12.986-3.895c.52 1.626 1.992 2.799 3.728 2.799c2.17 0 3.929-1.832 3.929-4.091q0-.323-.046-.63C41.03 27.585 42 25.983 42 24.146c0-1.836-.969-3.437-2.403-4.28a4 4 0 0 0 .046-.629c0-2.259-1.759-4.09-3.929-4.09c-1.64 0-3.045 1.046-3.633 2.533L19 13.756v-2.399a2 2 0 0 0-1.291-1.87L9.386 6.334A2.5 2.5 0 0 0 6 8.672v30.656a2.5 2.5 0 0 0 3.386 2.338zM8.677 8.205A.5.5 0 0 0 8 8.672v30.656a.5.5 0 0 0 .677.467L17 36.643v-1.8l-3.387 1.017q-.3.139-.613.14c-2.21 0-4-5.373-4-12s1.79-12 4-12q.313 0 .61.139L17 13.156v-1.799zm5.254 23.648c-.318.953-.653 1.588-.931 1.948c-.278-.36-.613-.995-.931-1.948C11.429 29.935 11 27.159 11 24s.43-5.935 1.069-7.853c.318-.953.653-1.588.931-1.948c.278.36.613.995.931 1.948C14.571 18.065 15 20.841 15 24s-.43 5.935-1.069 7.853m17.65-3.895c-.354-.9-.58-2.273-.58-3.811c0-1.732.286-3.254.72-4.128C30.35 20.204 29 21.726 29 24c0 2.197 1.26 3.692 2.581 3.958M15.575 14.816L29.3 18.934C27.871 20.037 27 21.978 27 24s.872 3.963 2.3 5.066l-13.725 4.117C16.446 30.982 17 27.685 17 24s-.554-6.983-1.425-9.184m17.971 6.028l.357-.601l-.096-.692a2 2 0 0 1-.021-.314c0-1.231.939-2.09 1.928-2.09c.99 0 1.929.859 1.929 2.09q0 .174-.025.336l-.198 1.336l1.165.683c.824.483 1.415 1.429 1.415 2.555c0 1.125-.591 2.07-1.415 2.554l-1.165.683l.198 1.336q.025.162.025.336c0 1.231-.939 2.09-1.929 2.09s-1.928-.859-1.928-2.09q0-.162.021-.314l.096-.692l-.357-.601c-.217-.367-.546-1.558-.546-3.303s.329-2.935.546-3.302" 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="M17.709 38.513A2 2 0 0 0 19 36.643v-2.4l12.986-3.895c.52 1.626 1.992 2.799 3.728 2.799c2.17 0 3.929-1.832 3.929-4.091q0-.323-.046-.63C41.03 27.585 42 25.983 42 24.146c0-1.836-.969-3.437-2.403-4.28a4 4 0 0 0 .046-.629c0-2.259-1.759-4.09-3.929-4.09c-1.64 0-3.045 1.046-3.633 2.533L19 13.756v-2.399a2 2 0 0 0-1.291-1.87L9.386 6.334A2.5 2.5 0 0 0 6 8.672v30.656a2.5 2.5 0 0 0 3.386 2.338zM8.677 8.205A.5.5 0 0 0 8 8.672v30.656a.5.5 0 0 0 .677.467L17 36.643v-1.8l-3.387 1.017q-.3.139-.613.14c-2.21 0-4-5.373-4-12s1.79-12 4-12q.313 0 .61.139L17 13.156v-1.799zm5.254 23.648c-.318.953-.653 1.588-.931 1.948c-.278-.36-.613-.995-.931-1.948C11.429 29.935 11 27.159 11 24s.43-5.935 1.069-7.853c.318-.953.653-1.588.931-1.948c.278.36.613.995.931 1.948C14.571 18.065 15 20.841 15 24s-.43 5.935-1.069 7.853m17.65-3.895c-.354-.9-.58-2.273-.58-3.811c0-1.732.286-3.254.72-4.128C30.35 20.204 29 21.726 29 24c0 2.197 1.26 3.692 2.581 3.958M15.575 14.816L29.3 18.934C27.871 20.037 27 21.978 27 24s.872 3.963 2.3 5.066l-13.725 4.117C16.446 30.982 17 27.685 17 24s-.554-6.983-1.425-9.184m17.971 6.028l.357-.601l-.096-.692a2 2 0 0 1-.021-.314c0-1.231.939-2.09 1.928-2.09c.99 0 1.929.859 1.929 2.09q0 .174-.025.336l-.198 1.336l1.165.683c.824.483 1.415 1.429 1.415 2.555c0 1.125-.591 2.07-1.415 2.554l-1.165.683l.198 1.336q.025.162.025.336c0 1.231-.939 2.09-1.929 2.09s-1.928-.859-1.928-2.09q0-.162.021-.314l.096-.692l-.357-.601c-.217-.367-.546-1.558-.546-3.303s.329-2.935.546-3.302" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-cone-test-on-walls-outline {
  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%22M17.709%2038.513A2%202%200%200%200%2019%2036.643v-2.4l12.986-3.895c.52%201.626%201.992%202.799%203.728%202.799c2.17%200%203.929-1.832%203.929-4.091q0-.323-.046-.63C41.03%2027.585%2042%2025.983%2042%2024.146c0-1.836-.969-3.437-2.403-4.28a4%204%200%200%200%20.046-.629c0-2.259-1.759-4.09-3.929-4.09c-1.64%200-3.045%201.046-3.633%202.533L19%2013.756v-2.399a2%202%200%200%200-1.291-1.87L9.386%206.334A2.5%202.5%200%200%200%206%208.672v30.656a2.5%202.5%200%200%200%203.386%202.338zM8.677%208.205A.5.5%200%200%200%208%208.672v30.656a.5.5%200%200%200%20.677.467L17%2036.643v-1.8l-3.387%201.017q-.3.139-.613.14c-2.21%200-4-5.373-4-12s1.79-12%204-12q.313%200%20.61.139L17%2013.156v-1.799zm5.254%2023.648c-.318.953-.653%201.588-.931%201.948c-.278-.36-.613-.995-.931-1.948C11.429%2029.935%2011%2027.159%2011%2024s.43-5.935%201.069-7.853c.318-.953.653-1.588.931-1.948c.278.36.613.995.931%201.948C14.571%2018.065%2015%2020.841%2015%2024s-.43%205.935-1.069%207.853m17.65-3.895c-.354-.9-.58-2.273-.58-3.811c0-1.732.286-3.254.72-4.128C30.35%2020.204%2029%2021.726%2029%2024c0%202.197%201.26%203.692%202.581%203.958M15.575%2014.816L29.3%2018.934C27.871%2020.037%2027%2021.978%2027%2024s.872%203.963%202.3%205.066l-13.725%204.117C16.446%2030.982%2017%2027.685%2017%2024s-.554-6.983-1.425-9.184m17.971%206.028l.357-.601l-.096-.692a2%202%200%200%201-.021-.314c0-1.231.939-2.09%201.928-2.09c.99%200%201.929.859%201.929%202.09q0%20.174-.025.336l-.198%201.336l1.165.683c.824.483%201.415%201.429%201.415%202.555c0%201.125-.591%202.07-1.415%202.554l-1.165.683l.198%201.336q.025.162.025.336c0%201.231-.939%202.09-1.929%202.09s-1.928-.859-1.928-2.09q0-.162.021-.314l.096-.692l-.357-.601c-.217-.367-.546-1.558-.546-3.303s.329-2.935.546-3.302%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%22M17.709%2038.513A2%202%200%200%200%2019%2036.643v-2.4l12.986-3.895c.52%201.626%201.992%202.799%203.728%202.799c2.17%200%203.929-1.832%203.929-4.091q0-.323-.046-.63C41.03%2027.585%2042%2025.983%2042%2024.146c0-1.836-.969-3.437-2.403-4.28a4%204%200%200%200%20.046-.629c0-2.259-1.759-4.09-3.929-4.09c-1.64%200-3.045%201.046-3.633%202.533L19%2013.756v-2.399a2%202%200%200%200-1.291-1.87L9.386%206.334A2.5%202.5%200%200%200%206%208.672v30.656a2.5%202.5%200%200%200%203.386%202.338zM8.677%208.205A.5.5%200%200%200%208%208.672v30.656a.5.5%200%200%200%20.677.467L17%2036.643v-1.8l-3.387%201.017q-.3.139-.613.14c-2.21%200-4-5.373-4-12s1.79-12%204-12q.313%200%20.61.139L17%2013.156v-1.799zm5.254%2023.648c-.318.953-.653%201.588-.931%201.948c-.278-.36-.613-.995-.931-1.948C11.429%2029.935%2011%2027.159%2011%2024s.43-5.935%201.069-7.853c.318-.953.653-1.588.931-1.948c.278.36.613.995.931%201.948C14.571%2018.065%2015%2020.841%2015%2024s-.43%205.935-1.069%207.853m17.65-3.895c-.354-.9-.58-2.273-.58-3.811c0-1.732.286-3.254.72-4.128C30.35%2020.204%2029%2021.726%2029%2024c0%202.197%201.26%203.692%202.581%203.958M15.575%2014.816L29.3%2018.934C27.871%2020.037%2027%2021.978%2027%2024s.872%203.963%202.3%205.066l-13.725%204.117C16.446%2030.982%2017%2027.685%2017%2024s-.554-6.983-1.425-9.184m17.971%206.028l.357-.601l-.096-.692a2%202%200%200%201-.021-.314c0-1.231.939-2.09%201.928-2.09c.99%200%201.929.859%201.929%202.09q0%20.174-.025.336l-.198%201.336l1.165.683c.824.483%201.415%201.429%201.415%202.555c0%201.125-.591%202.07-1.415%202.554l-1.165.683l.198%201.336q.025.162.025.336c0%201.231-.939%202.09-1.929%202.09s-1.928-.859-1.928-2.09q0-.162.021-.314l.096-.692l-.357-.601c-.217-.367-.546-1.558-.546-3.303s.329-2.935.546-3.302%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/cone-test-on-walls-outline.svg?color=%231a73e8&size=48