dna-outline-24px from Health Icons by Resolve to Save Lives · Outline 24px · Body · MIT Free for personal and commercial use.

Name
dna-outline-24px
Set
Health Icons
Style
Outline 24px
Category
Body
Viewbox
24×24
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 24 24"><path fill="currentColor" fill-rule="evenodd" d="M13.21 14.75a6.7 6.7 0 0 0-1.22-1.011l.074-.042c.54-.296 1.16-.636 1.787-1.073a7.6 7.6 0 0 1 1.397 1.462C16.348 15.609 17 17.746 17 21h-2q0-.961-.078-1.75H7.078Q7.002 20.039 7 21H5c0-3.254.651-5.391 1.752-6.914c1.07-1.48 2.49-2.26 3.707-2.93l.06-.032c1.057-.582 1.963-1.09 2.691-1.874H8.79c.364.391.772.714 1.22 1.011l-.074.042c-.54.296-1.16.636-1.787 1.073a7.6 7.6 0 0 1-1.397-1.462C5.652 8.391 5 6.254 5 3h2q0 .961.078 1.75h7.844Q14.998 3.961 15 3h2c0 3.255-.651 5.391-1.752 6.914c-1.07 1.48-2.49 2.26-3.707 2.93l-.06.032c-1.057.582-1.963 1.09-2.691 1.874zm.988 1.5H7.802a7.8 7.8 0 0 0-.49 1.5h7.376a8 8 0 0 0-.49-1.5m-6.396-8.5a7.8 7.8 0 0 1-.49-1.5h7.376a7.8 7.8 0 0 1-.49 1.5z" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function HealthiconsDnaOutline24px(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fillRule="evenodd" d="M13.21 14.75a6.7 6.7 0 0 0-1.22-1.011l.074-.042c.54-.296 1.16-.636 1.787-1.073a7.6 7.6 0 0 1 1.397 1.462C16.348 15.609 17 17.746 17 21h-2q0-.961-.078-1.75H7.078Q7.002 20.039 7 21H5c0-3.254.651-5.391 1.752-6.914c1.07-1.48 2.49-2.26 3.707-2.93l.06-.032c1.057-.582 1.963-1.09 2.691-1.874H8.79c.364.391.772.714 1.22 1.011l-.074.042c-.54.296-1.16.636-1.787 1.073a7.6 7.6 0 0 1-1.397-1.462C5.652 8.391 5 6.254 5 3h2q0 .961.078 1.75h7.844Q14.998 3.961 15 3h2c0 3.255-.651 5.391-1.752 6.914c-1.07 1.48-2.49 2.26-3.707 2.93l-.06.032c-1.057.582-1.963 1.09-2.691 1.874zm.988 1.5H7.802a7.8 7.8 0 0 0-.49 1.5h7.376a8 8 0 0 0-.49-1.5m-6.396-8.5a7.8 7.8 0 0 1-.49-1.5h7.376a7.8 7.8 0 0 1-.49 1.5z" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M13.21 14.75a6.7 6.7 0 0 0-1.22-1.011l.074-.042c.54-.296 1.16-.636 1.787-1.073a7.6 7.6 0 0 1 1.397 1.462C16.348 15.609 17 17.746 17 21h-2q0-.961-.078-1.75H7.078Q7.002 20.039 7 21H5c0-3.254.651-5.391 1.752-6.914c1.07-1.48 2.49-2.26 3.707-2.93l.06-.032c1.057-.582 1.963-1.09 2.691-1.874H8.79c.364.391.772.714 1.22 1.011l-.074.042c-.54.296-1.16.636-1.787 1.073a7.6 7.6 0 0 1-1.397-1.462C5.652 8.391 5 6.254 5 3h2q0 .961.078 1.75h7.844Q14.998 3.961 15 3h2c0 3.255-.651 5.391-1.752 6.914c-1.07 1.48-2.49 2.26-3.707 2.93l-.06.032c-1.057.582-1.963 1.09-2.691 1.874zm.988 1.5H7.802a7.8 7.8 0 0 0-.49 1.5h7.376a8 8 0 0 0-.49-1.5m-6.396-8.5a7.8 7.8 0 0 1-.49-1.5h7.376a7.8 7.8 0 0 1-.49 1.5z" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-dna-outline-24px {
  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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M13.21%2014.75a6.7%206.7%200%200%200-1.22-1.011l.074-.042c.54-.296%201.16-.636%201.787-1.073a7.6%207.6%200%200%201%201.397%201.462C16.348%2015.609%2017%2017.746%2017%2021h-2q0-.961-.078-1.75H7.078Q7.002%2020.039%207%2021H5c0-3.254.651-5.391%201.752-6.914c1.07-1.48%202.49-2.26%203.707-2.93l.06-.032c1.057-.582%201.963-1.09%202.691-1.874H8.79c.364.391.772.714%201.22%201.011l-.074.042c-.54.296-1.16.636-1.787%201.073a7.6%207.6%200%200%201-1.397-1.462C5.652%208.391%205%206.254%205%203h2q0%20.961.078%201.75h7.844Q14.998%203.961%2015%203h2c0%203.255-.651%205.391-1.752%206.914c-1.07%201.48-2.49%202.26-3.707%202.93l-.06.032c-1.057.582-1.963%201.09-2.691%201.874zm.988%201.5H7.802a7.8%207.8%200%200%200-.49%201.5h7.376a8%208%200%200%200-.49-1.5m-6.396-8.5a7.8%207.8%200%200%201-.49-1.5h7.376a7.8%207.8%200%200%201-.49%201.5z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M13.21%2014.75a6.7%206.7%200%200%200-1.22-1.011l.074-.042c.54-.296%201.16-.636%201.787-1.073a7.6%207.6%200%200%201%201.397%201.462C16.348%2015.609%2017%2017.746%2017%2021h-2q0-.961-.078-1.75H7.078Q7.002%2020.039%207%2021H5c0-3.254.651-5.391%201.752-6.914c1.07-1.48%202.49-2.26%203.707-2.93l.06-.032c1.057-.582%201.963-1.09%202.691-1.874H8.79c.364.391.772.714%201.22%201.011l-.074.042c-.54.296-1.16.636-1.787%201.073a7.6%207.6%200%200%201-1.397-1.462C5.652%208.391%205%206.254%205%203h2q0%20.961.078%201.75h7.844Q14.998%203.961%2015%203h2c0%203.255-.651%205.391-1.752%206.914c-1.07%201.48-2.49%202.26-3.707%202.93l-.06.032c-1.057.582-1.963%201.09-2.691%201.874zm.988%201.5H7.802a7.8%207.8%200%200%200-.49%201.5h7.376a8%208%200%200%200-.49-1.5m-6.396-8.5a7.8%207.8%200%200%201-.49-1.5h7.376a7.8%207.8%200%200%201-.49%201.5z%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-outline-24px.svg?color=%231a73e8&size=48