dna negative icon
dna-negative from Health Icons by Resolve to Save Lives · Filled · MIT Free for personal and commercial use.
- Name
- dna-negative
- Set
- Health Icons
- Style
- Filled
- Viewbox
- 48×48
- License
- MIT
Use the dna negative icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><g clip-path="url(#healthiconsDnaNegative)"><path fill="currentColor" fill-rule="evenodd" d="M48 0H0v48h48zM35 6v3.23a16.91 16.91 0 0 1-10.629 15.699q-.178.07-.355.147l-.016.007A14.9 14.9 0 0 0 17.185 31h13.63a14.9 14.9 0 0 0-4.569-4.71a19 19 0 0 0 1.95-1.078A16.92 16.92 0 0 1 34.907 37H35v5h-2v-3H15v3h-2v-5h.092A16.91 16.91 0 0 1 23.63 23.072q.178-.072.355-.148l.016-.007A14.9 14.9 0 0 0 30.815 17h-13.63a14.9 14.9 0 0 0 4.569 4.71a19 19 0 0 0-1.95 1.078A16.91 16.91 0 0 1 13 9.23V6h2v3h18V6zM16.162 33h15.677c.53 1.264.89 2.608 1.056 4h-17.79a15 15 0 0 1 1.056-4m15.677-18H16.162a15 15 0 0 1-1.057-4h17.79a15 15 0 0 1-1.057 4" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsDnaNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>
React
import type { SVGProps } from "react";
export function HealthiconsDnaNegative(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><g clipPath="url(#healthiconsDnaNegative)"><path fill="currentColor" fillRule="evenodd" d="M48 0H0v48h48zM35 6v3.23a16.91 16.91 0 0 1-10.629 15.699q-.178.07-.355.147l-.016.007A14.9 14.9 0 0 0 17.185 31h13.63a14.9 14.9 0 0 0-4.569-4.71a19 19 0 0 0 1.95-1.078A16.92 16.92 0 0 1 34.907 37H35v5h-2v-3H15v3h-2v-5h.092A16.91 16.91 0 0 1 23.63 23.072q.178-.072.355-.148l.016-.007A14.9 14.9 0 0 0 30.815 17h-13.63a14.9 14.9 0 0 0 4.569 4.71a19 19 0 0 0-1.95 1.078A16.91 16.91 0 0 1 13 9.23V6h2v3h18V6zM16.162 33h15.677c.53 1.264.89 2.608 1.056 4h-17.79a15 15 0 0 1 1.056-4m15.677-18H16.162a15 15 0 0 1-1.057-4h17.79a15 15 0 0 1-1.057 4" clipRule="evenodd"/></g><defs><clipPath id="healthiconsDnaNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><g clip-path="url(#healthiconsDnaNegative)"><path fill="currentColor" fill-rule="evenodd" d="M48 0H0v48h48zM35 6v3.23a16.91 16.91 0 0 1-10.629 15.699q-.178.07-.355.147l-.016.007A14.9 14.9 0 0 0 17.185 31h13.63a14.9 14.9 0 0 0-4.569-4.71a19 19 0 0 0 1.95-1.078A16.92 16.92 0 0 1 34.907 37H35v5h-2v-3H15v3h-2v-5h.092A16.91 16.91 0 0 1 23.63 23.072q.178-.072.355-.148l.016-.007A14.9 14.9 0 0 0 30.815 17h-13.63a14.9 14.9 0 0 0 4.569 4.71a19 19 0 0 0-1.95 1.078A16.91 16.91 0 0 1 13 9.23V6h2v3h18V6zM16.162 33h15.677c.53 1.264.89 2.608 1.056 4h-17.79a15 15 0 0 1 1.056-4m15.677-18H16.162a15 15 0 0 1-1.057-4h17.79a15 15 0 0 1-1.057 4" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsDnaNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg> </template>
CSS
.icon-dna-negative {
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%3Cg%20fill%3D%22none%22%3E%3Cg%20clip-path%3D%22url(%23healthiconsDnaNegative)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M48%200H0v48h48zM35%206v3.23a16.91%2016.91%200%200%201-10.629%2015.699q-.178.07-.355.147l-.016.007A14.9%2014.9%200%200%200%2017.185%2031h13.63a14.9%2014.9%200%200%200-4.569-4.71a19%2019%200%200%200%201.95-1.078A16.92%2016.92%200%200%201%2034.907%2037H35v5h-2v-3H15v3h-2v-5h.092A16.91%2016.91%200%200%201%2023.63%2023.072q.178-.072.355-.148l.016-.007A14.9%2014.9%200%200%200%2030.815%2017h-13.63a14.9%2014.9%200%200%200%204.569%204.71a19%2019%200%200%200-1.95%201.078A16.91%2016.91%200%200%201%2013%209.23V6h2v3h18V6zM16.162%2033h15.677c.53%201.264.89%202.608%201.056%204h-17.79a15%2015%200%200%201%201.056-4m15.677-18H16.162a15%2015%200%200%201-1.057-4h17.79a15%2015%200%200%201-1.057%204%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsDnaNegative%22%3E%3Cpath%20d%3D%22M0%200h48v48H0z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%3E%3Cg%20clip-path%3D%22url(%23healthiconsDnaNegative)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M48%200H0v48h48zM35%206v3.23a16.91%2016.91%200%200%201-10.629%2015.699q-.178.07-.355.147l-.016.007A14.9%2014.9%200%200%200%2017.185%2031h13.63a14.9%2014.9%200%200%200-4.569-4.71a19%2019%200%200%200%201.95-1.078A16.92%2016.92%200%200%201%2034.907%2037H35v5h-2v-3H15v3h-2v-5h.092A16.91%2016.91%200%200%201%2023.63%2023.072q.178-.072.355-.148l.016-.007A14.9%2014.9%200%200%200%2030.815%2017h-13.63a14.9%2014.9%200%200%200%204.569%204.71a19%2019%200%200%200-1.95%201.078A16.91%2016.91%200%200%201%2013%209.23V6h2v3h18V6zM16.162%2033h15.677c.53%201.264.89%202.608%201.056%204h-17.79a15%2015%200%200%201%201.056-4m15.677-18H16.162a15%2015%200%200%201-1.057-4h17.79a15%2015%200%200%201-1.057%204%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsDnaNegative%22%3E%3Cpath%20d%3D%22M0%200h48v48H0z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/healthicons/dna-negative.svg?color=%231a73e8&size=48