seal question icon

seal-question-bold from Phosphor by Phosphor Icons · Bold · MIT Free for personal and commercial use.

Name
seal-question-bold
Set
Phosphor
Style
Bold
Viewbox
256×256
License
MIT

5 other variants in Phosphor

Related icons in Phosphor

Use the seal question icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M228.75 100.05c-3.52-3.67-7.15-7.46-8.34-10.33c-1.06-2.56-1.14-7.83-1.21-12.47c-.15-10-.34-22.44-9.18-31.27s-21.27-9-31.27-9.18c-4.64-.07-9.91-.15-12.47-1.21c-2.87-1.19-6.66-4.82-10.33-8.34C148.87 20.46 140.05 12 128 12s-20.87 8.46-27.95 15.25c-3.67 3.52-7.46 7.15-10.33 8.34c-2.56 1.06-7.83 1.14-12.47 1.21c-10 .2-22.44.34-31.25 9.2s-9 21.25-9.2 31.25c-.07 4.64-.15 9.91-1.21 12.47c-1.19 2.87-4.82 6.66-8.34 10.33C20.46 107.13 12 116 12 128s8.46 20.87 15.25 28c3.52 3.67 7.15 7.46 8.34 10.33c1.06 2.56 1.14 7.83 1.21 12.47c.15 10 .34 22.44 9.18 31.27s21.27 9 31.27 9.18c4.64.07 9.91.15 12.47 1.21c2.87 1.19 6.66 4.82 10.33 8.34C107.13 235.54 116 244 128 244s20.87-8.46 27.95-15.25c3.67-3.52 7.46-7.15 10.33-8.34c2.56-1.06 7.83-1.14 12.47-1.21c10-.15 22.44-.34 31.27-9.18s9-21.27 9.18-31.27c.07-4.64.15-9.91 1.21-12.47c1.19-2.87 4.82-6.66 8.34-10.33c6.79-7.08 15.25-15.9 15.25-27.95s-8.46-20.87-15.25-27.95m-17.32 39.29c-4.82 5-10.28 10.72-13.19 17.76c-2.82 6.8-2.93 14.16-3 21.29c-.08 5.36-.19 12.71-2.15 14.66s-9.3 2.07-14.66 2.15c-7.13.11-14.49.22-21.29 3c-7 2.91-12.73 8.37-17.76 13.19c-3.6 3.45-8.98 8.61-11.38 8.61s-7.78-5.16-11.34-8.57c-5-4.82-10.72-10.28-17.76-13.19c-6.8-2.82-14.16-2.93-21.29-3c-5.36-.08-12.71-.19-14.66-2.15s-2.07-9.3-2.15-14.66c-.11-7.13-.22-14.49-3-21.29c-2.91-7-8.37-12.73-13.19-17.76C41.16 135.78 36 130.4 36 128s5.16-7.78 8.57-11.34c4.82-5 10.28-10.72 13.19-17.76c2.82-6.8 2.93-14.16 3-21.29C60.88 72.25 61 64.9 63 63s9.3-2.07 14.66-2.15c7.13-.11 14.49-.22 21.29-3c7-2.91 12.73-8.37 17.76-13.19C120.22 41.16 125.6 36 128 36s7.78 5.16 11.34 8.57c5 4.82 10.72 10.28 17.76 13.19c6.8 2.82 14.16 2.93 21.29 3c5.36.08 12.71.19 14.66 2.15s2.07 9.3 2.15 14.66c.11 7.13.22 14.49 3 21.29c2.91 7 8.37 12.73 13.19 17.76c3.41 3.56 8.57 8.94 8.57 11.34s-5.12 7.82-8.53 11.38M144 180a16 16 0 1 1-16-16a16 16 0 0 1 16 16m28-72c0 18.37-13.69 33.88-32.27 38.56A12 12 0 0 1 116 144v-8a12 12 0 0 1 12-12c11 0 20-7.18 20-16s-9-16-20-16s-20 7.18-20 16v4a12 12 0 0 1-24 0v-4c0-22.06 19.74-40 44-40s44 17.94 44 40"/></svg>

