calibrate icon
calibrate from Carbon by IBM · Outline · Tools · Apache-2.0 Free for personal and commercial use.
- Name
- calibrate
- Set
- Carbon
- Style
- Outline
- Category
- Tools
- Viewbox
- 32×32
- License
- Apache 2.0
The same icon in other sets
More tools icons from Carbon
Use the calibrate icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M28.83 21.17L25 17.37l.67-.67a1 1 0 0 0 0-1.41l-6-6a1 1 0 0 0-1.41 0l-.79.79l-6.76-6.79a1 1 0 0 0-1.41 0l-4 4l-.12.15l-4 6a1 1 0 0 0 .12 1.26l3 3a1 1 0 0 0 1.42 0L10 13.41l2.09 2.09l-4.8 4.79a1 1 0 0 0 0 1.41l2 2a1 1 0 0 0 .71.3a1 1 0 0 0 .52-.15l4.33-2.6l2.44 2.45a1 1 0 0 0 1.41 0l.67-.7l3.79 3.83a4 4 0 0 0 5.66-5.66ZM10 10.58l-5 5l-1.71-1.71l3.49-5.24L10 5.41l6.09 6.09l-2.59 2.58Zm8 11l-2.84-2.84l-5 3l-.74-.74L19 11.41L23.59 16Zm9.42 3.83a2 2 0 0 1-2.83 0l-3.8-3.79l2.83-2.83l3.8 3.79a2 2 0 0 1 0 2.83"/></svg>
React
import type { SVGProps } from "react";
export function CarbonCalibrate(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="M28.83 21.17L25 17.37l.67-.67a1 1 0 0 0 0-1.41l-6-6a1 1 0 0 0-1.41 0l-.79.79l-6.76-6.79a1 1 0 0 0-1.41 0l-4 4l-.12.15l-4 6a1 1 0 0 0 .12 1.26l3 3a1 1 0 0 0 1.42 0L10 13.41l2.09 2.09l-4.8 4.79a1 1 0 0 0 0 1.41l2 2a1 1 0 0 0 .71.3a1 1 0 0 0 .52-.15l4.33-2.6l2.44 2.45a1 1 0 0 0 1.41 0l.67-.7l3.79 3.83a4 4 0 0 0 5.66-5.66ZM10 10.58l-5 5l-1.71-1.71l3.49-5.24L10 5.41l6.09 6.09l-2.59 2.58Zm8 11l-2.84-2.84l-5 3l-.74-.74L19 11.41L23.59 16Zm9.42 3.83a2 2 0 0 1-2.83 0l-3.8-3.79l2.83-2.83l3.8 3.79a2 2 0 0 1 0 2.83"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M28.83 21.17L25 17.37l.67-.67a1 1 0 0 0 0-1.41l-6-6a1 1 0 0 0-1.41 0l-.79.79l-6.76-6.79a1 1 0 0 0-1.41 0l-4 4l-.12.15l-4 6a1 1 0 0 0 .12 1.26l3 3a1 1 0 0 0 1.42 0L10 13.41l2.09 2.09l-4.8 4.79a1 1 0 0 0 0 1.41l2 2a1 1 0 0 0 .71.3a1 1 0 0 0 .52-.15l4.33-2.6l2.44 2.45a1 1 0 0 0 1.41 0l.67-.7l3.79 3.83a4 4 0 0 0 5.66-5.66ZM10 10.58l-5 5l-1.71-1.71l3.49-5.24L10 5.41l6.09 6.09l-2.59 2.58Zm8 11l-2.84-2.84l-5 3l-.74-.74L19 11.41L23.59 16Zm9.42 3.83a2 2 0 0 1-2.83 0l-3.8-3.79l2.83-2.83l3.8 3.79a2 2 0 0 1 0 2.83"/></svg> </template>
CSS
.icon-calibrate {
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%22M28.83%2021.17L25%2017.37l.67-.67a1%201%200%200%200%200-1.41l-6-6a1%201%200%200%200-1.41%200l-.79.79l-6.76-6.79a1%201%200%200%200-1.41%200l-4%204l-.12.15l-4%206a1%201%200%200%200%20.12%201.26l3%203a1%201%200%200%200%201.42%200L10%2013.41l2.09%202.09l-4.8%204.79a1%201%200%200%200%200%201.41l2%202a1%201%200%200%200%20.71.3a1%201%200%200%200%20.52-.15l4.33-2.6l2.44%202.45a1%201%200%200%200%201.41%200l.67-.7l3.79%203.83a4%204%200%200%200%205.66-5.66ZM10%2010.58l-5%205l-1.71-1.71l3.49-5.24L10%205.41l6.09%206.09l-2.59%202.58Zm8%2011l-2.84-2.84l-5%203l-.74-.74L19%2011.41L23.59%2016Zm9.42%203.83a2%202%200%200%201-2.83%200l-3.8-3.79l2.83-2.83l3.8%203.79a2%202%200%200%201%200%202.83%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%22M28.83%2021.17L25%2017.37l.67-.67a1%201%200%200%200%200-1.41l-6-6a1%201%200%200%200-1.41%200l-.79.79l-6.76-6.79a1%201%200%200%200-1.41%200l-4%204l-.12.15l-4%206a1%201%200%200%200%20.12%201.26l3%203a1%201%200%200%200%201.42%200L10%2013.41l2.09%202.09l-4.8%204.79a1%201%200%200%200%200%201.41l2%202a1%201%200%200%200%20.71.3a1%201%200%200%200%20.52-.15l4.33-2.6l2.44%202.45a1%201%200%200%200%201.41%200l.67-.7l3.79%203.83a4%204%200%200%200%205.66-5.66ZM10%2010.58l-5%205l-1.71-1.71l3.49-5.24L10%205.41l6.09%206.09l-2.59%202.58Zm8%2011l-2.84-2.84l-5%203l-.74-.74L19%2011.41L23.59%2016Zm9.42%203.83a2%202%200%200%201-2.83%200l-3.8-3.79l2.83-2.83l3.8%203.79a2%202%200%200%201%200%202.83%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/carbon/calibrate.svg?color=%231a73e8&size=48