exclude icon

exclude from Codicons by Microsoft Corporation · Regular · CC-BY-4.0 Attribution required.

Name
exclude
Set
Codicons
Style
Regular
Viewbox
16×16
License
CC BY 4.0

The same icon in other sets

Use the exclude icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M14.682 8.318a4.5 4.5 0 1 0-6.364 6.363a4.5 4.5 0 0 0 6.364-6.362zm-.328 3.536A.5.5 0 0 1 14 12H9a.5.5 0 1 1 0-1h5a.5.5 0 0 1 .354.854m-9.259-.666c.328 0 .637.089.905.243V12.5h-.276a.82.82 0 0 0-.779-.296a1 1 0 0 0-.13.035l-1.587.565a.42.42 0 0 1-.446-.112a7 7 0 0 1-1.473-2.536a.41.41 0 0 1 .126-.441l1.286-1.087a.82.82 0 0 0 0-1.256L1.435 6.285a.41.41 0 0 1-.126-.441a7 7 0 0 1 1.473-2.536a.42.42 0 0 1 .446-.112l1.587.565a.827.827 0 0 0 1.092-.628l.302-1.652a.41.41 0 0 1 .321-.329a7.1 7.1 0 0 1 2.939 0a.41.41 0 0 1 .321.329l.303 1.652a.826.826 0 0 0 1.092.627l1.587-.565a.42.42 0 0 1 .446.112a7 7 0 0 1 1.472 2.536a.41.41 0 0 1-.126.441l-.467.395a5.4 5.4 0 0 0-1.042-.43l.551-.466a6 6 0 0 0-.879-1.511l-1.207.43a2 2 0 0 1-.615.106a1.825 1.825 0 0 1-1.796-1.496L8.88 2.061a6.2 6.2 0 0 0-1.761.001L6.89 3.313a1.83 1.83 0 0 1-2.411 1.39l-1.207-.43q-.553.692-.879 1.511l.974.823q.113.097.21.21c.317.372.47.844.43 1.33a1.8 1.8 0 0 1-.64 1.243l-.974.823q.326.819.879 1.511l1.207-.43a1.9 1.9 0 0 1 .616-.106m1.962-2.907a5.5 5.5 0 0 0-.581 1a1.98 1.98 0 0 1-.477-1.282a2 2 0 0 1 2-2c.491 0 .935.184 1.282.477a5.6 5.6 0 0 0-.838.451c-.058.039-.108.088-.165.129c-.09-.027-.18-.057-.28-.057a1 1 0 0 0-1 1c0 .1.03.191.057.283z"/></svg>

React

import type { SVGProps } from "react";

