register book negative icon

register-book-negative from Health Icons by Resolve to Save Lives · Filled · MIT Free for personal and commercial use.

Name
register-book-negative
Set
Health Icons
Style
Filled
Viewbox
48×48
License
MIT

Related icons in Health Icons

Use the register book 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(#healthiconsRegisterBookNegative)"><path fill="currentColor" fill-rule="evenodd" d="M48 0H0v48h48zM25 13.177V36.42l.003.002l.01.004h.002l.008-.002c4.909-2.223 9.191-3.483 14.923-2.437a.06.06 0 0 0 .047-.011l.007-.007V10.537c-5.658-1.415-9.683.136-15 2.64m17-2.193v-.46c0-.885-.589-1.694-1.484-1.92c-6.15-1.546-10.628.092-15.757 2.477q-.375.077-.759.16q-.384-.083-.76-.16c-5.128-2.385-9.606-4.023-15.756-2.476A1.97 1.97 0 0 0 6 10.524v.46q-.609.134-1.243.287a.99.99 0 0 0-.757.965v25.539c0 .633.583 1.105 1.204.987c6.213-1.185 10.4-1.268 16.122-.4a3 3 0 0 0 5.348 0c5.721-.868 9.91-.785 16.122.4A1.012 1.012 0 0 0 44 37.775V12.236a.99.99 0 0 0-.757-.965A64 64 0 0 0 42 10.984m-19 2.193c-5.317-2.504-9.342-4.055-15-2.64v23.431l.002.002l.001.002l.004.003a.06.06 0 0 0 .048.012c5.73-1.047 10.013.213 14.922 2.435l.008.003h.001l.011-.004l.003-.002zM11.01 29.003c3.67-.038 5.717.332 9.612 1.923l.756-1.852c-4.127-1.685-6.438-2.112-10.388-2.071zm9.612-2.077c-3.895-1.59-5.942-1.961-9.612-1.923l-.02-2c3.95-.041 6.26.386 10.388 2.071zm-9.612-5.923c3.67-.038 5.717.332 9.612 1.923l.756-1.852c-4.127-1.685-6.438-2.112-10.388-2.071zM13.5 16v-3h-2v3zm3.5-2v3h-2v-3zm3.5 4v-3h-2v3zm16.49 11.003c-3.67-.038-5.717.332-9.612 1.923l-.756-1.852c4.127-1.685 6.438-2.112 10.388-2.071zm-9.612-2.077c3.895-1.59 5.943-1.961 9.612-1.923l.02-2c-3.95-.041-6.26.386-10.388 2.071zm9.612-5.923c-3.67-.038-5.717.332-9.612 1.923l-.756-1.852c4.127-1.685 6.438-2.112 10.388-2.071zM34.5 16v-3h2v3zM31 14v3h2v-3zm-3.5 4v-3h2v3z" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsRegisterBookNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>

React

import type { SVGProps } from "react";

export function HealthiconsRegisterBookNegative(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(#healthiconsRegisterBookNegative)"><path fill="currentColor" fillRule="evenodd" d="M48 0H0v48h48zM25 13.177V36.42l.003.002l.01.004h.002l.008-.002c4.909-2.223 9.191-3.483 14.923-2.437a.06.06 0 0 0 .047-.011l.007-.007V10.537c-5.658-1.415-9.683.136-15 2.64m17-2.193v-.46c0-.885-.589-1.694-1.484-1.92c-6.15-1.546-10.628.092-15.757 2.477q-.375.077-.759.16q-.384-.083-.76-.16c-5.128-2.385-9.606-4.023-15.756-2.476A1.97 1.97 0 0 0 6 10.524v.46q-.609.134-1.243.287a.99.99 0 0 0-.757.965v25.539c0 .633.583 1.105 1.204.987c6.213-1.185 10.4-1.268 16.122-.4a3 3 0 0 0 5.348 0c5.721-.868 9.91-.785 16.122.4A1.012 1.012 0 0 0 44 37.775V12.236a.99.99 0 0 0-.757-.965A64 64 0 0 0 42 10.984m-19 2.193c-5.317-2.504-9.342-4.055-15-2.64v23.431l.002.002l.001.002l.004.003a.06.06 0 0 0 .048.012c5.73-1.047 10.013.213 14.922 2.435l.008.003h.001l.011-.004l.003-.002zM11.01 29.003c3.67-.038 5.717.332 9.612 1.923l.756-1.852c-4.127-1.685-6.438-2.112-10.388-2.071zm9.612-2.077c-3.895-1.59-5.942-1.961-9.612-1.923l-.02-2c3.95-.041 6.26.386 10.388 2.071zm-9.612-5.923c3.67-.038 5.717.332 9.612 1.923l.756-1.852c-4.127-1.685-6.438-2.112-10.388-2.071zM13.5 16v-3h-2v3zm3.5-2v3h-2v-3zm3.5 4v-3h-2v3zm16.49 11.003c-3.67-.038-5.717.332-9.612 1.923l-.756-1.852c4.127-1.685 6.438-2.112 10.388-2.071zm-9.612-2.077c3.895-1.59 5.943-1.961 9.612-1.923l.02-2c-3.95-.041-6.26.386-10.388 2.071zm9.612-5.923c-3.67-.038-5.717.332-9.612 1.923l-.756-1.852c4.127-1.685 6.438-2.112 10.388-2.071zM34.5 16v-3h2v3zM31 14v3h2v-3zm-3.5 4v-3h2v3z" clipRule="evenodd"/></g><defs><clipPath id="healthiconsRegisterBookNegative"><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(#healthiconsRegisterBookNegative)"><path fill="currentColor" fill-rule="evenodd" d="M48 0H0v48h48zM25 13.177V36.42l.003.002l.01.004h.002l.008-.002c4.909-2.223 9.191-3.483 14.923-2.437a.06.06 0 0 0 .047-.011l.007-.007V10.537c-5.658-1.415-9.683.136-15 2.64m17-2.193v-.46c0-.885-.589-1.694-1.484-1.92c-6.15-1.546-10.628.092-15.757 2.477q-.375.077-.759.16q-.384-.083-.76-.16c-5.128-2.385-9.606-4.023-15.756-2.476A1.97 1.97 0 0 0 6 10.524v.46q-.609.134-1.243.287a.99.99 0 0 0-.757.965v25.539c0 .633.583 1.105 1.204.987c6.213-1.185 10.4-1.268 16.122-.4a3 3 0 0 0 5.348 0c5.721-.868 9.91-.785 16.122.4A1.012 1.012 0 0 0 44 37.775V12.236a.99.99 0 0 0-.757-.965A64 64 0 0 0 42 10.984m-19 2.193c-5.317-2.504-9.342-4.055-15-2.64v23.431l.002.002l.001.002l.004.003a.06.06 0 0 0 .048.012c5.73-1.047 10.013.213 14.922 2.435l.008.003h.001l.011-.004l.003-.002zM11.01 29.003c3.67-.038 5.717.332 9.612 1.923l.756-1.852c-4.127-1.685-6.438-2.112-10.388-2.071zm9.612-2.077c-3.895-1.59-5.942-1.961-9.612-1.923l-.02-2c3.95-.041 6.26.386 10.388 2.071zm-9.612-5.923c3.67-.038 5.717.332 9.612 1.923l.756-1.852c-4.127-1.685-6.438-2.112-10.388-2.071zM13.5 16v-3h-2v3zm3.5-2v3h-2v-3zm3.5 4v-3h-2v3zm16.49 11.003c-3.67-.038-5.717.332-9.612 1.923l-.756-1.852c4.127-1.685 6.438-2.112 10.388-2.071zm-9.612-2.077c3.895-1.59 5.943-1.961 9.612-1.923l.02-2c-3.95-.041-6.26.386-10.388 2.071zm9.612-5.923c-3.67-.038-5.717.332-9.612 1.923l-.756-1.852c4.127-1.685 6.438-2.112 10.388-2.071zM34.5 16v-3h2v3zM31 14v3h2v-3zm-3.5 4v-3h2v3z" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsRegisterBookNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>
</template>

CSS

.icon-register-book-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(%23healthiconsRegisterBookNegative)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M48%200H0v48h48zM25%2013.177V36.42l.003.002l.01.004h.002l.008-.002c4.909-2.223%209.191-3.483%2014.923-2.437a.06.06%200%200%200%20.047-.011l.007-.007V10.537c-5.658-1.415-9.683.136-15%202.64m17-2.193v-.46c0-.885-.589-1.694-1.484-1.92c-6.15-1.546-10.628.092-15.757%202.477q-.375.077-.759.16q-.384-.083-.76-.16c-5.128-2.385-9.606-4.023-15.756-2.476A1.97%201.97%200%200%200%206%2010.524v.46q-.609.134-1.243.287a.99.99%200%200%200-.757.965v25.539c0%20.633.583%201.105%201.204.987c6.213-1.185%2010.4-1.268%2016.122-.4a3%203%200%200%200%205.348%200c5.721-.868%209.91-.785%2016.122.4A1.012%201.012%200%200%200%2044%2037.775V12.236a.99.99%200%200%200-.757-.965A64%2064%200%200%200%2042%2010.984m-19%202.193c-5.317-2.504-9.342-4.055-15-2.64v23.431l.002.002l.001.002l.004.003a.06.06%200%200%200%20.048.012c5.73-1.047%2010.013.213%2014.922%202.435l.008.003h.001l.011-.004l.003-.002zM11.01%2029.003c3.67-.038%205.717.332%209.612%201.923l.756-1.852c-4.127-1.685-6.438-2.112-10.388-2.071zm9.612-2.077c-3.895-1.59-5.942-1.961-9.612-1.923l-.02-2c3.95-.041%206.26.386%2010.388%202.071zm-9.612-5.923c3.67-.038%205.717.332%209.612%201.923l.756-1.852c-4.127-1.685-6.438-2.112-10.388-2.071zM13.5%2016v-3h-2v3zm3.5-2v3h-2v-3zm3.5%204v-3h-2v3zm16.49%2011.003c-3.67-.038-5.717.332-9.612%201.923l-.756-1.852c4.127-1.685%206.438-2.112%2010.388-2.071zm-9.612-2.077c3.895-1.59%205.943-1.961%209.612-1.923l.02-2c-3.95-.041-6.26.386-10.388%202.071zm9.612-5.923c-3.67-.038-5.717.332-9.612%201.923l-.756-1.852c4.127-1.685%206.438-2.112%2010.388-2.071zM34.5%2016v-3h2v3zM31%2014v3h2v-3zm-3.5%204v-3h2v3z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsRegisterBookNegative%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(%23healthiconsRegisterBookNegative)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M48%200H0v48h48zM25%2013.177V36.42l.003.002l.01.004h.002l.008-.002c4.909-2.223%209.191-3.483%2014.923-2.437a.06.06%200%200%200%20.047-.011l.007-.007V10.537c-5.658-1.415-9.683.136-15%202.64m17-2.193v-.46c0-.885-.589-1.694-1.484-1.92c-6.15-1.546-10.628.092-15.757%202.477q-.375.077-.759.16q-.384-.083-.76-.16c-5.128-2.385-9.606-4.023-15.756-2.476A1.97%201.97%200%200%200%206%2010.524v.46q-.609.134-1.243.287a.99.99%200%200%200-.757.965v25.539c0%20.633.583%201.105%201.204.987c6.213-1.185%2010.4-1.268%2016.122-.4a3%203%200%200%200%205.348%200c5.721-.868%209.91-.785%2016.122.4A1.012%201.012%200%200%200%2044%2037.775V12.236a.99.99%200%200%200-.757-.965A64%2064%200%200%200%2042%2010.984m-19%202.193c-5.317-2.504-9.342-4.055-15-2.64v23.431l.002.002l.001.002l.004.003a.06.06%200%200%200%20.048.012c5.73-1.047%2010.013.213%2014.922%202.435l.008.003h.001l.011-.004l.003-.002zM11.01%2029.003c3.67-.038%205.717.332%209.612%201.923l.756-1.852c-4.127-1.685-6.438-2.112-10.388-2.071zm9.612-2.077c-3.895-1.59-5.942-1.961-9.612-1.923l-.02-2c3.95-.041%206.26.386%2010.388%202.071zm-9.612-5.923c3.67-.038%205.717.332%209.612%201.923l.756-1.852c-4.127-1.685-6.438-2.112-10.388-2.071zM13.5%2016v-3h-2v3zm3.5-2v3h-2v-3zm3.5%204v-3h-2v3zm16.49%2011.003c-3.67-.038-5.717.332-9.612%201.923l-.756-1.852c4.127-1.685%206.438-2.112%2010.388-2.071zm-9.612-2.077c3.895-1.59%205.943-1.961%209.612-1.923l.02-2c-3.95-.041-6.26.386-10.388%202.071zm9.612-5.923c-3.67-.038-5.717.332-9.612%201.923l-.756-1.852c4.127-1.685%206.438-2.112%2010.388-2.071zM34.5%2016v-3h2v3zM31%2014v3h2v-3zm-3.5%204v-3h2v3z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsRegisterBookNegative%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/register-book-negative.svg?color=%231a73e8&size=48