/* http://codepen.io/oknoblich/pen/DxKgs */
svg path {
  fill: #fff;
}

svg path.inner {
  fill: #333;
}

svg.iconset-blue path.col {
  fill: #59d;
}

svg.iconset-red path.col {
  fill: #e44;
}

svg.iconset-green path.col {
  fill: #4c4;
}

svg.iconset-orange path.col {
  fill: #e70;
}

svg.iconset-yellow path.col {
  fill: #ff4;
}

svg.iconset-violet path.col {
  fill: #c4c;
}

.switch svg path {
  fill: none;
}

.switch svg path.inner {
  fill: #fff;
}