preview circle icon

preview-circle-fill from Mage Icons by MageIcons · Fill · Apache-2.0 Free for personal and commercial use.

Name
preview-circle-fill
Set
Mage Icons
Style
Fill
Viewbox
24×24
License
Apache 2.0

1 other variant in Mage Icons

Use the preview circle icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.773 14.768c-.029.414-.186.81-.45 1.13a1.9 1.9 0 0 1-.998.63l-3.157.521l-.09.09a.4.4 0 0 0-.09.15l-.5 2.902a1.92 1.92 0 0 1-1.778 1.471h-.09c-.374 0-.74-.111-1.05-.32a1.9 1.9 0 0 1-.739-.92l-2.787-7.906a1.9 1.9 0 0 1 .45-2.001c.253-.263.58-.44.939-.51a1.87 1.87 0 0 1 1.069.07l7.992 2.781c.404.135.754.394 1 .74c.215.351.313.761.28 1.172"/><path fill="currentColor" d="M9.305 22.243a.8.8 0 0 1-.22 0a10.47 10.47 0 0 1-4.5-2.83a10.49 10.49 0 0 1-2.448-10A10.5 10.5 0 0 1 4.82 4.819a10.47 10.47 0 0 1 9.902-2.765a10.47 10.47 0 0 1 4.669 2.54a10.5 10.5 0 0 1 2.822 4.51a.743.743 0 0 1-1.059.886a.76.76 0 0 1-.37-.436a9 9 0 0 0-2.41-3.894a8.99 8.99 0 0 0-8.585-2.143a9 9 0 0 0-3.953 2.306a9.01 9.01 0 0 0-2.377 8.536a8.99 8.99 0 0 0 6.075 6.443a.77.77 0 0 1 .49 1a.75.75 0 0 1-.72.44"/></svg>

React

import type { SVGProps } from "react";

