help-outline from Solar by 480 Design · Outline · UI · CC-BY-4.0 Attribution required.

Name
help-outline
Set
Solar
Style
Outline
Category
UI
Viewbox
24×24
License
CC BY 4.0

5 other variants in Solar

The same icon in other sets

More ui icons from Solar

Use the help icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M12 1.25C6.06294 1.25 1.25 6.06294 1.25 12C1.25 17.9371 6.06294 22.75 12 22.75C17.9371 22.75 22.75 17.9371 22.75 12C22.75 6.06294 17.9371 1.25 12 1.25ZM2.75 12C2.75 9.71567 3.57804 7.62475 4.95034 6.011L8.1528 9.21346C7.58488 9.99619 7.25 10.959 7.25 12C7.25 13.041 7.58488 14.0038 8.1528 14.7865L4.95033 17.989C3.57804 16.3753 2.75 14.2843 2.75 12ZM9.21346 8.1528L6.011 4.95034C7.62475 3.57804 9.71567 2.75 12 2.75C14.2843 2.75 16.3753 3.57804 17.989 4.95034L14.7865 8.1528C14.0038 7.58488 13.041 7.25 12 7.25C10.959 7.25 9.99619 7.58488 9.21346 8.1528ZM6.01099 19.0497C7.62474 20.422 9.71567 21.25 12 21.25C14.2843 21.25 16.3753 20.422 17.989 19.0497L14.7865 15.8472C14.0038 16.4151 13.041 16.75 12 16.75C10.959 16.75 9.99619 16.4151 9.21346 15.8472L6.01099 19.0497ZM15.8472 14.7865L19.0497 17.989C20.422 16.3753 21.25 14.2843 21.25 12C21.25 9.71567 20.422 7.62475 19.0497 6.011L15.8472 9.21346C16.4151 9.99619 16.75 10.959 16.75 12C16.75 13.041 16.4151 14.0038 15.8472 14.7865ZM8.75 12C8.75 10.2051 10.2051 8.75 12 8.75C13.7949 8.75 15.25 10.2051 15.25 12C15.25 13.7949 13.7949 15.25 12 15.25C10.2051 15.25 8.75 13.7949 8.75 12Z" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function SolarHelpOutline(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fillRule="evenodd" d="M12 1.25C6.06294 1.25 1.25 6.06294 1.25 12C1.25 17.9371 6.06294 22.75 12 22.75C17.9371 22.75 22.75 17.9371 22.75 12C22.75 6.06294 17.9371 1.25 12 1.25ZM2.75 12C2.75 9.71567 3.57804 7.62475 4.95034 6.011L8.1528 9.21346C7.58488 9.99619 7.25 10.959 7.25 12C7.25 13.041 7.58488 14.0038 8.1528 14.7865L4.95033 17.989C3.57804 16.3753 2.75 14.2843 2.75 12ZM9.21346 8.1528L6.011 4.95034C7.62475 3.57804 9.71567 2.75 12 2.75C14.2843 2.75 16.3753 3.57804 17.989 4.95034L14.7865 8.1528C14.0038 7.58488 13.041 7.25 12 7.25C10.959 7.25 9.99619 7.58488 9.21346 8.1528ZM6.01099 19.0497C7.62474 20.422 9.71567 21.25 12 21.25C14.2843 21.25 16.3753 20.422 17.989 19.0497L14.7865 15.8472C14.0038 16.4151 13.041 16.75 12 16.75C10.959 16.75 9.99619 16.4151 9.21346 15.8472L6.01099 19.0497ZM15.8472 14.7865L19.0497 17.989C20.422 16.3753 21.25 14.2843 21.25 12C21.25 9.71567 20.422 7.62475 19.0497 6.011L15.8472 9.21346C16.4151 9.99619 16.75 10.959 16.75 12C16.75 13.041 16.4151 14.0038 15.8472 14.7865ZM8.75 12C8.75 10.2051 10.2051 8.75 12 8.75C13.7949 8.75 15.25 10.2051 15.25 12C15.25 13.7949 13.7949 15.25 12 15.25C10.2051 15.25 8.75 13.7949 8.75 12Z" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M12 1.25C6.06294 1.25 1.25 6.06294 1.25 12C1.25 17.9371 6.06294 22.75 12 22.75C17.9371 22.75 22.75 17.9371 22.75 12C22.75 6.06294 17.9371 1.25 12 1.25ZM2.75 12C2.75 9.71567 3.57804 7.62475 4.95034 6.011L8.1528 9.21346C7.58488 9.99619 7.25 10.959 7.25 12C7.25 13.041 7.58488 14.0038 8.1528 14.7865L4.95033 17.989C3.57804 16.3753 2.75 14.2843 2.75 12ZM9.21346 8.1528L6.011 4.95034C7.62475 3.57804 9.71567 2.75 12 2.75C14.2843 2.75 16.3753 3.57804 17.989 4.95034L14.7865 8.1528C14.0038 7.58488 13.041 7.25 12 7.25C10.959 7.25 9.99619 7.58488 9.21346 8.1528ZM6.01099 19.0497C7.62474 20.422 9.71567 21.25 12 21.25C14.2843 21.25 16.3753 20.422 17.989 19.0497L14.7865 15.8472C14.0038 16.4151 13.041 16.75 12 16.75C10.959 16.75 9.99619 16.4151 9.21346 15.8472L6.01099 19.0497ZM15.8472 14.7865L19.0497 17.989C20.422 16.3753 21.25 14.2843 21.25 12C21.25 9.71567 20.422 7.62475 19.0497 6.011L15.8472 9.21346C16.4151 9.99619 16.75 10.959 16.75 12C16.75 13.041 16.4151 14.0038 15.8472 14.7865ZM8.75 12C8.75 10.2051 10.2051 8.75 12 8.75C13.7949 8.75 15.25 10.2051 15.25 12C15.25 13.7949 13.7949 15.25 12 15.25C10.2051 15.25 8.75 13.7949 8.75 12Z" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-help-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M12%201.25C6.06294%201.25%201.25%206.06294%201.25%2012C1.25%2017.9371%206.06294%2022.75%2012%2022.75C17.9371%2022.75%2022.75%2017.9371%2022.75%2012C22.75%206.06294%2017.9371%201.25%2012%201.25ZM2.75%2012C2.75%209.71567%203.57804%207.62475%204.95034%206.011L8.1528%209.21346C7.58488%209.99619%207.25%2010.959%207.25%2012C7.25%2013.041%207.58488%2014.0038%208.1528%2014.7865L4.95033%2017.989C3.57804%2016.3753%202.75%2014.2843%202.75%2012ZM9.21346%208.1528L6.011%204.95034C7.62475%203.57804%209.71567%202.75%2012%202.75C14.2843%202.75%2016.3753%203.57804%2017.989%204.95034L14.7865%208.1528C14.0038%207.58488%2013.041%207.25%2012%207.25C10.959%207.25%209.99619%207.58488%209.21346%208.1528ZM6.01099%2019.0497C7.62474%2020.422%209.71567%2021.25%2012%2021.25C14.2843%2021.25%2016.3753%2020.422%2017.989%2019.0497L14.7865%2015.8472C14.0038%2016.4151%2013.041%2016.75%2012%2016.75C10.959%2016.75%209.99619%2016.4151%209.21346%2015.8472L6.01099%2019.0497ZM15.8472%2014.7865L19.0497%2017.989C20.422%2016.3753%2021.25%2014.2843%2021.25%2012C21.25%209.71567%2020.422%207.62475%2019.0497%206.011L15.8472%209.21346C16.4151%209.99619%2016.75%2010.959%2016.75%2012C16.75%2013.041%2016.4151%2014.0038%2015.8472%2014.7865ZM8.75%2012C8.75%2010.2051%2010.2051%208.75%2012%208.75C13.7949%208.75%2015.25%2010.2051%2015.25%2012C15.25%2013.7949%2013.7949%2015.25%2012%2015.25C10.2051%2015.25%208.75%2013.7949%208.75%2012Z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M12%201.25C6.06294%201.25%201.25%206.06294%201.25%2012C1.25%2017.9371%206.06294%2022.75%2012%2022.75C17.9371%2022.75%2022.75%2017.9371%2022.75%2012C22.75%206.06294%2017.9371%201.25%2012%201.25ZM2.75%2012C2.75%209.71567%203.57804%207.62475%204.95034%206.011L8.1528%209.21346C7.58488%209.99619%207.25%2010.959%207.25%2012C7.25%2013.041%207.58488%2014.0038%208.1528%2014.7865L4.95033%2017.989C3.57804%2016.3753%202.75%2014.2843%202.75%2012ZM9.21346%208.1528L6.011%204.95034C7.62475%203.57804%209.71567%202.75%2012%202.75C14.2843%202.75%2016.3753%203.57804%2017.989%204.95034L14.7865%208.1528C14.0038%207.58488%2013.041%207.25%2012%207.25C10.959%207.25%209.99619%207.58488%209.21346%208.1528ZM6.01099%2019.0497C7.62474%2020.422%209.71567%2021.25%2012%2021.25C14.2843%2021.25%2016.3753%2020.422%2017.989%2019.0497L14.7865%2015.8472C14.0038%2016.4151%2013.041%2016.75%2012%2016.75C10.959%2016.75%209.99619%2016.4151%209.21346%2015.8472L6.01099%2019.0497ZM15.8472%2014.7865L19.0497%2017.989C20.422%2016.3753%2021.25%2014.2843%2021.25%2012C21.25%209.71567%2020.422%207.62475%2019.0497%206.011L15.8472%209.21346C16.4151%209.99619%2016.75%2010.959%2016.75%2012C16.75%2013.041%2016.4151%2014.0038%2015.8472%2014.7865ZM8.75%2012C8.75%2010.2051%2010.2051%208.75%2012%208.75C13.7949%208.75%2015.25%2010.2051%2015.25%2012C15.25%2013.7949%2013.7949%2015.25%2012%2015.25C10.2051%2015.25%208.75%2013.7949%208.75%2012Z%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/solar/help-outline.svg?color=%231a73e8&size=48