dna from Health Icons by Resolve to Save Lives · Filled · Body · MIT Free for personal and commercial use.

Name
dna
Set
Health Icons
Style
Filled
Category
Body
Viewbox
48×48
License
MIT

3 other variants in Health Icons

The same icon in other sets

More body icons from Health Icons

Use the dna 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="M35 9.23V6h-2v3H15V6h-2v3.23a16.91 16.91 0 0 0 6.804 13.558a19 19 0 0 1 1.95-1.077A14.9 14.9 0 0 1 17.185 17h13.63A14.9 14.9 0 0 1 24 22.917l-.016.007q-.177.075-.355.148q-1.014.406-1.951.928a16.91 16.91 0 0 0-8.586 13H13v5h2v-3h18v3h2v-5h-.093a16.92 16.92 0 0 0-6.71-11.788a19 19 0 0 1-1.95 1.077A14.9 14.9 0 0 1 30.814 31h-13.63A14.9 14.9 0 0 1 24 25.083l.016-.007q.177-.075.355-.148A16.91 16.91 0 0 0 35 9.23M31.839 33H16.162a15 15 0 0 0-1.057 4h17.79a15 15 0 0 0-1.057-4M16.162 15h15.677c.53-1.264.89-2.608 1.056-4h-17.79a15 15 0 0 0 1.056 4" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function HealthiconsDna(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="M35 9.23V6h-2v3H15V6h-2v3.23a16.91 16.91 0 0 0 6.804 13.558a19 19 0 0 1 1.95-1.077A14.9 14.9 0 0 1 17.185 17h13.63A14.9 14.9 0 0 1 24 22.917l-.016.007q-.177.075-.355.148q-1.014.406-1.951.928a16.91 16.91 0 0 0-8.586 13H13v5h2v-3h18v3h2v-5h-.093a16.92 16.92 0 0 0-6.71-11.788a19 19 0 0 1-1.95 1.077A14.9 14.9 0 0 1 30.814 31h-13.63A14.9 14.9 0 0 1 24 25.083l.016-.007q.177-.075.355-.148A16.91 16.91 0 0 0 35 9.23M31.839 33H16.162a15 15 0 0 0-1.057 4h17.79a15 15 0 0 0-1.057-4M16.162 15h15.677c.53-1.264.89-2.608 1.056-4h-17.79a15 15 0 0 0 1.056 4" 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="M35 9.23V6h-2v3H15V6h-2v3.23a16.91 16.91 0 0 0 6.804 13.558a19 19 0 0 1 1.95-1.077A14.9 14.9 0 0 1 17.185 17h13.63A14.9 14.9 0 0 1 24 22.917l-.016.007q-.177.075-.355.148q-1.014.406-1.951.928a16.91 16.91 0 0 0-8.586 13H13v5h2v-3h18v3h2v-5h-.093a16.92 16.92 0 0 0-6.71-11.788a19 19 0 0 1-1.95 1.077A14.9 14.9 0 0 1 30.814 31h-13.63A14.9 14.9 0 0 1 24 25.083l.016-.007q.177-.075.355-.148A16.91 16.91 0 0 0 35 9.23M31.839 33H16.162a15 15 0 0 0-1.057 4h17.79a15 15 0 0 0-1.057-4M16.162 15h15.677c.53-1.264.89-2.608 1.056-4h-17.79a15 15 0 0 0 1.056 4" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-dna {
  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%22M35%209.23V6h-2v3H15V6h-2v3.23a16.91%2016.91%200%200%200%206.804%2013.558a19%2019%200%200%201%201.95-1.077A14.9%2014.9%200%200%201%2017.185%2017h13.63A14.9%2014.9%200%200%201%2024%2022.917l-.016.007q-.177.075-.355.148q-1.014.406-1.951.928a16.91%2016.91%200%200%200-8.586%2013H13v5h2v-3h18v3h2v-5h-.093a16.92%2016.92%200%200%200-6.71-11.788a19%2019%200%200%201-1.95%201.077A14.9%2014.9%200%200%201%2030.814%2031h-13.63A14.9%2014.9%200%200%201%2024%2025.083l.016-.007q.177-.075.355-.148A16.91%2016.91%200%200%200%2035%209.23M31.839%2033H16.162a15%2015%200%200%200-1.057%204h17.79a15%2015%200%200%200-1.057-4M16.162%2015h15.677c.53-1.264.89-2.608%201.056-4h-17.79a15%2015%200%200%200%201.056%204%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%22M35%209.23V6h-2v3H15V6h-2v3.23a16.91%2016.91%200%200%200%206.804%2013.558a19%2019%200%200%201%201.95-1.077A14.9%2014.9%200%200%201%2017.185%2017h13.63A14.9%2014.9%200%200%201%2024%2022.917l-.016.007q-.177.075-.355.148q-1.014.406-1.951.928a16.91%2016.91%200%200%200-8.586%2013H13v5h2v-3h18v3h2v-5h-.093a16.92%2016.92%200%200%200-6.71-11.788a19%2019%200%200%201-1.95%201.077A14.9%2014.9%200%200%201%2030.814%2031h-13.63A14.9%2014.9%200%200%201%2024%2025.083l.016-.007q.177-.075.355-.148A16.91%2016.91%200%200%200%2035%209.23M31.839%2033H16.162a15%2015%200%200%200-1.057%204h17.79a15%2015%200%200%200-1.057-4M16.162%2015h15.677c.53-1.264.89-2.608%201.056-4h-17.79a15%2015%200%200%200%201.056%204%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/dna.svg?color=%231a73e8&size=48