React

import type { SVGProps } from "react";

export function PhSealQuestionBold(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M228.75 100.05c-3.52-3.67-7.15-7.46-8.34-10.33c-1.06-2.56-1.14-7.83-1.21-12.47c-.15-10-.34-22.44-9.18-31.27s-21.27-9-31.27-9.18c-4.64-.07-9.91-.15-12.47-1.21c-2.87-1.19-6.66-4.82-10.33-8.34C148.87 20.46 140.05 12 128 12s-20.87 8.46-27.95 15.25c-3.67 3.52-7.46 7.15-10.33 8.34c-2.56 1.06-7.83 1.14-12.47 1.21c-10 .2-22.44.34-31.25 9.2s-9 21.25-9.2 31.25c-.07 4.64-.15 9.91-1.21 12.47c-1.19 2.87-4.82 6.66-8.34 10.33C20.46 107.13 12 116 12 128s8.46 20.87 15.25 28c3.52 3.67 7.15 7.46 8.34 10.33c1.06 2.56 1.14 7.83 1.21 12.47c.15 10 .34 22.44 9.18 31.27s21.27 9 31.27 9.18c4.64.07 9.91.15 12.47 1.21c2.87 1.19 6.66 4.82 10.33 8.34C107.13 235.54 116 244 128 244s20.87-8.46 27.95-15.25c3.67-3.52 7.46-7.15 10.33-8.34c2.56-1.06 7.83-1.14 12.47-1.21c10-.15 22.44-.34 31.27-9.18s9-21.27 9.18-31.27c.07-4.64.15-9.91 1.21-12.47c1.19-2.87 4.82-6.66 8.34-10.33c6.79-7.08 15.25-15.9 15.25-27.95s-8.46-20.87-15.25-27.95m-17.32 39.29c-4.82 5-10.28 10.72-13.19 17.76c-2.82 6.8-2.93 14.16-3 21.29c-.08 5.36-.19 12.71-2.15 14.66s-9.3 2.07-14.66 2.15c-7.13.11-14.49.22-21.29 3c-7 2.91-12.73 8.37-17.76 13.19c-3.6 3.45-8.98 8.61-11.38 8.61s-7.78-5.16-11.34-8.57c-5-4.82-10.72-10.28-17.76-13.19c-6.8-2.82-14.16-2.93-21.29-3c-5.36-.08-12.71-.19-14.66-2.15s-2.07-9.3-2.15-14.66c-.11-7.13-.22-14.49-3-21.29c-2.91-7-8.37-12.73-13.19-17.76C41.16 135.78 36 130.4 36 128s5.16-7.78 8.57-11.34c4.82-5 10.28-10.72 13.19-17.76c2.82-6.8 2.93-14.16 3-21.29C60.88 72.25 61 64.9 63 63s9.3-2.07 14.66-2.15c7.13-.11 14.49-.22 21.29-3c7-2.91 12.73-8.37 17.76-13.19C120.22 41.16 125.6 36 128 36s7.78 5.16 11.34 8.57c5 4.82 10.72 10.28 17.76 13.19c6.8 2.82 14.16 2.93 21.29 3c5.36.08 12.71.19 14.66 2.15s2.07 9.3 2.15 14.66c.11 7.13.22 14.49 3 21.29c2.91 7 8.37 12.73 13.19 17.76c3.41 3.56 8.57 8.94 8.57 11.34s-5.12 7.82-8.53 11.38M144 180a16 16 0 1 1-16-16a16 16 0 0 1 16 16m28-72c0 18.37-13.69 33.88-32.27 38.56A12 12 0 0 1 116 144v-8a12 12 0 0 1 12-12c11 0 20-7.18 20-16s-9-16-20-16s-20 7.18-20 16v4a12 12 0 0 1-24 0v-4c0-22.06 19.74-40 44-40s44 17.94 44 40"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M228.75 100.05c-3.52-3.67-7.15-7.46-8.34-10.33c-1.06-2.56-1.14-7.83-1.21-12.47c-.15-10-.34-22.44-9.18-31.27s-21.27-9-31.27-9.18c-4.64-.07-9.91-.15-12.47-1.21c-2.87-1.19-6.66-4.82-10.33-8.34C148.87 20.46 140.05 12 128 12s-20.87 8.46-27.95 15.25c-3.67 3.52-7.46 7.15-10.33 8.34c-2.56 1.06-7.83 1.14-12.47 1.21c-10 .2-22.44.34-31.25 9.2s-9 21.25-9.2 31.25c-.07 4.64-.15 9.91-1.21 12.47c-1.19 2.87-4.82 6.66-8.34 10.33C20.46 107.13 12 116 12 128s8.46 20.87 15.25 28c3.52 3.67 7.15 7.46 8.34 10.33c1.06 2.56 1.14 7.83 1.21 12.47c.15 10 .34 22.44 9.18 31.27s21.27 9 31.27 9.18c4.64.07 9.91.15 12.47 1.21c2.87 1.19 6.66 4.82 10.33 8.34C107.13 235.54 116 244 128 244s20.87-8.46 27.95-15.25c3.67-3.52 7.46-7.15 10.33-8.34c2.56-1.06 7.83-1.14 12.47-1.21c10-.15 22.44-.34 31.27-9.18s9-21.27 9.18-31.27c.07-4.64.15-9.91 1.21-12.47c1.19-2.87 4.82-6.66 8.34-10.33c6.79-7.08 15.25-15.9 15.25-27.95s-8.46-20.87-15.25-27.95m-17.32 39.29c-4.82 5-10.28 10.72-13.19 17.76c-2.82 6.8-2.93 14.16-3 21.29c-.08 5.36-.19 12.71-2.15 14.66s-9.3 2.07-14.66 2.15c-7.13.11-14.49.22-21.29 3c-7 2.91-12.73 8.37-17.76 13.19c-3.6 3.45-8.98 8.61-11.38 8.61s-7.78-5.16-11.34-8.57c-5-4.82-10.72-10.28-17.76-13.19c-6.8-2.82-14.16-2.93-21.29-3c-5.36-.08-12.71-.19-14.66-2.15s-2.07-9.3-2.15-14.66c-.11-7.13-.22-14.49-3-21.29c-2.91-7-8.37-12.73-13.19-17.76C41.16 135.78 36 130.4 36 128s5.16-7.78 8.57-11.34c4.82-5 10.28-10.72 13.19-17.76c2.82-6.8 2.93-14.16 3-21.29C60.88 72.25 61 64.9 63 63s9.3-2.07 14.66-2.15c7.13-.11 14.49-.22 21.29-3c7-2.91 12.73-8.37 17.76-13.19C120.22 41.16 125.6 36 128 36s7.78 5.16 11.34 8.57c5 4.82 10.72 10.28 17.76 13.19c6.8 2.82 14.16 2.93 21.29 3c5.36.08 12.71.19 14.66 2.15s2.07 9.3 2.15 14.66c.11 7.13.22 14.49 3 21.29c2.91 7 8.37 12.73 13.19 17.76c3.41 3.56 8.57 8.94 8.57 11.34s-5.12 7.82-8.53 11.38M144 180a16 16 0 1 1-16-16a16 16 0 0 1 16 16m28-72c0 18.37-13.69 33.88-32.27 38.56A12 12 0 0 1 116 144v-8a12 12 0 0 1 12-12c11 0 20-7.18 20-16s-9-16-20-16s-20 7.18-20 16v4a12 12 0 0 1-24 0v-4c0-22.06 19.74-40 44-40s44 17.94 44 40"/></svg>
</template>

CSS

.icon-seal-question-bold {
  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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M228.75%20100.05c-3.52-3.67-7.15-7.46-8.34-10.33c-1.06-2.56-1.14-7.83-1.21-12.47c-.15-10-.34-22.44-9.18-31.27s-21.27-9-31.27-9.18c-4.64-.07-9.91-.15-12.47-1.21c-2.87-1.19-6.66-4.82-10.33-8.34C148.87%2020.46%20140.05%2012%20128%2012s-20.87%208.46-27.95%2015.25c-3.67%203.52-7.46%207.15-10.33%208.34c-2.56%201.06-7.83%201.14-12.47%201.21c-10%20.2-22.44.34-31.25%209.2s-9%2021.25-9.2%2031.25c-.07%204.64-.15%209.91-1.21%2012.47c-1.19%202.87-4.82%206.66-8.34%2010.33C20.46%20107.13%2012%20116%2012%20128s8.46%2020.87%2015.25%2028c3.52%203.67%207.15%207.46%208.34%2010.33c1.06%202.56%201.14%207.83%201.21%2012.47c.15%2010%20.34%2022.44%209.18%2031.27s21.27%209%2031.27%209.18c4.64.07%209.91.15%2012.47%201.21c2.87%201.19%206.66%204.82%2010.33%208.34C107.13%20235.54%20116%20244%20128%20244s20.87-8.46%2027.95-15.25c3.67-3.52%207.46-7.15%2010.33-8.34c2.56-1.06%207.83-1.14%2012.47-1.21c10-.15%2022.44-.34%2031.27-9.18s9-21.27%209.18-31.27c.07-4.64.15-9.91%201.21-12.47c1.19-2.87%204.82-6.66%208.34-10.33c6.79-7.08%2015.25-15.9%2015.25-27.95s-8.46-20.87-15.25-27.95m-17.32%2039.29c-4.82%205-10.28%2010.72-13.19%2017.76c-2.82%206.8-2.93%2014.16-3%2021.29c-.08%205.36-.19%2012.71-2.15%2014.66s-9.3%202.07-14.66%202.15c-7.13.11-14.49.22-21.29%203c-7%202.91-12.73%208.37-17.76%2013.19c-3.6%203.45-8.98%208.61-11.38%208.61s-7.78-5.16-11.34-8.57c-5-4.82-10.72-10.28-17.76-13.19c-6.8-2.82-14.16-2.93-21.29-3c-5.36-.08-12.71-.19-14.66-2.15s-2.07-9.3-2.15-14.66c-.11-7.13-.22-14.49-3-21.29c-2.91-7-8.37-12.73-13.19-17.76C41.16%20135.78%2036%20130.4%2036%20128s5.16-7.78%208.57-11.34c4.82-5%2010.28-10.72%2013.19-17.76c2.82-6.8%202.93-14.16%203-21.29C60.88%2072.25%2061%2064.9%2063%2063s9.3-2.07%2014.66-2.15c7.13-.11%2014.49-.22%2021.29-3c7-2.91%2012.73-8.37%2017.76-13.19C120.22%2041.16%20125.6%2036%20128%2036s7.78%205.16%2011.34%208.57c5%204.82%2010.72%2010.28%2017.76%2013.19c6.8%202.82%2014.16%202.93%2021.29%203c5.36.08%2012.71.19%2014.66%202.15s2.07%209.3%202.15%2014.66c.11%207.13.22%2014.49%203%2021.29c2.91%207%208.37%2012.73%2013.19%2017.76c3.41%203.56%208.57%208.94%208.57%2011.34s-5.12%207.82-8.53%2011.38M144%20180a16%2016%200%201%201-16-16a16%2016%200%200%201%2016%2016m28-72c0%2018.37-13.69%2033.88-32.27%2038.56A12%2012%200%200%201%20116%20144v-8a12%2012%200%200%201%2012-12c11%200%2020-7.18%2020-16s-9-16-20-16s-20%207.18-20%2016v4a12%2012%200%200%201-24%200v-4c0-22.06%2019.74-40%2044-40s44%2017.94%2044%2040%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M228.75%20100.05c-3.52-3.67-7.15-7.46-8.34-10.33c-1.06-2.56-1.14-7.83-1.21-12.47c-.15-10-.34-22.44-9.18-31.27s-21.27-9-31.27-9.18c-4.64-.07-9.91-.15-12.47-1.21c-2.87-1.19-6.66-4.82-10.33-8.34C148.87%2020.46%20140.05%2012%20128%2012s-20.87%208.46-27.95%2015.25c-3.67%203.52-7.46%207.15-10.33%208.34c-2.56%201.06-7.83%201.14-12.47%201.21c-10%20.2-22.44.34-31.25%209.2s-9%2021.25-9.2%2031.25c-.07%204.64-.15%209.91-1.21%2012.47c-1.19%202.87-4.82%206.66-8.34%2010.33C20.46%20107.13%2012%20116%2012%20128s8.46%2020.87%2015.25%2028c3.52%203.67%207.15%207.46%208.34%2010.33c1.06%202.56%201.14%207.83%201.21%2012.47c.15%2010%20.34%2022.44%209.18%2031.27s21.27%209%2031.27%209.18c4.64.07%209.91.15%2012.47%201.21c2.87%201.19%206.66%204.82%2010.33%208.34C107.13%20235.54%20116%20244%20128%20244s20.87-8.46%2027.95-15.25c3.67-3.52%207.46-7.15%2010.33-8.34c2.56-1.06%207.83-1.14%2012.47-1.21c10-.15%2022.44-.34%2031.27-9.18s9-21.27%209.18-31.27c.07-4.64.15-9.91%201.21-12.47c1.19-2.87%204.82-6.66%208.34-10.33c6.79-7.08%2015.25-15.9%2015.25-27.95s-8.46-20.87-15.25-27.95m-17.32%2039.29c-4.82%205-10.28%2010.72-13.19%2017.76c-2.82%206.8-2.93%2014.16-3%2021.29c-.08%205.36-.19%2012.71-2.15%2014.66s-9.3%202.07-14.66%202.15c-7.13.11-14.49.22-21.29%203c-7%202.91-12.73%208.37-17.76%2013.19c-3.6%203.45-8.98%208.61-11.38%208.61s-7.78-5.16-11.34-8.57c-5-4.82-10.72-10.28-17.76-13.19c-6.8-2.82-14.16-2.93-21.29-3c-5.36-.08-12.71-.19-14.66-2.15s-2.07-9.3-2.15-14.66c-.11-7.13-.22-14.49-3-21.29c-2.91-7-8.37-12.73-13.19-17.76C41.16%20135.78%2036%20130.4%2036%20128s5.16-7.78%208.57-11.34c4.82-5%2010.28-10.72%2013.19-17.76c2.82-6.8%202.93-14.16%203-21.29C60.88%2072.25%2061%2064.9%2063%2063s9.3-2.07%2014.66-2.15c7.13-.11%2014.49-.22%2021.29-3c7-2.91%2012.73-8.37%2017.76-13.19C120.22%2041.16%20125.6%2036%20128%2036s7.78%205.16%2011.34%208.57c5%204.82%2010.72%2010.28%2017.76%2013.19c6.8%202.82%2014.16%202.93%2021.29%203c5.36.08%2012.71.19%2014.66%202.15s2.07%209.3%202.15%2014.66c.11%207.13.22%2014.49%203%2021.29c2.91%207%208.37%2012.73%2013.19%2017.76c3.41%203.56%208.57%208.94%208.57%2011.34s-5.12%207.82-8.53%2011.38M144%20180a16%2016%200%201%201-16-16a16%2016%200%200%201%2016%2016m28-72c0%2018.37-13.69%2033.88-32.27%2038.56A12%2012%200%200%201%20116%20144v-8a12%2012%200%200%201%2012-12c11%200%2020-7.18%2020-16s-9-16-20-16s-20%207.18-20%2016v4a12%2012%200%200%201-24%200v-4c0-22.06%2019.74-40%2044-40s44%2017.94%2044%2040%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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