q icon
q-outline from Health Icons by Resolve to Save Lives · Outline · Typography · MIT Free for personal and commercial use.
- Name
- q-outline
- Set
- Health Icons
- Style
- Outline
- Category
- Typography
- Viewbox
- 48×48
- License
- MIT
- Aliases
- q2x-outline
1 other variant in Health Icons
The same icon in other sets
More typography icons from Health Icons
Use the q icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" fill-rule="evenodd" d="M9 24c0-8.284 6.716-15 15-15s15 6.716 15 15c0 3.056-.915 5.9-2.485 8.272l1.606 1.607a3 3 0 1 1-4.242 4.242l-1.607-1.606A14.93 14.93 0 0 1 24 39c-8.284 0-15-6.716-15-15m15-13c-7.18 0-13 5.82-13 13s5.82 13 13 13c2.921 0 5.615-.962 7.785-2.588l.694-.52l2.814 2.815a1 1 0 0 0 1.414-1.414l-2.814-2.814l.52-.694A12.94 12.94 0 0 0 37 24c0-7.18-5.82-13-13-13m0 4a9 9 0 1 0 0 18c1.39 0 2.706-.315 3.88-.877l-2.001-2.002a3 3 0 1 1 4.242-4.242l2.002 2.001A9 9 0 0 0 33 24a9 9 0 0 0-9-9m-11 9c0-6.075 4.925-11 11-11s11 4.925 11 11c0 2.24-.67 4.327-1.823 6.067l-.676 1.02l-3.794-3.794a1 1 0 0 0-1.414 1.414l3.794 3.794l-1.02.676A10.95 10.95 0 0 1 24 35c-6.075 0-11-4.925-11-11" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function HealthiconsQOutline(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" fillRule="evenodd" d="M9 24c0-8.284 6.716-15 15-15s15 6.716 15 15c0 3.056-.915 5.9-2.485 8.272l1.606 1.607a3 3 0 1 1-4.242 4.242l-1.607-1.606A14.93 14.93 0 0 1 24 39c-8.284 0-15-6.716-15-15m15-13c-7.18 0-13 5.82-13 13s5.82 13 13 13c2.921 0 5.615-.962 7.785-2.588l.694-.52l2.814 2.815a1 1 0 0 0 1.414-1.414l-2.814-2.814l.52-.694A12.94 12.94 0 0 0 37 24c0-7.18-5.82-13-13-13m0 4a9 9 0 1 0 0 18c1.39 0 2.706-.315 3.88-.877l-2.001-2.002a3 3 0 1 1 4.242-4.242l2.002 2.001A9 9 0 0 0 33 24a9 9 0 0 0-9-9m-11 9c0-6.075 4.925-11 11-11s11 4.925 11 11c0 2.24-.67 4.327-1.823 6.067l-.676 1.02l-3.794-3.794a1 1 0 0 0-1.414 1.414l3.794 3.794l-1.02.676A10.95 10.95 0 0 1 24 35c-6.075 0-11-4.925-11-11" clipRule="evenodd"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" fill-rule="evenodd" d="M9 24c0-8.284 6.716-15 15-15s15 6.716 15 15c0 3.056-.915 5.9-2.485 8.272l1.606 1.607a3 3 0 1 1-4.242 4.242l-1.607-1.606A14.93 14.93 0 0 1 24 39c-8.284 0-15-6.716-15-15m15-13c-7.18 0-13 5.82-13 13s5.82 13 13 13c2.921 0 5.615-.962 7.785-2.588l.694-.52l2.814 2.815a1 1 0 0 0 1.414-1.414l-2.814-2.814l.52-.694A12.94 12.94 0 0 0 37 24c0-7.18-5.82-13-13-13m0 4a9 9 0 1 0 0 18c1.39 0 2.706-.315 3.88-.877l-2.001-2.002a3 3 0 1 1 4.242-4.242l2.002 2.001A9 9 0 0 0 33 24a9 9 0 0 0-9-9m-11 9c0-6.075 4.925-11 11-11s11 4.925 11 11c0 2.24-.67 4.327-1.823 6.067l-.676 1.02l-3.794-3.794a1 1 0 0 0-1.414 1.414l3.794 3.794l-1.02.676A10.95 10.95 0 0 1 24 35c-6.075 0-11-4.925-11-11" clip-rule="evenodd"/></svg> </template>
CSS
.icon-q-outline {
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%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M9%2024c0-8.284%206.716-15%2015-15s15%206.716%2015%2015c0%203.056-.915%205.9-2.485%208.272l1.606%201.607a3%203%200%201%201-4.242%204.242l-1.607-1.606A14.93%2014.93%200%200%201%2024%2039c-8.284%200-15-6.716-15-15m15-13c-7.18%200-13%205.82-13%2013s5.82%2013%2013%2013c2.921%200%205.615-.962%207.785-2.588l.694-.52l2.814%202.815a1%201%200%200%200%201.414-1.414l-2.814-2.814l.52-.694A12.94%2012.94%200%200%200%2037%2024c0-7.18-5.82-13-13-13m0%204a9%209%200%201%200%200%2018c1.39%200%202.706-.315%203.88-.877l-2.001-2.002a3%203%200%201%201%204.242-4.242l2.002%202.001A9%209%200%200%200%2033%2024a9%209%200%200%200-9-9m-11%209c0-6.075%204.925-11%2011-11s11%204.925%2011%2011c0%202.24-.67%204.327-1.823%206.067l-.676%201.02l-3.794-3.794a1%201%200%200%200-1.414%201.414l3.794%203.794l-1.02.676A10.95%2010.95%200%200%201%2024%2035c-6.075%200-11-4.925-11-11%22%20clip-rule%3D%22evenodd%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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M9%2024c0-8.284%206.716-15%2015-15s15%206.716%2015%2015c0%203.056-.915%205.9-2.485%208.272l1.606%201.607a3%203%200%201%201-4.242%204.242l-1.607-1.606A14.93%2014.93%200%200%201%2024%2039c-8.284%200-15-6.716-15-15m15-13c-7.18%200-13%205.82-13%2013s5.82%2013%2013%2013c2.921%200%205.615-.962%207.785-2.588l.694-.52l2.814%202.815a1%201%200%200%200%201.414-1.414l-2.814-2.814l.52-.694A12.94%2012.94%200%200%200%2037%2024c0-7.18-5.82-13-13-13m0%204a9%209%200%201%200%200%2018c1.39%200%202.706-.315%203.88-.877l-2.001-2.002a3%203%200%201%201%204.242-4.242l2.002%202.001A9%209%200%200%200%2033%2024a9%209%200%200%200-9-9m-11%209c0-6.075%204.925-11%2011-11s11%204.925%2011%2011c0%202.24-.67%204.327-1.823%206.067l-.676%201.02l-3.794-3.794a1%201%200%200%200-1.414%201.414l3.794%203.794l-1.02.676A10.95%2010.95%200%200%201%2024%2035c-6.075%200-11-4.925-11-11%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/healthicons/q-outline.svg?color=%231a73e8&size=48