dna icon
dna-duotone from Reicon by REICON · Duotone · Medicine · MIT Free for personal and commercial use.
- Name
- dna-duotone
- Set
- Reicon
- Style
- Duotone
- Category
- Medicine
- Viewbox
- 24×24
- License
- MIT
2 other variants in Reicon
The same icon in other sets
All dna icons →dnaBoxIcons v2dnaCarbondnaFont Awesome 6 SoliddnaFont Awesome Soliddna-outlineFlowbite IconsdnaFluent EmojidnaFluent Emoji FlatdnaFluent Emoji High ContrastdnaHealth IconsdnaHuge IconsdnaIconoirdnaJam IconsdnaLine AwesomednaLucidednaMaterial Design IconsdnaNoto EmojidnaOpenMojidnaPhosphordna-fillRemix Icondna-boldSolardnaTabler IconsdnaTwitter EmojidnaUnicons
More medicine icons from Reicon
Use the dna icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="M15.03 1.47a.75.75 0 0 1 0 1.06c-2.558 2.558-3.523 6.113-2.591 9.031c2.918.932 6.473-.033 9.03-2.591a.75.75 0 1 1 1.061 1.06c-2.622 2.623-6.264 3.854-9.556 3.213c.75 3.175-.4 6.744-2.944 9.287a.75.75 0 1 1-1.06-1.06c2.416-2.417 3.3-5.788 2.36-8.516l-.072-.212l-.212-.072c-2.727-.94-6.099-.056-8.516 2.36a.75.75 0 0 1-1.06-1.06c2.543-2.544 6.112-3.693 9.287-2.944c-.64-3.292.59-6.934 3.213-9.556a.75.75 0 0 1 1.06 0" clip-rule="evenodd"/><path d="M20.085 10.136L16.809 6.86a.75.75 0 0 0-1.061 1.061l3.008 3.008q.684-.34 1.329-.793M13.108 5.17l.948.947a.75.75 0 1 0 1.06-1.06L13.91 3.85q-.456.639-.802 1.32m-2.211 13.554L9.835 17.66a.75.75 0 0 0-1.06 1.06l1.353 1.354a9.4 9.4 0 0 0 .77-1.351m-7.041-4.805l3.113 3.113a.75.75 0 0 0 1.06-1.061L5.2 13.139a9.4 9.4 0 0 0-1.343.78m2.644-1.279l4.812 4.812q.022.023.048.044a8.2 8.2 0 0 0 .322-1.795L8.3 12.317a8.2 8.2 0 0 0-1.799.323m11.049-1.209a1 1 0 0 0-.097-.118l-4.878-4.878a9 9 0 0 0-.407 1.714l3.683 3.683a9 9 0 0 0 1.698-.4" opacity=".5"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconDnaDuotone(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fillRule="evenodd" d="M15.03 1.47a.75.75 0 0 1 0 1.06c-2.558 2.558-3.523 6.113-2.591 9.031c2.918.932 6.473-.033 9.03-2.591a.75.75 0 1 1 1.061 1.06c-2.622 2.623-6.264 3.854-9.556 3.213c.75 3.175-.4 6.744-2.944 9.287a.75.75 0 1 1-1.06-1.06c2.416-2.417 3.3-5.788 2.36-8.516l-.072-.212l-.212-.072c-2.727-.94-6.099-.056-8.516 2.36a.75.75 0 0 1-1.06-1.06c2.543-2.544 6.112-3.693 9.287-2.944c-.64-3.292.59-6.934 3.213-9.556a.75.75 0 0 1 1.06 0" clipRule="evenodd"/><path d="M20.085 10.136L16.809 6.86a.75.75 0 0 0-1.061 1.061l3.008 3.008q.684-.34 1.329-.793M13.108 5.17l.948.947a.75.75 0 1 0 1.06-1.06L13.91 3.85q-.456.639-.802 1.32m-2.211 13.554L9.835 17.66a.75.75 0 0 0-1.06 1.06l1.353 1.354a9.4 9.4 0 0 0 .77-1.351m-7.041-4.805l3.113 3.113a.75.75 0 0 0 1.06-1.061L5.2 13.139a9.4 9.4 0 0 0-1.343.78m2.644-1.279l4.812 4.812q.022.023.048.044a8.2 8.2 0 0 0 .322-1.795L8.3 12.317a8.2 8.2 0 0 0-1.799.323m11.049-1.209a1 1 0 0 0-.097-.118l-4.878-4.878a9 9 0 0 0-.407 1.714l3.683 3.683a9 9 0 0 0 1.698-.4" opacity=".5"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="M15.03 1.47a.75.75 0 0 1 0 1.06c-2.558 2.558-3.523 6.113-2.591 9.031c2.918.932 6.473-.033 9.03-2.591a.75.75 0 1 1 1.061 1.06c-2.622 2.623-6.264 3.854-9.556 3.213c.75 3.175-.4 6.744-2.944 9.287a.75.75 0 1 1-1.06-1.06c2.416-2.417 3.3-5.788 2.36-8.516l-.072-.212l-.212-.072c-2.727-.94-6.099-.056-8.516 2.36a.75.75 0 0 1-1.06-1.06c2.543-2.544 6.112-3.693 9.287-2.944c-.64-3.292.59-6.934 3.213-9.556a.75.75 0 0 1 1.06 0" clip-rule="evenodd"/><path d="M20.085 10.136L16.809 6.86a.75.75 0 0 0-1.061 1.061l3.008 3.008q.684-.34 1.329-.793M13.108 5.17l.948.947a.75.75 0 1 0 1.06-1.06L13.91 3.85q-.456.639-.802 1.32m-2.211 13.554L9.835 17.66a.75.75 0 0 0-1.06 1.06l1.353 1.354a9.4 9.4 0 0 0 .77-1.351m-7.041-4.805l3.113 3.113a.75.75 0 0 0 1.06-1.061L5.2 13.139a9.4 9.4 0 0 0-1.343.78m2.644-1.279l4.812 4.812q.022.023.048.044a8.2 8.2 0 0 0 .322-1.795L8.3 12.317a8.2 8.2 0 0 0-1.799.323m11.049-1.209a1 1 0 0 0-.097-.118l-4.878-4.878a9 9 0 0 0-.407 1.714l3.683 3.683a9 9 0 0 0 1.698-.4" opacity=".5"/></g></svg> </template>
CSS
.icon-dna-duotone {
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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M15.03%201.47a.75.75%200%200%201%200%201.06c-2.558%202.558-3.523%206.113-2.591%209.031c2.918.932%206.473-.033%209.03-2.591a.75.75%200%201%201%201.061%201.06c-2.622%202.623-6.264%203.854-9.556%203.213c.75%203.175-.4%206.744-2.944%209.287a.75.75%200%201%201-1.06-1.06c2.416-2.417%203.3-5.788%202.36-8.516l-.072-.212l-.212-.072c-2.727-.94-6.099-.056-8.516%202.36a.75.75%200%200%201-1.06-1.06c2.543-2.544%206.112-3.693%209.287-2.944c-.64-3.292.59-6.934%203.213-9.556a.75.75%200%200%201%201.06%200%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M20.085%2010.136L16.809%206.86a.75.75%200%200%200-1.061%201.061l3.008%203.008q.684-.34%201.329-.793M13.108%205.17l.948.947a.75.75%200%201%200%201.06-1.06L13.91%203.85q-.456.639-.802%201.32m-2.211%2013.554L9.835%2017.66a.75.75%200%200%200-1.06%201.06l1.353%201.354a9.4%209.4%200%200%200%20.77-1.351m-7.041-4.805l3.113%203.113a.75.75%200%200%200%201.06-1.061L5.2%2013.139a9.4%209.4%200%200%200-1.343.78m2.644-1.279l4.812%204.812q.022.023.048.044a8.2%208.2%200%200%200%20.322-1.795L8.3%2012.317a8.2%208.2%200%200%200-1.799.323m11.049-1.209a1%201%200%200%200-.097-.118l-4.878-4.878a9%209%200%200%200-.407%201.714l3.683%203.683a9%209%200%200%200%201.698-.4%22%20opacity%3D%22.5%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M15.03%201.47a.75.75%200%200%201%200%201.06c-2.558%202.558-3.523%206.113-2.591%209.031c2.918.932%206.473-.033%209.03-2.591a.75.75%200%201%201%201.061%201.06c-2.622%202.623-6.264%203.854-9.556%203.213c.75%203.175-.4%206.744-2.944%209.287a.75.75%200%201%201-1.06-1.06c2.416-2.417%203.3-5.788%202.36-8.516l-.072-.212l-.212-.072c-2.727-.94-6.099-.056-8.516%202.36a.75.75%200%200%201-1.06-1.06c2.543-2.544%206.112-3.693%209.287-2.944c-.64-3.292.59-6.934%203.213-9.556a.75.75%200%200%201%201.06%200%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M20.085%2010.136L16.809%206.86a.75.75%200%200%200-1.061%201.061l3.008%203.008q.684-.34%201.329-.793M13.108%205.17l.948.947a.75.75%200%201%200%201.06-1.06L13.91%203.85q-.456.639-.802%201.32m-2.211%2013.554L9.835%2017.66a.75.75%200%200%200-1.06%201.06l1.353%201.354a9.4%209.4%200%200%200%20.77-1.351m-7.041-4.805l3.113%203.113a.75.75%200%200%200%201.06-1.061L5.2%2013.139a9.4%209.4%200%200%200-1.343.78m2.644-1.279l4.812%204.812q.022.023.048.044a8.2%208.2%200%200%200%20.322-1.795L8.3%2012.317a8.2%208.2%200%200%200-1.799.323m11.049-1.209a1%201%200%200%200-.097-.118l-4.878-4.878a9%209%200%200%200-.407%201.714l3.683%203.683a9%209%200%200%200%201.698-.4%22%20opacity%3D%22.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/dna-duotone.svg?color=%231a73e8&size=48