export function MagePreviewCircleFill(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" d="M21.773 14.768c-.029.414-.186.81-.45 1.13a1.9 1.9 0 0 1-.998.63l-3.157.521l-.09.09a.4.4 0 0 0-.09.15l-.5 2.902a1.92 1.92 0 0 1-1.778 1.471h-.09c-.374 0-.74-.111-1.05-.32a1.9 1.9 0 0 1-.739-.92l-2.787-7.906a1.9 1.9 0 0 1 .45-2.001c.253-.263.58-.44.939-.51a1.87 1.87 0 0 1 1.069.07l7.992 2.781c.404.135.754.394 1 .74c.215.351.313.761.28 1.172"/><path fill="currentColor" d="M9.305 22.243a.8.8 0 0 1-.22 0a10.47 10.47 0 0 1-4.5-2.83a10.49 10.49 0 0 1-2.448-10A10.5 10.5 0 0 1 4.82 4.819a10.47 10.47 0 0 1 9.902-2.765a10.47 10.47 0 0 1 4.669 2.54a10.5 10.5 0 0 1 2.822 4.51a.743.743 0 0 1-1.059.886a.76.76 0 0 1-.37-.436a9 9 0 0 0-2.41-3.894a8.99 8.99 0 0 0-8.585-2.143a9 9 0 0 0-3.953 2.306a9.01 9.01 0 0 0-2.377 8.536a8.99 8.99 0 0 0 6.075 6.443a.77.77 0 0 1 .49 1a.75.75 0 0 1-.72.44"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.773 14.768c-.029.414-.186.81-.45 1.13a1.9 1.9 0 0 1-.998.63l-3.157.521l-.09.09a.4.4 0 0 0-.09.15l-.5 2.902a1.92 1.92 0 0 1-1.778 1.471h-.09c-.374 0-.74-.111-1.05-.32a1.9 1.9 0 0 1-.739-.92l-2.787-7.906a1.9 1.9 0 0 1 .45-2.001c.253-.263.58-.44.939-.51a1.87 1.87 0 0 1 1.069.07l7.992 2.781c.404.135.754.394 1 .74c.215.351.313.761.28 1.172"/><path fill="currentColor" d="M9.305 22.243a.8.8 0 0 1-.22 0a10.47 10.47 0 0 1-4.5-2.83a10.49 10.49 0 0 1-2.448-10A10.5 10.5 0 0 1 4.82 4.819a10.47 10.47 0 0 1 9.902-2.765a10.47 10.47 0 0 1 4.669 2.54a10.5 10.5 0 0 1 2.822 4.51a.743.743 0 0 1-1.059.886a.76.76 0 0 1-.37-.436a9 9 0 0 0-2.41-3.894a8.99 8.99 0 0 0-8.585-2.143a9 9 0 0 0-3.953 2.306a9.01 9.01 0 0 0-2.377 8.536a8.99 8.99 0 0 0 6.075 6.443a.77.77 0 0 1 .49 1a.75.75 0 0 1-.72.44"/></svg>
</template>

CSS

.icon-preview-circle-fill {
  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%20d%3D%22M21.773%2014.768c-.029.414-.186.81-.45%201.13a1.9%201.9%200%200%201-.998.63l-3.157.521l-.09.09a.4.4%200%200%200-.09.15l-.5%202.902a1.92%201.92%200%200%201-1.778%201.471h-.09c-.374%200-.74-.111-1.05-.32a1.9%201.9%200%200%201-.739-.92l-2.787-7.906a1.9%201.9%200%200%201%20.45-2.001c.253-.263.58-.44.939-.51a1.87%201.87%200%200%201%201.069.07l7.992%202.781c.404.135.754.394%201%20.74c.215.351.313.761.28%201.172%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.305%2022.243a.8.8%200%200%201-.22%200a10.47%2010.47%200%200%201-4.5-2.83a10.49%2010.49%200%200%201-2.448-10A10.5%2010.5%200%200%201%204.82%204.819a10.47%2010.47%200%200%201%209.902-2.765a10.47%2010.47%200%200%201%204.669%202.54a10.5%2010.5%200%200%201%202.822%204.51a.743.743%200%200%201-1.059.886a.76.76%200%200%201-.37-.436a9%209%200%200%200-2.41-3.894a8.99%208.99%200%200%200-8.585-2.143a9%209%200%200%200-3.953%202.306a9.01%209.01%200%200%200-2.377%208.536a8.99%208.99%200%200%200%206.075%206.443a.77.77%200%200%201%20.49%201a.75.75%200%200%201-.72.44%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%20d%3D%22M21.773%2014.768c-.029.414-.186.81-.45%201.13a1.9%201.9%200%200%201-.998.63l-3.157.521l-.09.09a.4.4%200%200%200-.09.15l-.5%202.902a1.92%201.92%200%200%201-1.778%201.471h-.09c-.374%200-.74-.111-1.05-.32a1.9%201.9%200%200%201-.739-.92l-2.787-7.906a1.9%201.9%200%200%201%20.45-2.001c.253-.263.58-.44.939-.51a1.87%201.87%200%200%201%201.069.07l7.992%202.781c.404.135.754.394%201%20.74c.215.351.313.761.28%201.172%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.305%2022.243a.8.8%200%200%201-.22%200a10.47%2010.47%200%200%201-4.5-2.83a10.49%2010.49%200%200%201-2.448-10A10.5%2010.5%200%200%201%204.82%204.819a10.47%2010.47%200%200%201%209.902-2.765a10.47%2010.47%200%200%201%204.669%202.54a10.5%2010.5%200%200%201%202.822%204.51a.743.743%200%200%201-1.059.886a.76.76%200%200%201-.37-.436a9%209%200%200%200-2.41-3.894a8.99%208.99%200%200%200-8.585-2.143a9%209%200%200%200-3.953%202.306a9.01%209.01%200%200%200-2.377%208.536a8.99%208.99%200%200%200%206.075%206.443a.77.77%200%200%201%20.49%201a.75.75%200%200%201-.72.44%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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