dna icon
dna from Unicons by Iconscout · Line · Education · Apache-2.0 Free for personal and commercial use.
- Name
- dna
- Set
- Unicons
- Style
- Line
- Category
- Education
- Viewbox
- 24×24
- License
- Apache 2.0
The same icon in other sets
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 Emoji
More education icons from Unicons
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" d="M9.2 13.73a1 1 0 0 0-1.41-.05A11.18 11.18 0 0 0 4 22a1 1 0 0 0 2 0a9.15 9.15 0 0 1 3.15-6.86a1 1 0 0 0 .05-1.41m10.17 4.64a10.9 10.9 0 0 0-1.6-3A14.3 14.3 0 0 0 14.06 12C16.3 10.57 20 7.4 20 2a1 1 0 0 0-2 0c0 5.4-4.59 8.17-6 8.89A13.4 13.4 0 0 1 9.31 9H12a1 1 0 0 0 0-2H7.55a9.4 9.4 0 0 1-1-2H15a1 1 0 0 0 0-2H6.06A8 8 0 0 1 6 2a1 1 0 0 0-2 0c0 7.57 7.3 10.79 7.61 10.92A13 13 0 0 1 14.7 15H12a1 1 0 0 0 0 2h4.43a9 9 0 0 1 1 2H9a1 1 0 0 0 0 2h8.94a8 8 0 0 1 .06 1a1 1 0 0 0 2 0a10.5 10.5 0 0 0-.22-2.19a9 9 0 0 0-.41-1.44"/></svg>
React
import type { SVGProps } from "react";
export function UilDna(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" d="M9.2 13.73a1 1 0 0 0-1.41-.05A11.18 11.18 0 0 0 4 22a1 1 0 0 0 2 0a9.15 9.15 0 0 1 3.15-6.86a1 1 0 0 0 .05-1.41m10.17 4.64a10.9 10.9 0 0 0-1.6-3A14.3 14.3 0 0 0 14.06 12C16.3 10.57 20 7.4 20 2a1 1 0 0 0-2 0c0 5.4-4.59 8.17-6 8.89A13.4 13.4 0 0 1 9.31 9H12a1 1 0 0 0 0-2H7.55a9.4 9.4 0 0 1-1-2H15a1 1 0 0 0 0-2H6.06A8 8 0 0 1 6 2a1 1 0 0 0-2 0c0 7.57 7.3 10.79 7.61 10.92A13 13 0 0 1 14.7 15H12a1 1 0 0 0 0 2h4.43a9 9 0 0 1 1 2H9a1 1 0 0 0 0 2h8.94a8 8 0 0 1 .06 1a1 1 0 0 0 2 0a10.5 10.5 0 0 0-.22-2.19a9 9 0 0 0-.41-1.44"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9.2 13.73a1 1 0 0 0-1.41-.05A11.18 11.18 0 0 0 4 22a1 1 0 0 0 2 0a9.15 9.15 0 0 1 3.15-6.86a1 1 0 0 0 .05-1.41m10.17 4.64a10.9 10.9 0 0 0-1.6-3A14.3 14.3 0 0 0 14.06 12C16.3 10.57 20 7.4 20 2a1 1 0 0 0-2 0c0 5.4-4.59 8.17-6 8.89A13.4 13.4 0 0 1 9.31 9H12a1 1 0 0 0 0-2H7.55a9.4 9.4 0 0 1-1-2H15a1 1 0 0 0 0-2H6.06A8 8 0 0 1 6 2a1 1 0 0 0-2 0c0 7.57 7.3 10.79 7.61 10.92A13 13 0 0 1 14.7 15H12a1 1 0 0 0 0 2h4.43a9 9 0 0 1 1 2H9a1 1 0 0 0 0 2h8.94a8 8 0 0 1 .06 1a1 1 0 0 0 2 0a10.5 10.5 0 0 0-.22-2.19a9 9 0 0 0-.41-1.44"/></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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.2%2013.73a1%201%200%200%200-1.41-.05A11.18%2011.18%200%200%200%204%2022a1%201%200%200%200%202%200a9.15%209.15%200%200%201%203.15-6.86a1%201%200%200%200%20.05-1.41m10.17%204.64a10.9%2010.9%200%200%200-1.6-3A14.3%2014.3%200%200%200%2014.06%2012C16.3%2010.57%2020%207.4%2020%202a1%201%200%200%200-2%200c0%205.4-4.59%208.17-6%208.89A13.4%2013.4%200%200%201%209.31%209H12a1%201%200%200%200%200-2H7.55a9.4%209.4%200%200%201-1-2H15a1%201%200%200%200%200-2H6.06A8%208%200%200%201%206%202a1%201%200%200%200-2%200c0%207.57%207.3%2010.79%207.61%2010.92A13%2013%200%200%201%2014.7%2015H12a1%201%200%200%200%200%202h4.43a9%209%200%200%201%201%202H9a1%201%200%200%200%200%202h8.94a8%208%200%200%201%20.06%201a1%201%200%200%200%202%200a10.5%2010.5%200%200%200-.22-2.19a9%209%200%200%200-.41-1.44%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%20d%3D%22M9.2%2013.73a1%201%200%200%200-1.41-.05A11.18%2011.18%200%200%200%204%2022a1%201%200%200%200%202%200a9.15%209.15%200%200%201%203.15-6.86a1%201%200%200%200%20.05-1.41m10.17%204.64a10.9%2010.9%200%200%200-1.6-3A14.3%2014.3%200%200%200%2014.06%2012C16.3%2010.57%2020%207.4%2020%202a1%201%200%200%200-2%200c0%205.4-4.59%208.17-6%208.89A13.4%2013.4%200%200%201%209.31%209H12a1%201%200%200%200%200-2H7.55a9.4%209.4%200%200%201-1-2H15a1%201%200%200%200%200-2H6.06A8%208%200%200%201%206%202a1%201%200%200%200-2%200c0%207.57%207.3%2010.79%207.61%2010.92A13%2013%200%200%201%2014.7%2015H12a1%201%200%200%200%200%202h4.43a9%209%200%200%201%201%202H9a1%201%200%200%200%200%202h8.94a8%208%200%200%201%20.06%201a1%201%200%200%200%202%200a10.5%2010.5%200%200%200-.22-2.19a9%209%200%200%200-.41-1.44%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/uil/dna.svg?color=%231a73e8&size=48