smoothing icon

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

Name
smoothing
Set
Carbon
Style
Outline
Viewbox
32×32
License
Apache 2.0

Related icons in Carbon

Use the smoothing icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><defs/><circle cx="16" cy="16" r="5" fill="currentColor"/><path d="M7.7 4.7a14.703 14.703 0 0 0-3 3.1L6.3 9a13.263 13.263 0 0 1 2.6-2.7z" fill="currentColor"/><path d="M4.6 12.3l-1.9-.6A12.511 12.511 0 0 0 2 16h2a11.476 11.476 0 0 1 .6-3.7z" fill="currentColor"/><path d="M2.7 20.4a14.403 14.403 0 0 0 2 3.9l1.6-1.2a12.887 12.887 0 0 1-1.7-3.3z" fill="currentColor"/><path d="M7.8 27.3a14.403 14.403 0 0 0 3.9 2l.6-1.9A12.887 12.887 0 0 1 9 25.7z" fill="currentColor"/><path d="M11.7 2.7l.6 1.9A11.476 11.476 0 0 1 16 4V2a12.511 12.511 0 0 0-4.3.7z" fill="currentColor"/><path d="M24.2 27.3a15.18 15.18 0 0 0 3.1-3.1L25.7 23a11.526 11.526 0 0 1-2.7 2.7z" fill="currentColor"/><path d="M27.4 19.7l1.9.6A15.475 15.475 0 0 0 30 16h-2a11.476 11.476 0 0 1-.6 3.7z" fill="currentColor"/><path d="M29.2 11.6a14.403 14.403 0 0 0-2-3.9l-1.6 1.2a12.887 12.887 0 0 1 1.7 3.3z" fill="currentColor"/><path d="M24.1 4.6a14.403 14.403 0 0 0-3.9-2l-.6 1.9a12.887 12.887 0 0 1 3.3 1.7z" fill="currentColor"/><path d="M20.3 29.3l-.6-1.9a11.476 11.476 0 0 1-3.7.6v2a21.42 21.42 0 0 0 4.3-.7z" fill="currentColor"/></svg>

React

import type { SVGProps } from "react";

