null sign icon

null-sign from Carbon by IBM · Outline · Organization · Apache-2.0 Free for personal and commercial use.

Name
null-sign
Set
Carbon
Style
Outline
Category
Organization
Viewbox
32×32
License
Apache 2.0

More organization icons from Carbon

Use the null sign icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M30 3.414L28.586 2l-3.432 3.432A13.93 13.93 0 0 0 16 2C8.28 2 2 8.28 2 16c0 3.5 1.3 6.697 3.432 9.154L2 28.586L3.414 30l3.432-3.432A13.93 13.93 0 0 0 16 30c7.72 0 14-6.28 14-14c0-3.5-1.3-6.697-3.432-9.154zM4 16C4 9.383 9.383 4 16 4a11.94 11.94 0 0 1 7.74 2.845L6.846 23.741A11.94 11.94 0 0 1 4 16m24 0c0 6.617-5.383 12-12 12a11.94 11.94 0 0 1-7.74-2.845L25.155 8.259A11.94 11.94 0 0 1 28 16"/></svg>

React

import type { SVGProps } from "react";

export function CarbonNullSign(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M30 3.414L28.586 2l-3.432 3.432A13.93 13.93 0 0 0 16 2C8.28 2 2 8.28 2 16c0 3.5 1.3 6.697 3.432 9.154L2 28.586L3.414 30l3.432-3.432A13.93 13.93 0 0 0 16 30c7.72 0 14-6.28 14-14c0-3.5-1.3-6.697-3.432-9.154zM4 16C4 9.383 9.383 4 16 4a11.94 11.94 0 0 1 7.74 2.845L6.846 23.741A11.94 11.94 0 0 1 4 16m24 0c0 6.617-5.383 12-12 12a11.94 11.94 0 0 1-7.74-2.845L25.155 8.259A11.94 11.94 0 0 1 28 16"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M30 3.414L28.586 2l-3.432 3.432A13.93 13.93 0 0 0 16 2C8.28 2 2 8.28 2 16c0 3.5 1.3 6.697 3.432 9.154L2 28.586L3.414 30l3.432-3.432A13.93 13.93 0 0 0 16 30c7.72 0 14-6.28 14-14c0-3.5-1.3-6.697-3.432-9.154zM4 16C4 9.383 9.383 4 16 4a11.94 11.94 0 0 1 7.74 2.845L6.846 23.741A11.94 11.94 0 0 1 4 16m24 0c0 6.617-5.383 12-12 12a11.94 11.94 0 0 1-7.74-2.845L25.155 8.259A11.94 11.94 0 0 1 28 16"/></svg>
</template>

CSS

.icon-null-sign {
  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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M30%203.414L28.586%202l-3.432%203.432A13.93%2013.93%200%200%200%2016%202C8.28%202%202%208.28%202%2016c0%203.5%201.3%206.697%203.432%209.154L2%2028.586L3.414%2030l3.432-3.432A13.93%2013.93%200%200%200%2016%2030c7.72%200%2014-6.28%2014-14c0-3.5-1.3-6.697-3.432-9.154zM4%2016C4%209.383%209.383%204%2016%204a11.94%2011.94%200%200%201%207.74%202.845L6.846%2023.741A11.94%2011.94%200%200%201%204%2016m24%200c0%206.617-5.383%2012-12%2012a11.94%2011.94%200%200%201-7.74-2.845L25.155%208.259A11.94%2011.94%200%200%201%2028%2016%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M30%203.414L28.586%202l-3.432%203.432A13.93%2013.93%200%200%200%2016%202C8.28%202%202%208.28%202%2016c0%203.5%201.3%206.697%203.432%209.154L2%2028.586L3.414%2030l3.432-3.432A13.93%2013.93%200%200%200%2016%2030c7.72%200%2014-6.28%2014-14c0-3.5-1.3-6.697-3.432-9.154zM4%2016C4%209.383%209.383%204%2016%204a11.94%2011.94%200%200%201%207.74%202.845L6.846%2023.741A11.94%2011.94%200%200%201%204%2016m24%200c0%206.617-5.383%2012-12%2012a11.94%2011.94%200%200%201-7.74-2.845L25.155%208.259A11.94%2011.94%200%200%201%2028%2016%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/carbon/null-sign.svg?color=%231a73e8&size=48