transform code icon
transform-code from Carbon by IBM · Outline · Organization · Apache-2.0 Free for personal and commercial use.
- Name
- transform-code
- Set
- Carbon
- Style
- Outline
- Category
- Organization
- Viewbox
- 32×32
- License
- Apache 2.0
More organization icons from Carbon
Use the transform code icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M11.9 4.737a12 12 0 0 0-3.598 2.09L7.02 5.296a14 14 0 0 1 4.198-2.438zm-8 4.278a13.9 13.9 0 0 0-1.677 4.556l1.984.35c.252-1.4.73-2.72 1.422-3.909zm.293 9.067l-1.968.347c.288 1.636.86 3.174 1.664 4.563l1.73-.999a12 12 0 0 1-1.426-3.911m4.114 7.087l-1.294 1.54a14 14 0 0 0 4.201 2.44l.686-1.884a12.1 12.1 0 0 1-3.593-2.096M29.775 13.57a13.9 13.9 0 0 0-1.664-4.563a14.1 14.1 0 0 0-3.124-3.718a14 14 0 0 0-4.201-2.439A13.9 13.9 0 0 0 16 2.001v2c1.443 0 2.822.262 4.1.735a12.1 12.1 0 0 1 4.877 3.353c.525.593.998 1.232 1.398 1.921a12 12 0 0 1 1.43 3.908c.12.678.195 1.371.195 2.082c0 .712-.086 1.402-.209 2.08a11.9 11.9 0 0 1-1.426 3.904a12.2 12.2 0 0 1-2.673 3.183a12.1 12.1 0 0 1-3.594 2.093c-1.282.47-2.658.74-4.098.74v2a14.04 14.04 0 0 0 8.981-3.297a14.1 14.1 0 0 0 3.118-3.717a13.9 13.9 0 0 0 1.678-4.557C29.918 17.64 30 16.831 30 16s-.086-1.638-.225-2.429Zm-17.052.537l.919-.918l.778-.778L13 11l-.65.65l-1.422 1.422L9.2 14.801L8 16l1.2 1.198l1.728 1.73l1.422 1.42L13 21l1.42-1.412l-.778-.778l-.919-.918l-1.117-1.117l-.775-.775l.775-.775zm6.554 3.784l-.919.918l-.778.778L19 21l.65-.65l1.422-1.422L22.8 17.2l1.2-1.199l-1.2-1.2l-1.73-1.728l-1.421-1.422L19 11l-1.42 1.412l.778.778l.919.918l1.117 1.117l.775.775l-.775.775z"/></svg>
React
import type { SVGProps } from "react";
export function CarbonTransformCode(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="M11.9 4.737a12 12 0 0 0-3.598 2.09L7.02 5.296a14 14 0 0 1 4.198-2.438zm-8 4.278a13.9 13.9 0 0 0-1.677 4.556l1.984.35c.252-1.4.73-2.72 1.422-3.909zm.293 9.067l-1.968.347c.288 1.636.86 3.174 1.664 4.563l1.73-.999a12 12 0 0 1-1.426-3.911m4.114 7.087l-1.294 1.54a14 14 0 0 0 4.201 2.44l.686-1.884a12.1 12.1 0 0 1-3.593-2.096M29.775 13.57a13.9 13.9 0 0 0-1.664-4.563a14.1 14.1 0 0 0-3.124-3.718a14 14 0 0 0-4.201-2.439A13.9 13.9 0 0 0 16 2.001v2c1.443 0 2.822.262 4.1.735a12.1 12.1 0 0 1 4.877 3.353c.525.593.998 1.232 1.398 1.921a12 12 0 0 1 1.43 3.908c.12.678.195 1.371.195 2.082c0 .712-.086 1.402-.209 2.08a11.9 11.9 0 0 1-1.426 3.904a12.2 12.2 0 0 1-2.673 3.183a12.1 12.1 0 0 1-3.594 2.093c-1.282.47-2.658.74-4.098.74v2a14.04 14.04 0 0 0 8.981-3.297a14.1 14.1 0 0 0 3.118-3.717a13.9 13.9 0 0 0 1.678-4.557C29.918 17.64 30 16.831 30 16s-.086-1.638-.225-2.429Zm-17.052.537l.919-.918l.778-.778L13 11l-.65.65l-1.422 1.422L9.2 14.801L8 16l1.2 1.198l1.728 1.73l1.422 1.42L13 21l1.42-1.412l-.778-.778l-.919-.918l-1.117-1.117l-.775-.775l.775-.775zm6.554 3.784l-.919.918l-.778.778L19 21l.65-.65l1.422-1.422L22.8 17.2l1.2-1.199l-1.2-1.2l-1.73-1.728l-1.421-1.422L19 11l-1.42 1.412l.778.778l.919.918l1.117 1.117l.775.775l-.775.775z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M11.9 4.737a12 12 0 0 0-3.598 2.09L7.02 5.296a14 14 0 0 1 4.198-2.438zm-8 4.278a13.9 13.9 0 0 0-1.677 4.556l1.984.35c.252-1.4.73-2.72 1.422-3.909zm.293 9.067l-1.968.347c.288 1.636.86 3.174 1.664 4.563l1.73-.999a12 12 0 0 1-1.426-3.911m4.114 7.087l-1.294 1.54a14 14 0 0 0 4.201 2.44l.686-1.884a12.1 12.1 0 0 1-3.593-2.096M29.775 13.57a13.9 13.9 0 0 0-1.664-4.563a14.1 14.1 0 0 0-3.124-3.718a14 14 0 0 0-4.201-2.439A13.9 13.9 0 0 0 16 2.001v2c1.443 0 2.822.262 4.1.735a12.1 12.1 0 0 1 4.877 3.353c.525.593.998 1.232 1.398 1.921a12 12 0 0 1 1.43 3.908c.12.678.195 1.371.195 2.082c0 .712-.086 1.402-.209 2.08a11.9 11.9 0 0 1-1.426 3.904a12.2 12.2 0 0 1-2.673 3.183a12.1 12.1 0 0 1-3.594 2.093c-1.282.47-2.658.74-4.098.74v2a14.04 14.04 0 0 0 8.981-3.297a14.1 14.1 0 0 0 3.118-3.717a13.9 13.9 0 0 0 1.678-4.557C29.918 17.64 30 16.831 30 16s-.086-1.638-.225-2.429Zm-17.052.537l.919-.918l.778-.778L13 11l-.65.65l-1.422 1.422L9.2 14.801L8 16l1.2 1.198l1.728 1.73l1.422 1.42L13 21l1.42-1.412l-.778-.778l-.919-.918l-1.117-1.117l-.775-.775l.775-.775zm6.554 3.784l-.919.918l-.778.778L19 21l.65-.65l1.422-1.422L22.8 17.2l1.2-1.199l-1.2-1.2l-1.73-1.728l-1.421-1.422L19 11l-1.42 1.412l.778.778l.919.918l1.117 1.117l.775.775l-.775.775z"/></svg> </template>
CSS
.icon-transform-code {
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%22M11.9%204.737a12%2012%200%200%200-3.598%202.09L7.02%205.296a14%2014%200%200%201%204.198-2.438zm-8%204.278a13.9%2013.9%200%200%200-1.677%204.556l1.984.35c.252-1.4.73-2.72%201.422-3.909zm.293%209.067l-1.968.347c.288%201.636.86%203.174%201.664%204.563l1.73-.999a12%2012%200%200%201-1.426-3.911m4.114%207.087l-1.294%201.54a14%2014%200%200%200%204.201%202.44l.686-1.884a12.1%2012.1%200%200%201-3.593-2.096M29.775%2013.57a13.9%2013.9%200%200%200-1.664-4.563a14.1%2014.1%200%200%200-3.124-3.718a14%2014%200%200%200-4.201-2.439A13.9%2013.9%200%200%200%2016%202.001v2c1.443%200%202.822.262%204.1.735a12.1%2012.1%200%200%201%204.877%203.353c.525.593.998%201.232%201.398%201.921a12%2012%200%200%201%201.43%203.908c.12.678.195%201.371.195%202.082c0%20.712-.086%201.402-.209%202.08a11.9%2011.9%200%200%201-1.426%203.904a12.2%2012.2%200%200%201-2.673%203.183a12.1%2012.1%200%200%201-3.594%202.093c-1.282.47-2.658.74-4.098.74v2a14.04%2014.04%200%200%200%208.981-3.297a14.1%2014.1%200%200%200%203.118-3.717a13.9%2013.9%200%200%200%201.678-4.557C29.918%2017.64%2030%2016.831%2030%2016s-.086-1.638-.225-2.429Zm-17.052.537l.919-.918l.778-.778L13%2011l-.65.65l-1.422%201.422L9.2%2014.801L8%2016l1.2%201.198l1.728%201.73l1.422%201.42L13%2021l1.42-1.412l-.778-.778l-.919-.918l-1.117-1.117l-.775-.775l.775-.775zm6.554%203.784l-.919.918l-.778.778L19%2021l.65-.65l1.422-1.422L22.8%2017.2l1.2-1.199l-1.2-1.2l-1.73-1.728l-1.421-1.422L19%2011l-1.42%201.412l.778.778l.919.918l1.117%201.117l.775.775l-.775.775z%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%22M11.9%204.737a12%2012%200%200%200-3.598%202.09L7.02%205.296a14%2014%200%200%201%204.198-2.438zm-8%204.278a13.9%2013.9%200%200%200-1.677%204.556l1.984.35c.252-1.4.73-2.72%201.422-3.909zm.293%209.067l-1.968.347c.288%201.636.86%203.174%201.664%204.563l1.73-.999a12%2012%200%200%201-1.426-3.911m4.114%207.087l-1.294%201.54a14%2014%200%200%200%204.201%202.44l.686-1.884a12.1%2012.1%200%200%201-3.593-2.096M29.775%2013.57a13.9%2013.9%200%200%200-1.664-4.563a14.1%2014.1%200%200%200-3.124-3.718a14%2014%200%200%200-4.201-2.439A13.9%2013.9%200%200%200%2016%202.001v2c1.443%200%202.822.262%204.1.735a12.1%2012.1%200%200%201%204.877%203.353c.525.593.998%201.232%201.398%201.921a12%2012%200%200%201%201.43%203.908c.12.678.195%201.371.195%202.082c0%20.712-.086%201.402-.209%202.08a11.9%2011.9%200%200%201-1.426%203.904a12.2%2012.2%200%200%201-2.673%203.183a12.1%2012.1%200%200%201-3.594%202.093c-1.282.47-2.658.74-4.098.74v2a14.04%2014.04%200%200%200%208.981-3.297a14.1%2014.1%200%200%200%203.118-3.717a13.9%2013.9%200%200%200%201.678-4.557C29.918%2017.64%2030%2016.831%2030%2016s-.086-1.638-.225-2.429Zm-17.052.537l.919-.918l.778-.778L13%2011l-.65.65l-1.422%201.422L9.2%2014.801L8%2016l1.2%201.198l1.728%201.73l1.422%201.42L13%2021l1.42-1.412l-.778-.778l-.919-.918l-1.117-1.117l-.775-.775l.775-.775zm6.554%203.784l-.919.918l-.778.778L19%2021l.65-.65l1.422-1.422L22.8%2017.2l1.2-1.199l-1.2-1.2l-1.73-1.728l-1.421-1.422L19%2011l-1.42%201.412l.778.778l.919.918l1.117%201.117l.775.775l-.775.775z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/carbon/transform-code.svg?color=%231a73e8&size=48