image circle off icon

image-circle-off from Majesticons by Gerrit Halfmann · Solid · MIT Free for personal and commercial use.

Name
image-circle-off
Set
Majesticons
Style
Solid
Viewbox
24×24
License
MIT

1 other variant in Majesticons

Related icons in Majesticons

Use the image circle off icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4.859 5A9.97 9.97 0 0 0 2 12c0 5.523 4.477 10 10 10a9.97 9.97 0 0 0 7-2.859M21.542 15A10 10 0 0 0 22 12c0-5.523-4.477-10-10-10a10 10 0 0 0-4 .832M2 2l20 20"/><path fill="currentColor" fill-rule="evenodd" d="M6.346 7.174C6.13 7.534 6 7.977 6 8.5c0 .926.408 1.601.978 2.011A2.67 2.67 0 0 0 8.5 11c.357 0 .852-.087 1.316-.355zm5.598 5.599q-.811.393-1.5.849c2.036.662 4.077 1.82 5.63 3.751a1 1 0 0 1-1.558 1.254c-1.516-1.884-3.65-2.912-5.797-3.41a15.5 15.5 0 0 0-3.531-.388c-.784.003-1.477.066-2.024.157a1 1 0 0 1-.232.012l-.096.016a1 1 0 0 0-.76 1.367c.652 1.584 2.135 3.723 4.51 5.097c2.42 1.399 5.684 1.958 9.745.465c.829-.278 1.936-.856 3.01-1.774zm9.898 4.24C22.541 15.65 23 13.988 23 12a1 1 0 0 0-1-1h-1c-1.772 0-3.355.146-4.763.408z" clip-rule="evenodd"/></g></svg>

React

import type { SVGProps } from "react";

export function MajesticonsImageCircleOff(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="M4.859 5A9.97 9.97 0 0 0 2 12c0 5.523 4.477 10 10 10a9.97 9.97 0 0 0 7-2.859M21.542 15A10 10 0 0 0 22 12c0-5.523-4.477-10-10-10a10 10 0 0 0-4 .832M2 2l20 20"/><path fill="currentColor" fillRule="evenodd" d="M6.346 7.174C6.13 7.534 6 7.977 6 8.5c0 .926.408 1.601.978 2.011A2.67 2.67 0 0 0 8.5 11c.357 0 .852-.087 1.316-.355zm5.598 5.599q-.811.393-1.5.849c2.036.662 4.077 1.82 5.63 3.751a1 1 0 0 1-1.558 1.254c-1.516-1.884-3.65-2.912-5.797-3.41a15.5 15.5 0 0 0-3.531-.388c-.784.003-1.477.066-2.024.157a1 1 0 0 1-.232.012l-.096.016a1 1 0 0 0-.76 1.367c.652 1.584 2.135 3.723 4.51 5.097c2.42 1.399 5.684 1.958 9.745.465c.829-.278 1.936-.856 3.01-1.774zm9.898 4.24C22.541 15.65 23 13.988 23 12a1 1 0 0 0-1-1h-1c-1.772 0-3.355.146-4.763.408z" clipRule="evenodd"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4.859 5A9.97 9.97 0 0 0 2 12c0 5.523 4.477 10 10 10a9.97 9.97 0 0 0 7-2.859M21.542 15A10 10 0 0 0 22 12c0-5.523-4.477-10-10-10a10 10 0 0 0-4 .832M2 2l20 20"/><path fill="currentColor" fill-rule="evenodd" d="M6.346 7.174C6.13 7.534 6 7.977 6 8.5c0 .926.408 1.601.978 2.011A2.67 2.67 0 0 0 8.5 11c.357 0 .852-.087 1.316-.355zm5.598 5.599q-.811.393-1.5.849c2.036.662 4.077 1.82 5.63 3.751a1 1 0 0 1-1.558 1.254c-1.516-1.884-3.65-2.912-5.797-3.41a15.5 15.5 0 0 0-3.531-.388c-.784.003-1.477.066-2.024.157a1 1 0 0 1-.232.012l-.096.016a1 1 0 0 0-.76 1.367c.652 1.584 2.135 3.723 4.51 5.097c2.42 1.399 5.684 1.958 9.745.465c.829-.278 1.936-.856 3.01-1.774zm9.898 4.24C22.541 15.65 23 13.988 23 12a1 1 0 0 0-1-1h-1c-1.772 0-3.355.146-4.763.408z" clip-rule="evenodd"/></g></svg>
</template>

CSS

.icon-image-circle-off {
  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%22none%22%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M4.859%205A9.97%209.97%200%200%200%202%2012c0%205.523%204.477%2010%2010%2010a9.97%209.97%200%200%200%207-2.859M21.542%2015A10%2010%200%200%200%2022%2012c0-5.523-4.477-10-10-10a10%2010%200%200%200-4%20.832M2%202l20%2020%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M6.346%207.174C6.13%207.534%206%207.977%206%208.5c0%20.926.408%201.601.978%202.011A2.67%202.67%200%200%200%208.5%2011c.357%200%20.852-.087%201.316-.355zm5.598%205.599q-.811.393-1.5.849c2.036.662%204.077%201.82%205.63%203.751a1%201%200%200%201-1.558%201.254c-1.516-1.884-3.65-2.912-5.797-3.41a15.5%2015.5%200%200%200-3.531-.388c-.784.003-1.477.066-2.024.157a1%201%200%200%201-.232.012l-.096.016a1%201%200%200%200-.76%201.367c.652%201.584%202.135%203.723%204.51%205.097c2.42%201.399%205.684%201.958%209.745.465c.829-.278%201.936-.856%203.01-1.774zm9.898%204.24C22.541%2015.65%2023%2013.988%2023%2012a1%201%200%200%200-1-1h-1c-1.772%200-3.355.146-4.763.408z%22%20clip-rule%3D%22evenodd%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%22none%22%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M4.859%205A9.97%209.97%200%200%200%202%2012c0%205.523%204.477%2010%2010%2010a9.97%209.97%200%200%200%207-2.859M21.542%2015A10%2010%200%200%200%2022%2012c0-5.523-4.477-10-10-10a10%2010%200%200%200-4%20.832M2%202l20%2020%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M6.346%207.174C6.13%207.534%206%207.977%206%208.5c0%20.926.408%201.601.978%202.011A2.67%202.67%200%200%200%208.5%2011c.357%200%20.852-.087%201.316-.355zm5.598%205.599q-.811.393-1.5.849c2.036.662%204.077%201.82%205.63%203.751a1%201%200%200%201-1.558%201.254c-1.516-1.884-3.65-2.912-5.797-3.41a15.5%2015.5%200%200%200-3.531-.388c-.784.003-1.477.066-2.024.157a1%201%200%200%201-.232.012l-.096.016a1%201%200%200%200-.76%201.367c.652%201.584%202.135%203.723%204.51%205.097c2.42%201.399%205.684%201.958%209.745.465c.829-.278%201.936-.856%203.01-1.774zm9.898%204.24C22.541%2015.65%2023%2013.988%2023%2012a1%201%200%200%200-1-1h-1c-1.772%200-3.355.146-4.763.408z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/majesticons/image-circle-off.svg?color=%231a73e8&size=48