output circle icon

output-circle-rounded from Material Symbols by Google · Rounded · UI Actions · Apache-2.0 Free for personal and commercial use.

Name
output-circle-rounded
Set
Material Symbols
Style
Rounded
Category
UI Actions
Viewbox
24×24
License
Apache 2.0
Aliases
output-circle-outline-rounded

1 other variant in Material Symbols

The same icon in other sets

More ui actions icons from Material Symbols

Use the output circle icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m13 18.175l1.9-1.875q.275-.275.7-.275t.7.275t.275.7t-.275.7l-3.6 3.6q-.275.275-.7.275t-.7-.275l-3.6-3.6q-.275-.275-.275-.7t.275-.7t.7-.275t.7.275l1.9 1.875V9q0-.425.288-.712T12 8t.713.288T13 9zM6.325 6.325Q4 8.65 4 12q0 .825.163 1.625t.487 1.55q.175.425.112.85t-.387.75q-.3.3-.737.138t-.663-.638Q2.5 15.25 2.25 14.188T2 12q0-2.075.788-3.9t2.137-3.175T8.1 2.788T12 2t3.9.788t3.175 2.137T21.213 8.1T22 12q0 1.125-.238 2.213t-.737 2.112q-.225.45-.662.6t-.738-.15t-.387-.725t.087-.825q.35-.775.513-1.587T20 12q0-3.35-2.325-5.675T12 4T6.325 6.325"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsOutputCircleRounded(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="m13 18.175l1.9-1.875q.275-.275.7-.275t.7.275t.275.7t-.275.7l-3.6 3.6q-.275.275-.7.275t-.7-.275l-3.6-3.6q-.275-.275-.275-.7t.275-.7t.7-.275t.7.275l1.9 1.875V9q0-.425.288-.712T12 8t.713.288T13 9zM6.325 6.325Q4 8.65 4 12q0 .825.163 1.625t.487 1.55q.175.425.112.85t-.387.75q-.3.3-.737.138t-.663-.638Q2.5 15.25 2.25 14.188T2 12q0-2.075.788-3.9t2.137-3.175T8.1 2.788T12 2t3.9.788t3.175 2.137T21.213 8.1T22 12q0 1.125-.238 2.213t-.737 2.112q-.225.45-.662.6t-.738-.15t-.387-.725t.087-.825q.35-.775.513-1.587T20 12q0-3.35-2.325-5.675T12 4T6.325 6.325"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m13 18.175l1.9-1.875q.275-.275.7-.275t.7.275t.275.7t-.275.7l-3.6 3.6q-.275.275-.7.275t-.7-.275l-3.6-3.6q-.275-.275-.275-.7t.275-.7t.7-.275t.7.275l1.9 1.875V9q0-.425.288-.712T12 8t.713.288T13 9zM6.325 6.325Q4 8.65 4 12q0 .825.163 1.625t.487 1.55q.175.425.112.85t-.387.75q-.3.3-.737.138t-.663-.638Q2.5 15.25 2.25 14.188T2 12q0-2.075.788-3.9t2.137-3.175T8.1 2.788T12 2t3.9.788t3.175 2.137T21.213 8.1T22 12q0 1.125-.238 2.213t-.737 2.112q-.225.45-.662.6t-.738-.15t-.387-.725t.087-.825q.35-.775.513-1.587T20 12q0-3.35-2.325-5.675T12 4T6.325 6.325"/></svg>
</template>

CSS

.icon-output-circle-rounded {
  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%22m13%2018.175l1.9-1.875q.275-.275.7-.275t.7.275t.275.7t-.275.7l-3.6%203.6q-.275.275-.7.275t-.7-.275l-3.6-3.6q-.275-.275-.275-.7t.275-.7t.7-.275t.7.275l1.9%201.875V9q0-.425.288-.712T12%208t.713.288T13%209zM6.325%206.325Q4%208.65%204%2012q0%20.825.163%201.625t.487%201.55q.175.425.112.85t-.387.75q-.3.3-.737.138t-.663-.638Q2.5%2015.25%202.25%2014.188T2%2012q0-2.075.788-3.9t2.137-3.175T8.1%202.788T12%202t3.9.788t3.175%202.137T21.213%208.1T22%2012q0%201.125-.238%202.213t-.737%202.112q-.225.45-.662.6t-.738-.15t-.387-.725t.087-.825q.35-.775.513-1.587T20%2012q0-3.35-2.325-5.675T12%204T6.325%206.325%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%22m13%2018.175l1.9-1.875q.275-.275.7-.275t.7.275t.275.7t-.275.7l-3.6%203.6q-.275.275-.7.275t-.7-.275l-3.6-3.6q-.275-.275-.275-.7t.275-.7t.7-.275t.7.275l1.9%201.875V9q0-.425.288-.712T12%208t.713.288T13%209zM6.325%206.325Q4%208.65%204%2012q0%20.825.163%201.625t.487%201.55q.175.425.112.85t-.387.75q-.3.3-.737.138t-.663-.638Q2.5%2015.25%202.25%2014.188T2%2012q0-2.075.788-3.9t2.137-3.175T8.1%202.788T12%202t3.9.788t3.175%202.137T21.213%208.1T22%2012q0%201.125-.238%202.213t-.737%202.112q-.225.45-.662.6t-.738-.15t-.387-.725t.087-.825q.35-.775.513-1.587T20%2012q0-3.35-2.325-5.675T12%204T6.325%206.325%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/output-circle-rounded.svg?color=%231a73e8&size=48