export function CarbonSmoothing(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><defs/><circle cx="16" cy="16" r="5" fill="currentColor"/><path d="M7.7 4.7a14.703 14.703 0 0 0-3 3.1L6.3 9a13.263 13.263 0 0 1 2.6-2.7z" fill="currentColor"/><path d="M4.6 12.3l-1.9-.6A12.511 12.511 0 0 0 2 16h2a11.476 11.476 0 0 1 .6-3.7z" fill="currentColor"/><path d="M2.7 20.4a14.403 14.403 0 0 0 2 3.9l1.6-1.2a12.887 12.887 0 0 1-1.7-3.3z" fill="currentColor"/><path d="M7.8 27.3a14.403 14.403 0 0 0 3.9 2l.6-1.9A12.887 12.887 0 0 1 9 25.7z" fill="currentColor"/><path d="M11.7 2.7l.6 1.9A11.476 11.476 0 0 1 16 4V2a12.511 12.511 0 0 0-4.3.7z" fill="currentColor"/><path d="M24.2 27.3a15.18 15.18 0 0 0 3.1-3.1L25.7 23a11.526 11.526 0 0 1-2.7 2.7z" fill="currentColor"/><path d="M27.4 19.7l1.9.6A15.475 15.475 0 0 0 30 16h-2a11.476 11.476 0 0 1-.6 3.7z" fill="currentColor"/><path d="M29.2 11.6a14.403 14.403 0 0 0-2-3.9l-1.6 1.2a12.887 12.887 0 0 1 1.7 3.3z" fill="currentColor"/><path d="M24.1 4.6a14.403 14.403 0 0 0-3.9-2l-.6 1.9a12.887 12.887 0 0 1 3.3 1.7z" fill="currentColor"/><path d="M20.3 29.3l-.6-1.9a11.476 11.476 0 0 1-3.7.6v2a21.42 21.42 0 0 0 4.3-.7z" fill="currentColor"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><defs/><circle cx="16" cy="16" r="5" fill="currentColor"/><path d="M7.7 4.7a14.703 14.703 0 0 0-3 3.1L6.3 9a13.263 13.263 0 0 1 2.6-2.7z" fill="currentColor"/><path d="M4.6 12.3l-1.9-.6A12.511 12.511 0 0 0 2 16h2a11.476 11.476 0 0 1 .6-3.7z" fill="currentColor"/><path d="M2.7 20.4a14.403 14.403 0 0 0 2 3.9l1.6-1.2a12.887 12.887 0 0 1-1.7-3.3z" fill="currentColor"/><path d="M7.8 27.3a14.403 14.403 0 0 0 3.9 2l.6-1.9A12.887 12.887 0 0 1 9 25.7z" fill="currentColor"/><path d="M11.7 2.7l.6 1.9A11.476 11.476 0 0 1 16 4V2a12.511 12.511 0 0 0-4.3.7z" fill="currentColor"/><path d="M24.2 27.3a15.18 15.18 0 0 0 3.1-3.1L25.7 23a11.526 11.526 0 0 1-2.7 2.7z" fill="currentColor"/><path d="M27.4 19.7l1.9.6A15.475 15.475 0 0 0 30 16h-2a11.476 11.476 0 0 1-.6 3.7z" fill="currentColor"/><path d="M29.2 11.6a14.403 14.403 0 0 0-2-3.9l-1.6 1.2a12.887 12.887 0 0 1 1.7 3.3z" fill="currentColor"/><path d="M24.1 4.6a14.403 14.403 0 0 0-3.9-2l-.6 1.9a12.887 12.887 0 0 1 3.3 1.7z" fill="currentColor"/><path d="M20.3 29.3l-.6-1.9a11.476 11.476 0 0 1-3.7.6v2a21.42 21.42 0 0 0 4.3-.7z" fill="currentColor"/></svg>
</template>

CSS

.icon-smoothing {
  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%3Cdefs%2F%3E%3Ccircle%20cx%3D%2216%22%20cy%3D%2216%22%20r%3D%225%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M7.7%204.7a14.703%2014.703%200%200%200-3%203.1L6.3%209a13.263%2013.263%200%200%201%202.6-2.7z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M4.6%2012.3l-1.9-.6A12.511%2012.511%200%200%200%202%2016h2a11.476%2011.476%200%200%201%20.6-3.7z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M2.7%2020.4a14.403%2014.403%200%200%200%202%203.9l1.6-1.2a12.887%2012.887%200%200%201-1.7-3.3z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M7.8%2027.3a14.403%2014.403%200%200%200%203.9%202l.6-1.9A12.887%2012.887%200%200%201%209%2025.7z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M11.7%202.7l.6%201.9A11.476%2011.476%200%200%201%2016%204V2a12.511%2012.511%200%200%200-4.3.7z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M24.2%2027.3a15.18%2015.18%200%200%200%203.1-3.1L25.7%2023a11.526%2011.526%200%200%201-2.7%202.7z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M27.4%2019.7l1.9.6A15.475%2015.475%200%200%200%2030%2016h-2a11.476%2011.476%200%200%201-.6%203.7z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M29.2%2011.6a14.403%2014.403%200%200%200-2-3.9l-1.6%201.2a12.887%2012.887%200%200%201%201.7%203.3z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M24.1%204.6a14.403%2014.403%200%200%200-3.9-2l-.6%201.9a12.887%2012.887%200%200%201%203.3%201.7z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M20.3%2029.3l-.6-1.9a11.476%2011.476%200%200%201-3.7.6v2a21.42%2021.42%200%200%200%204.3-.7z%22%20fill%3D%22currentColor%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%3Cdefs%2F%3E%3Ccircle%20cx%3D%2216%22%20cy%3D%2216%22%20r%3D%225%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M7.7%204.7a14.703%2014.703%200%200%200-3%203.1L6.3%209a13.263%2013.263%200%200%201%202.6-2.7z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M4.6%2012.3l-1.9-.6A12.511%2012.511%200%200%200%202%2016h2a11.476%2011.476%200%200%201%20.6-3.7z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M2.7%2020.4a14.403%2014.403%200%200%200%202%203.9l1.6-1.2a12.887%2012.887%200%200%201-1.7-3.3z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M7.8%2027.3a14.403%2014.403%200%200%200%203.9%202l.6-1.9A12.887%2012.887%200%200%201%209%2025.7z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M11.7%202.7l.6%201.9A11.476%2011.476%200%200%201%2016%204V2a12.511%2012.511%200%200%200-4.3.7z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M24.2%2027.3a15.18%2015.18%200%200%200%203.1-3.1L25.7%2023a11.526%2011.526%200%200%201-2.7%202.7z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M27.4%2019.7l1.9.6A15.475%2015.475%200%200%200%2030%2016h-2a11.476%2011.476%200%200%201-.6%203.7z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M29.2%2011.6a14.403%2014.403%200%200%200-2-3.9l-1.6%201.2a12.887%2012.887%200%200%201%201.7%203.3z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M24.1%204.6a14.403%2014.403%200%200%200-3.9-2l-.6%201.9a12.887%2012.887%200%200%201%203.3%201.7z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M20.3%2029.3l-.6-1.9a11.476%2011.476%200%200%201-3.7.6v2a21.42%2021.42%200%200%200%204.3-.7z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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