export function CodiconExclude(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M14.682 8.318a4.5 4.5 0 1 0-6.364 6.363a4.5 4.5 0 0 0 6.364-6.362zm-.328 3.536A.5.5 0 0 1 14 12H9a.5.5 0 1 1 0-1h5a.5.5 0 0 1 .354.854m-9.259-.666c.328 0 .637.089.905.243V12.5h-.276a.82.82 0 0 0-.779-.296a1 1 0 0 0-.13.035l-1.587.565a.42.42 0 0 1-.446-.112a7 7 0 0 1-1.473-2.536a.41.41 0 0 1 .126-.441l1.286-1.087a.82.82 0 0 0 0-1.256L1.435 6.285a.41.41 0 0 1-.126-.441a7 7 0 0 1 1.473-2.536a.42.42 0 0 1 .446-.112l1.587.565a.827.827 0 0 0 1.092-.628l.302-1.652a.41.41 0 0 1 .321-.329a7.1 7.1 0 0 1 2.939 0a.41.41 0 0 1 .321.329l.303 1.652a.826.826 0 0 0 1.092.627l1.587-.565a.42.42 0 0 1 .446.112a7 7 0 0 1 1.472 2.536a.41.41 0 0 1-.126.441l-.467.395a5.4 5.4 0 0 0-1.042-.43l.551-.466a6 6 0 0 0-.879-1.511l-1.207.43a2 2 0 0 1-.615.106a1.825 1.825 0 0 1-1.796-1.496L8.88 2.061a6.2 6.2 0 0 0-1.761.001L6.89 3.313a1.83 1.83 0 0 1-2.411 1.39l-1.207-.43q-.553.692-.879 1.511l.974.823q.113.097.21.21c.317.372.47.844.43 1.33a1.8 1.8 0 0 1-.64 1.243l-.974.823q.326.819.879 1.511l1.207-.43a1.9 1.9 0 0 1 .616-.106m1.962-2.907a5.5 5.5 0 0 0-.581 1a1.98 1.98 0 0 1-.477-1.282a2 2 0 0 1 2-2c.491 0 .935.184 1.282.477a5.6 5.6 0 0 0-.838.451c-.058.039-.108.088-.165.129c-.09-.027-.18-.057-.28-.057a1 1 0 0 0-1 1c0 .1.03.191.057.283z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M14.682 8.318a4.5 4.5 0 1 0-6.364 6.363a4.5 4.5 0 0 0 6.364-6.362zm-.328 3.536A.5.5 0 0 1 14 12H9a.5.5 0 1 1 0-1h5a.5.5 0 0 1 .354.854m-9.259-.666c.328 0 .637.089.905.243V12.5h-.276a.82.82 0 0 0-.779-.296a1 1 0 0 0-.13.035l-1.587.565a.42.42 0 0 1-.446-.112a7 7 0 0 1-1.473-2.536a.41.41 0 0 1 .126-.441l1.286-1.087a.82.82 0 0 0 0-1.256L1.435 6.285a.41.41 0 0 1-.126-.441a7 7 0 0 1 1.473-2.536a.42.42 0 0 1 .446-.112l1.587.565a.827.827 0 0 0 1.092-.628l.302-1.652a.41.41 0 0 1 .321-.329a7.1 7.1 0 0 1 2.939 0a.41.41 0 0 1 .321.329l.303 1.652a.826.826 0 0 0 1.092.627l1.587-.565a.42.42 0 0 1 .446.112a7 7 0 0 1 1.472 2.536a.41.41 0 0 1-.126.441l-.467.395a5.4 5.4 0 0 0-1.042-.43l.551-.466a6 6 0 0 0-.879-1.511l-1.207.43a2 2 0 0 1-.615.106a1.825 1.825 0 0 1-1.796-1.496L8.88 2.061a6.2 6.2 0 0 0-1.761.001L6.89 3.313a1.83 1.83 0 0 1-2.411 1.39l-1.207-.43q-.553.692-.879 1.511l.974.823q.113.097.21.21c.317.372.47.844.43 1.33a1.8 1.8 0 0 1-.64 1.243l-.974.823q.326.819.879 1.511l1.207-.43a1.9 1.9 0 0 1 .616-.106m1.962-2.907a5.5 5.5 0 0 0-.581 1a1.98 1.98 0 0 1-.477-1.282a2 2 0 0 1 2-2c.491 0 .935.184 1.282.477a5.6 5.6 0 0 0-.838.451c-.058.039-.108.088-.165.129c-.09-.027-.18-.057-.28-.057a1 1 0 0 0-1 1c0 .1.03.191.057.283z"/></svg>
</template>

CSS

.icon-exclude {
  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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14.682%208.318a4.5%204.5%200%201%200-6.364%206.363a4.5%204.5%200%200%200%206.364-6.362zm-.328%203.536A.5.5%200%200%201%2014%2012H9a.5.5%200%201%201%200-1h5a.5.5%200%200%201%20.354.854m-9.259-.666c.328%200%20.637.089.905.243V12.5h-.276a.82.82%200%200%200-.779-.296a1%201%200%200%200-.13.035l-1.587.565a.42.42%200%200%201-.446-.112a7%207%200%200%201-1.473-2.536a.41.41%200%200%201%20.126-.441l1.286-1.087a.82.82%200%200%200%200-1.256L1.435%206.285a.41.41%200%200%201-.126-.441a7%207%200%200%201%201.473-2.536a.42.42%200%200%201%20.446-.112l1.587.565a.827.827%200%200%200%201.092-.628l.302-1.652a.41.41%200%200%201%20.321-.329a7.1%207.1%200%200%201%202.939%200a.41.41%200%200%201%20.321.329l.303%201.652a.826.826%200%200%200%201.092.627l1.587-.565a.42.42%200%200%201%20.446.112a7%207%200%200%201%201.472%202.536a.41.41%200%200%201-.126.441l-.467.395a5.4%205.4%200%200%200-1.042-.43l.551-.466a6%206%200%200%200-.879-1.511l-1.207.43a2%202%200%200%201-.615.106a1.825%201.825%200%200%201-1.796-1.496L8.88%202.061a6.2%206.2%200%200%200-1.761.001L6.89%203.313a1.83%201.83%200%200%201-2.411%201.39l-1.207-.43q-.553.692-.879%201.511l.974.823q.113.097.21.21c.317.372.47.844.43%201.33a1.8%201.8%200%200%201-.64%201.243l-.974.823q.326.819.879%201.511l1.207-.43a1.9%201.9%200%200%201%20.616-.106m1.962-2.907a5.5%205.5%200%200%200-.581%201a1.98%201.98%200%200%201-.477-1.282a2%202%200%200%201%202-2c.491%200%20.935.184%201.282.477a5.6%205.6%200%200%200-.838.451c-.058.039-.108.088-.165.129c-.09-.027-.18-.057-.28-.057a1%201%200%200%200-1%201c0%20.1.03.191.057.283z%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14.682%208.318a4.5%204.5%200%201%200-6.364%206.363a4.5%204.5%200%200%200%206.364-6.362zm-.328%203.536A.5.5%200%200%201%2014%2012H9a.5.5%200%201%201%200-1h5a.5.5%200%200%201%20.354.854m-9.259-.666c.328%200%20.637.089.905.243V12.5h-.276a.82.82%200%200%200-.779-.296a1%201%200%200%200-.13.035l-1.587.565a.42.42%200%200%201-.446-.112a7%207%200%200%201-1.473-2.536a.41.41%200%200%201%20.126-.441l1.286-1.087a.82.82%200%200%200%200-1.256L1.435%206.285a.41.41%200%200%201-.126-.441a7%207%200%200%201%201.473-2.536a.42.42%200%200%201%20.446-.112l1.587.565a.827.827%200%200%200%201.092-.628l.302-1.652a.41.41%200%200%201%20.321-.329a7.1%207.1%200%200%201%202.939%200a.41.41%200%200%201%20.321.329l.303%201.652a.826.826%200%200%200%201.092.627l1.587-.565a.42.42%200%200%201%20.446.112a7%207%200%200%201%201.472%202.536a.41.41%200%200%201-.126.441l-.467.395a5.4%205.4%200%200%200-1.042-.43l.551-.466a6%206%200%200%200-.879-1.511l-1.207.43a2%202%200%200%201-.615.106a1.825%201.825%200%200%201-1.796-1.496L8.88%202.061a6.2%206.2%200%200%200-1.761.001L6.89%203.313a1.83%201.83%200%200%201-2.411%201.39l-1.207-.43q-.553.692-.879%201.511l.974.823q.113.097.21.21c.317.372.47.844.43%201.33a1.8%201.8%200%200%201-.64%201.243l-.974.823q.326.819.879%201.511l1.207-.43a1.9%201.9%200%200%201%20.616-.106m1.962-2.907a5.5%205.5%200%200%200-.581%201a1.98%201.98%200%200%201-.477-1.282a2%202%200%200%201%202-2c.491%200%20.935.184%201.282.477a5.6%205.6%200%200%200-.838.451c-.058.039-.108.088-.165.129c-.09-.027-.18-.057-.28-.057a1%201%200%200%200-1%201c0%20.1.03.191.057.283z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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