change circle icon

change-circle from Carbon by IBM · Outline · Actions · Apache-2.0 Free for personal and commercial use.

Name
change-circle
Set
Carbon
Style
Outline
Category
Actions
Viewbox
32×32
License
Apache 2.0

The same icon in other sets

More actions icons from Carbon

Use the change circle icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 4c6.617 0 12 5.383 12 12s-5.383 12-12 12S4 22.617 4 16S9.383 4 16 4m0-2C8.268 2 2 8.268 2 16s6.268 14 14 14s14-6.268 14-14S23.732 2 16 2m8.716 14.199L23.284 14.8c-2.431 2.49-4.24 2.051-6.724.37c-4.594-3.106-7.368-1.298-9.27.625l1.42 1.408c1.48-1.493 3.218-2.751 6.73-.376c1.366.925 2.883 1.72 4.54 1.72c1.472 0 3.053-.626 4.736-2.35Z"/></svg>

React

import type { SVGProps } from "react";

export function CarbonChangeCircle(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 4c6.617 0 12 5.383 12 12s-5.383 12-12 12S4 22.617 4 16S9.383 4 16 4m0-2C8.268 2 2 8.268 2 16s6.268 14 14 14s14-6.268 14-14S23.732 2 16 2m8.716 14.199L23.284 14.8c-2.431 2.49-4.24 2.051-6.724.37c-4.594-3.106-7.368-1.298-9.27.625l1.42 1.408c1.48-1.493 3.218-2.751 6.73-.376c1.366.925 2.883 1.72 4.54 1.72c1.472 0 3.053-.626 4.736-2.35Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 4c6.617 0 12 5.383 12 12s-5.383 12-12 12S4 22.617 4 16S9.383 4 16 4m0-2C8.268 2 2 8.268 2 16s6.268 14 14 14s14-6.268 14-14S23.732 2 16 2m8.716 14.199L23.284 14.8c-2.431 2.49-4.24 2.051-6.724.37c-4.594-3.106-7.368-1.298-9.27.625l1.42 1.408c1.48-1.493 3.218-2.751 6.73-.376c1.366.925 2.883 1.72 4.54 1.72c1.472 0 3.053-.626 4.736-2.35Z"/></svg>
</template>

CSS

.icon-change-circle {
  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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%204c6.617%200%2012%205.383%2012%2012s-5.383%2012-12%2012S4%2022.617%204%2016S9.383%204%2016%204m0-2C8.268%202%202%208.268%202%2016s6.268%2014%2014%2014s14-6.268%2014-14S23.732%202%2016%202m8.716%2014.199L23.284%2014.8c-2.431%202.49-4.24%202.051-6.724.37c-4.594-3.106-7.368-1.298-9.27.625l1.42%201.408c1.48-1.493%203.218-2.751%206.73-.376c1.366.925%202.883%201.72%204.54%201.72c1.472%200%203.053-.626%204.736-2.35Z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%204c6.617%200%2012%205.383%2012%2012s-5.383%2012-12%2012S4%2022.617%204%2016S9.383%204%2016%204m0-2C8.268%202%202%208.268%202%2016s6.268%2014%2014%2014s14-6.268%2014-14S23.732%202%2016%202m8.716%2014.199L23.284%2014.8c-2.431%202.49-4.24%202.051-6.724.37c-4.594-3.106-7.368-1.298-9.27.625l1.42%201.408c1.48-1.493%203.218-2.751%206.73-.376c1.366.925%202.883%201.72%204.54%201.72c1.472%200%203.053-.626%204.736-2.35Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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