askverdict-color from LobeHub AI Icons by LobeHub · Color · MIT Free for personal and commercial use.

Name
askverdict-color
Set
LobeHub AI Icons
Style
Color
Viewbox
24×24
License
MIT

2 other variants in LobeHub AI Icons

Use the askverdict logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="url(#svgID15)" fill-opacity=".7" d="M12 3.42L4.5 7.97 12 12.47Z"/><path fill="url(#svgID15)" d="M12 3.42L19.5 7.97 12 12.47Z"/><path fill="#0a0800" fill-opacity=".52" d="M12 6.56L14.48 8.95 13.08 8.95 12 7.73 10.83 8.95 9.42 8.95Z"/><path fill="url(#svgID15)" fill-opacity=".82" d="M4.5 13.88L12 16.83 19.5 13.88 19.5 15.61 12 18.56 4.5 15.61Z"/><path fill="url(#svgID15)" fill-opacity=".62" d="M5.3 16.83L12 19.55 18.7 16.83 18.7 18.38 12 20.77 5.3 18.38Z"/><defs><linearGradient id="svgID15" x1="50%" x2="50%" y1="0%" y2="100%"><stop offset="0%" stop-color="#fad460"/><stop offset="45%" stop-color="#e8a317"/><stop offset="100%" stop-color="#b8751a"/></linearGradient></defs></svg>

React

import type { SVGProps } from "react";

export function LobehubAskverdictColor(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="url(#svgID15)" fillOpacity=".7" d="M12 3.42L4.5 7.97 12 12.47Z"/><path fill="url(#svgID15)" d="M12 3.42L19.5 7.97 12 12.47Z"/><path fill="#0a0800" fillOpacity=".52" d="M12 6.56L14.48 8.95 13.08 8.95 12 7.73 10.83 8.95 9.42 8.95Z"/><path fill="url(#svgID15)" fillOpacity=".82" d="M4.5 13.88L12 16.83 19.5 13.88 19.5 15.61 12 18.56 4.5 15.61Z"/><path fill="url(#svgID15)" fillOpacity=".62" d="M5.3 16.83L12 19.55 18.7 16.83 18.7 18.38 12 20.77 5.3 18.38Z"/><defs><linearGradient id="svgID15" x1="50%" x2="50%" y1="0%" y2="100%"><stop offset="0%" stopColor="#fad460"/><stop offset="45%" stopColor="#e8a317"/><stop offset="100%" stopColor="#b8751a"/></linearGradient></defs></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="url(#svgID15)" fill-opacity=".7" d="M12 3.42L4.5 7.97 12 12.47Z"/><path fill="url(#svgID15)" d="M12 3.42L19.5 7.97 12 12.47Z"/><path fill="#0a0800" fill-opacity=".52" d="M12 6.56L14.48 8.95 13.08 8.95 12 7.73 10.83 8.95 9.42 8.95Z"/><path fill="url(#svgID15)" fill-opacity=".82" d="M4.5 13.88L12 16.83 19.5 13.88 19.5 15.61 12 18.56 4.5 15.61Z"/><path fill="url(#svgID15)" fill-opacity=".62" d="M5.3 16.83L12 19.55 18.7 16.83 18.7 18.38 12 20.77 5.3 18.38Z"/><defs><linearGradient id="svgID15" x1="50%" x2="50%" y1="0%" y2="100%"><stop offset="0%" stop-color="#fad460"/><stop offset="45%" stop-color="#e8a317"/><stop offset="100%" stop-color="#b8751a"/></linearGradient></defs></svg>
</template>

CSS

.icon-askverdict-color {
  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%22url(%23svgID15)%22%20fill-opacity%3D%22.7%22%20d%3D%22M12%203.42L4.5%207.97%2012%2012.47Z%22%2F%3E%3Cpath%20fill%3D%22url(%23svgID15)%22%20d%3D%22M12%203.42L19.5%207.97%2012%2012.47Z%22%2F%3E%3Cpath%20fill%3D%22%230a0800%22%20fill-opacity%3D%22.52%22%20d%3D%22M12%206.56L14.48%208.95%2013.08%208.95%2012%207.73%2010.83%208.95%209.42%208.95Z%22%2F%3E%3Cpath%20fill%3D%22url(%23svgID15)%22%20fill-opacity%3D%22.82%22%20d%3D%22M4.5%2013.88L12%2016.83%2019.5%2013.88%2019.5%2015.61%2012%2018.56%204.5%2015.61Z%22%2F%3E%3Cpath%20fill%3D%22url(%23svgID15)%22%20fill-opacity%3D%22.62%22%20d%3D%22M5.3%2016.83L12%2019.55%2018.7%2016.83%2018.7%2018.38%2012%2020.77%205.3%2018.38Z%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22svgID15%22%20x1%3D%2250%25%22%20x2%3D%2250%25%22%20y1%3D%220%25%22%20y2%3D%22100%25%22%3E%3Cstop%20offset%3D%220%25%22%20stop-color%3D%22%23fad460%22%2F%3E%3Cstop%20offset%3D%2245%25%22%20stop-color%3D%22%23e8a317%22%2F%3E%3Cstop%20offset%3D%22100%25%22%20stop-color%3D%22%23b8751a%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%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%22url(%23svgID15)%22%20fill-opacity%3D%22.7%22%20d%3D%22M12%203.42L4.5%207.97%2012%2012.47Z%22%2F%3E%3Cpath%20fill%3D%22url(%23svgID15)%22%20d%3D%22M12%203.42L19.5%207.97%2012%2012.47Z%22%2F%3E%3Cpath%20fill%3D%22%230a0800%22%20fill-opacity%3D%22.52%22%20d%3D%22M12%206.56L14.48%208.95%2013.08%208.95%2012%207.73%2010.83%208.95%209.42%208.95Z%22%2F%3E%3Cpath%20fill%3D%22url(%23svgID15)%22%20fill-opacity%3D%22.82%22%20d%3D%22M4.5%2013.88L12%2016.83%2019.5%2013.88%2019.5%2015.61%2012%2018.56%204.5%2015.61Z%22%2F%3E%3Cpath%20fill%3D%22url(%23svgID15)%22%20fill-opacity%3D%22.62%22%20d%3D%22M5.3%2016.83L12%2019.55%2018.7%2016.83%2018.7%2018.38%2012%2020.77%205.3%2018.38Z%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22svgID15%22%20x1%3D%2250%25%22%20x2%3D%2250%25%22%20y1%3D%220%25%22%20y2%3D%22100%25%22%3E%3Cstop%20offset%3D%220%25%22%20stop-color%3D%22%23fad460%22%2F%3E%3Cstop%20offset%3D%2245%25%22%20stop-color%3D%22%23e8a317%22%2F%3E%3Cstop%20offset%3D%22100%25%22%20stop-color%3D%22%23b8751a%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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

Askverdict logo — LobeHub AI Icons · IconsDB