query from Carbon by IBM · Outline · Actions · Apache-2.0 Free for personal and commercial use.

Name
query
Set
Carbon
Style
Outline
Category
Actions
Viewbox
32×32
License
Apache 2.0

More actions icons from Carbon

Use the query icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><circle cx="11" cy="15.5" r="1.5" fill="currentColor"/><path fill="currentColor" d="M12 12h-2V8h2a2 2 0 0 0 0-4h-2a2 2 0 0 0-2 2v.5H6V6a4.005 4.005 0 0 1 4-4h2a4 4 0 0 1 0 8Z"/><path fill="currentColor" d="M22.448 21.034a10.97 10.97 0 0 0-2.527-16.29l-.999 1.73A8.997 8.997 0 1 1 5 14H3a10.992 10.992 0 0 0 18.034 8.448L28.586 30L30 28.586Z"/></svg>

React

import type { SVGProps } from "react";

export function CarbonQuery(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><circle cx="11" cy="15.5" r="1.5" fill="currentColor"/><path fill="currentColor" d="M12 12h-2V8h2a2 2 0 0 0 0-4h-2a2 2 0 0 0-2 2v.5H6V6a4.005 4.005 0 0 1 4-4h2a4 4 0 0 1 0 8Z"/><path fill="currentColor" d="M22.448 21.034a10.97 10.97 0 0 0-2.527-16.29l-.999 1.73A8.997 8.997 0 1 1 5 14H3a10.992 10.992 0 0 0 18.034 8.448L28.586 30L30 28.586Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><circle cx="11" cy="15.5" r="1.5" fill="currentColor"/><path fill="currentColor" d="M12 12h-2V8h2a2 2 0 0 0 0-4h-2a2 2 0 0 0-2 2v.5H6V6a4.005 4.005 0 0 1 4-4h2a4 4 0 0 1 0 8Z"/><path fill="currentColor" d="M22.448 21.034a10.97 10.97 0 0 0-2.527-16.29l-.999 1.73A8.997 8.997 0 1 1 5 14H3a10.992 10.992 0 0 0 18.034 8.448L28.586 30L30 28.586Z"/></svg>
</template>

CSS

.icon-query {
  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%3Ccircle%20cx%3D%2211%22%20cy%3D%2215.5%22%20r%3D%221.5%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%2012h-2V8h2a2%202%200%200%200%200-4h-2a2%202%200%200%200-2%202v.5H6V6a4.005%204.005%200%200%201%204-4h2a4%204%200%200%201%200%208Z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M22.448%2021.034a10.97%2010.97%200%200%200-2.527-16.29l-.999%201.73A8.997%208.997%200%201%201%205%2014H3a10.992%2010.992%200%200%200%2018.034%208.448L28.586%2030L30%2028.586Z%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%3Ccircle%20cx%3D%2211%22%20cy%3D%2215.5%22%20r%3D%221.5%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%2012h-2V8h2a2%202%200%200%200%200-4h-2a2%202%200%200%200-2%202v.5H6V6a4.005%204.005%200%200%201%204-4h2a4%204%200%200%201%200%208Z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M22.448%2021.034a10.97%2010.97%200%200%200-2.527-16.29l-.999%201.73A8.997%208.997%200%201%201%205%2014H3a10.992%2010.992%200%200%200%2018.034%208.448L28.586%2030L30%2028.586Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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